.left_c,.right_c{width: 540px;padding: 16px 24px;border: 1px solid #e1e1e1;background-color: #fff;margin-top:20px;}
.asideimg { position:fixed; top:50%; right:0;z-index:10;margin-top:-80px;}
.asideimg img { display:block; width:160px;}

/*黑白滤镜
html{filter: grayscale(100%); -webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);} */

/*头条*/
.headLine{text-align: center; padding: 30px 0 10px; width: 1060px; margin:0 auto; text-align: center; }
.headLine img { vertical-align: top; margin-right: 10px; }
.headLine a { font-size: 32px;color: #333;line-height: 1; }
.headSum { font-size: 18px;color: #333; text-align: center; overflow: hidden;padding:10px 0 30px;}

/*顶部新闻*/
.topNewsBox{width:1132px;border:1px solid #e1e1e1;background-color:#fff;padding:22px 33px;margin:0 auto;}
.topNewsBox .picNews{width:570px;}
.topNewsBox .txtNews{width:542px;}

/*图片新闻*/
.picNew{ width: 570px; height: 377px;overflow:hidden;position: relative;}
.picNew .swiper-slide{width: 570px; height: 100%;position: relative;float:left;}
.picNew .swiper-slide img { width: 100%; height: 100%; display: block; }
.picNew .swiper-slide .tit{ position: absolute; bottom: 0; left: 0; width: 100%;background:url(/eportal/uiFramework/commonResource/image/2018103113552184711.png) repeat;text-indent: 10px;}
.picNew .swiper-slide .tit a{ font-size: 14px; color: #fff; line-height: 36px;}
.picNew .picPage{position: absolute;bottom: 0;right: 15px;height: 36px;cursor:default;}
.picNew .picPage .swiper-pagination-switch {float: left;width: 9px;height: 9px;margin: 13px 4px;background-color:#fff;}
.picNew .picPage .swiper-active-switch {background-color:#ff0000;}

/*专题链接*/
.downautoplay{width:100%;overflow:hidden;position:relative;margin: 30px 0 0;}
.downautoplay .bd{width: 1132px;margin:0 auto;overflow:hidden;}
.downautoplay .bd ul li{width:1132px }
.downautoplay .bd ul li img{width:1132px;height:100px;}
.downautoplay .prev,.downautoplay .next{position:absolute;top: 30px;display:block;width:19px;height:27px;}
.downautoplay .prev{left:0;background:url(/eportal/uiFramework/commonResource/image/2018103111235645921.png) center no-repeat;}
.downautoplay .next{right:0;background:url(/eportal/uiFramework/commonResource/image/2018103111241012133.png) center no-repeat;}
.downautoplay .prev:hover{background:url(/eportal/uiFramework/commonResource/image/2018103111240487954.png) center no-repeat;}
.downautoplay .next:hover{background:url(/eportal/uiFramework/commonResource/image/2018103111242140886.png) center no-repeat;}


/*信息公开*/
.infoLink { overflow: hidden; width: 106%; padding-bottom: 19px;}
.infoLink li{float: left;width: 175px;text-align: center;border: 1px solid #bdbdbd;margin: 25px 10px 0 0;}
.infoLink li a{ display: block; font-size: 16px;color: #333333;line-height: 42px;}
.infoLink li:hover{background-color: #d61310;border:1px solid #d61310;}
.infoLink li:hover a{color: #fff;}

/*交流互动*/
.hdLink { padding:5px 0 0 20px;width:250px; float:left; }
.hdLink li{ height:52px; overflow:hidden;text-align: center;width: 250px;background-repeat: no-repeat;background-position: 40px center;border: 1px dotted #c9c9c9;margin-top: 40px;}
.hdLink li:hover{border:1px dashed #b82b2b;}
.hdLink li a{ display: block; font-size: 16px;color: #333;line-height:52px; padding-left:40px;}
.hdLink li:hover a{color: #aa0000;}
.hdLink li.li1{background-image:url(/eportal/uiFramework/commonResource/image/2018103111231396023.png);}
.hdLink li.li2{background-image:url(/eportal/uiFramework/commonResource/image/2018103111232012287.png);float:right;}
.hdLink li.li3{background-image:url(/eportal/uiFramework/commonResource/image/2018103111232790379.png);}
.hdLink li.li4{background-image:url(/eportal/uiFramework/commonResource/image/2018103111233552135.png);float:right;}
.hdLink li.li5{background-image:url(/eportal/uiFramework/commonResource/image/2018103111234210533.png);}
.hdLink li.li6{background-image:url(/eportal/uiFramework/commonResource/image/2018103111235011365.png);float:right;}

.ewmimg {display:inline-block; padding-top:25px;margin-right:10px;width: 30%;}
.ewmimg img { width:160px;height: 160px; display:block; margin:0 auto;border: 1px solid #fae4e4;}
.ewmimg p { font-size:16px; color:#333; text-align:center;padding-top:10px;}


@media screen and (max-width:750px) {
ul.hdLink li {
    width: 45%;
	    margin: 10px 0;
}
.hdLink li{
	background-position-x: 12px;
}
.hdjl_sy {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto!important;
    flex-direction: column;
}
ul.hdLink {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
}
.list li a{    display: inherit;}
.headLine a{
    font-size: 20px;
}
.picNew .swiper-slide .tit a{
    width: 68%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hdLink li a{
padding-left: 0;
}
.infoLink{width:100%;    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;}
.infoLink li{  box-sizing: border-box;  width: 44%;
    text-align: center;
    border: 1px solid #bdbdbd;
    margin: 10px;}
.mzj_yqlj li{    width: 40%;
    float: inherit;
    margin: 0!important;
    display: inline-block;}

.picNew{width:100%;height: 250px;}
body{width:100%;}

.tlimg{width:100%;}
.dhwl{width:100%;}
.left_c, .right_c{width:100%;box-sizing: border-box;padding:0 5px;}

.wrapBody{min-width:100%;}
.comwidth{width:100%;}
.headLine{width:100%;    vertical-align: middle;margin-top: 50px;}
.headLine img {
    vertical-align: middle;
    margin-top: -10px;
}
.topNewsBox{width:100%;box-sizing: border-box;padding:0 5px;}
.topNewsBox .picNews{width:100%;    float: inherit!important;}
.topNewsBox .txtNews{width:100%;}
.downautoplay .bd}{width:100%;}
.downautoplay .bd ul li{width:100%;}
.downautoplay .bd ul li img{width:100%;}
ul.hdLink.qs_clear li{float:;}
ul.hdLink.qs_clear li {
    float: inherit;
   width:48%;
    background-position-x: 4%;
    display: inline-block;
}