.main{
	background-color: #f7f8fc;
}
.main_nwes{
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    display: block;	
}
.main_nwes_top{
	line-height: 30px;
    font-size: 14px;
    margin: 10px 0;
    color: #727171;
}
.main_nwes_left{
	float: left;
    width: 191px;
    background: #fff;
    padding: 0 20px;
    border-radius: 0px;
    margin-bottom: 20px;
}
.main_nwes_left_tit{
    width: 100%;
    height: 40px;
    line-height: 50px;
    font-size: 16px;
    color: #FF7300;
    font-weight: bold;
    border-bottom: 1px solid #FF7300;
}
.main_nwes_left_li{
    width: 100%;
    height: 50px;
    border-top: 1px solid #e4e4e4;
    line-height: 50px;
    font-size: 15px;
}	
.main_nwes_left_li:before{
	content: " ";
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border: 1px solid #c9c9c9;
    display: block;
    float: left;
    margin: 22px 10px 0px 1px;
}
.main_nwes_left_li.cur{
	color:#FF7300;
}

.main_nwes_cen{
	float: left;
    margin-left: 25px;
    width: 688px;
    height: auto;
    overflow: hidden;
}
.main_nwes_cen li{
	width: 648px;
    height: auto;
    overflow: hidden;
    padding: 20px;
    display: block;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}
.main_nwes_cen li .left{
	float: left;
    width: 150px;
    height: 100px;
}
.main_nwes_cen li .left img{
    width: 150px;
    height: 100px;
    object-fit: cover;
}
.main_nwes_cen li .cen{
    float: left;
    width: 478px;
    padding-left: 20px;
    height: 100px;
}
.main_nwes_cen li .cen .cen_top{
	font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
}
.main_nwes_cen li .cen .cen_cen{
    font-size: 12px;
    color: #888;	
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.main_nwes_cen li .cen .cen_bot{
    font-size: 12px;
    color: #888;
    text-align: right;
}
.main_nwes_cen .pag{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 40px;
    text-align: center;	
}
.main_nwes_cen .pag a{
	padding: 6px 11px;
    background: #fff;
    margin-right: 8px;
    border: 1px solid #ddd;
    font-size: 12px;	
}
.main_nwes_cen .pag a.cur{
	background: #FF7300;
    color: #fff;
    font-weight: bold;
    border: 1px solid #FF7300;
}
.main_nwes_right{
	width: 231px;
    float: right;
    height: auto;
    overflow: hidden;
}
.main_nwes_right_tj{
    width: 191px;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-bottom: 25px;
    padding: 20px 20px 0px 20px;
}
.main_nwes_right_tj li{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
}
.main_nwes_right_tj li:last-of-type{
	border-bottom: none;
    margin-bottom: 0;
}
.main_nwes_right_tj li .left{
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 24px;
    margin-top: 6.5px;
}
.main_nwes_right_tj li .left.i1{
background: url(../images/news_list_i1.png)#f3f3f3 center no-repeat;
    background-size: 50px;
}
.main_nwes_right_tj li .left.i2{
background: url(../images/news_list_i2.png)#f3f3f3 center no-repeat;
background-size: 50px;
}
.main_nwes_right_tj li .right{
	float: left;
    width: 100px;
    margin-left: 15px;	
}
.main_nwes_right_tj li .right h5{
	font-size: 16px;
    font-weight: bold;	
}
.main_nwes_right_tj li .right p{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 6px;
    margin-top: 0px;
    line-height: 15px;
    color: #888;
}
.main_nwes_right_tj li .right span{
	background: #FF7300;
    width: 80px;
    display: block;
    font-size: 15px;
    text-align: center;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
}
.main_nwes_right_hotnews{
	float: left;
    width: 201px;
    background: #fff;
    padding: 0 15px;
    border-radius: 0px;
    margin-bottom: 20px;
}
.main_nwes_right_hotnews .tit{
    width: 100%;
    height: 40px;
    line-height: 50px;
    font-size: 16px;
    color: #FF7300;
    font-weight: bold;
    border-bottom: 1px solid #FF7300;	
}
.main_nwes_right_hotnews .main{
	width: 100%;
    background: #fff;
}
.main_nwes_right_hotnews .main li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #f1f1f1;
}
.main_nwes_right_hotnews .main li i{
    float: left;
    width: 25px;
    height: 20px;
    background: #FF7300;
    margin-top: 14px;
    text-align: center;
    line-height: 20px;
    font-style: normal;
    color: #ffffff;
    border-radius: 27px;
    font-size: 10px;
}
.main_nwes_right_hotnews .main li h5{
    width: 165px;
    height: 50px;
    margin-left: 5px;
    line-height: 50px;
    float: left;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_nwes_right_sbhot{
    width: 100%;
    height: auto;
    overflow: hidden;
	width: 201px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 15px;
}
.main_nwes_right_sbhot .tit{
	width: 100%;
    height: 29px;
    color: #FF7300;
    font-size: 16px;
    border-bottom: 1px solid #FF7300;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.main_nwes_right_sbhot li{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    display: block;	
}
.main_nwes_right_sbhot li .img{
    width: 187px;
    height: 148px;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;	
}
.main_nwes_right_sbhot li .top{
    width: 187px;
    height: 25px;
    line-height: 30px;
    text-align: left;
    font-size: 15px;
    color: #727171;
    margin-left: 7px;	
}
.main_nwes_right_sbhot li .cen{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #737373;
    margin-bottom: 15px;
    width: 187px;
    margin-left: 7px;
    text-align: left;	
}
.main_nwes_right_sbhot li.bot{
	margin-left: 7px;
    width: 187px;
    height: 30px;
    line-height: 30px;
}
.main_nwes_right_sbhot li .bot .l {
    width: auto;
    height: 20px;
    line-height: 20px;
    float: left;
    color: #FF7300;
    cursor: pointer;
}
.main_nwes_right_sbhot li .bot .r {
	width: auto;
    padding: 0 7px;
    height: 20px;
    line-height: 20px;
    float: right;
    background: #FF7300;
    color: #fff;
    cursor: pointer;
}
