@charset "UTF-8";
.bgcontainer {
    background: url(../images/zmhd/bg.jpg) no-repeat center bottom;
}
.zmhead {
    position: relative;
    height: 81px;
    margin: 20px 0 50px 0;
    background: url(../images/zmhd/pagetop_t.png) no-repeat center center;
    z-index:1;
}
.fouritem {
    margin-bottom: 5px;
}
.fouritem li {
    float: left;
    width: 25%;
}
.fouritem ul li a span:first-child{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 31%;
    left: 41%;
}
.fouritem ul li a span:last-child{
    position: absolute;
    top: 58%;
    left: 41%;
    font-size: 14px;
    color: #666;
}
.fouritem li a{
    display: block;
    position: relative;
    height: 125px;
    margin: 0 12.5px 25px;
    border: 1px solid transparent;
    background-size: 100%;
    border-radius: 8px;
    box-shadow: 4px 0 16px #eaeced;
    overflow: hidden;
}
.fouritem li:first-child a{
    background: url(../images/zmhd/img__four1.png)no-repeat center #fff;
    background-size: 100%;
}
.fouritem li:nth-child(2) a{
    background: url(../images/zmhd/img__four2.png)no-repeat center;
    background-size: 100%;
}
.fouritem li:nth-child(3) a{
    background: url(../images/zmhd/img__four3.png)no-repeat center;
    background-size: 100%;
}
.fouritem li:nth-child(4) a{
    background: url(../images/zmhd/img__four4.png)no-repeat center;
    background-size: 100%;
}
.fouritem li:first-child a:hover{
    border-color: #5497ce;
}
.fouritem li:nth-of-type(2) a:hover{
    border-color: #f3a561;
}
.fouritem li:nth-of-type(3) a:hover{
    border-color: #61cb9b;
}
.fouritem li:nth-of-type(4) a:hover{
    border-color: #ff6263;
}

.fouritem li img {
    width: 100%;
}
.fouritem li:last-child {
    margin-right: 0;
}
.js-tab > .bd > #rankPh {
    display: block !important;
    margin-top: 0;
}
#mailList.infolist li .dept-name {
    position: absolute;
    left: 60%;
}
/*意见征集*/
.zj-list.infolist li {
    border-bottom: 1px solid #eee;
}
.zj-list.infolist li:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    width: 107px;
    height: 40px;
    background: url(../images/zmhd/icon_js.png) right center no-repeat;
}
.zj-list.infolist li.on:after {
    content: '';
    display: inline-block;
    width: 107px;
    height: 40px;
    background: url(../images/zmhd/icon_zj.png) right center no-repeat;
}
.zj-list.infolist li .time {
    position: unset;
    display: block;
    padding-left: 18px;
}
.zj-list.infolist li a {
    float: none;
}
/*在线访谈*/
.zwft-list {
    position: relative;
    margin: 30px -17px;
    height: 450px;
}
.zwft-list .swiper-container {
    height: 100%;
}
.zwft-list .swiper-slide .box {
    display: block;
    background: #f6f6f6;
    margin:0 17px;
}
.zwft-list .swiper-slide .imgbox a {
    display: block;
    height: 240px;
    overflow: hidden;
}
.zwft-list .swiper-slide .imgbox img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}
.zwft-list .swiper-slide .txtbox {
    padding: 20px;
    font-size: 16px;
    color: #999;
    line-height: 30px;
    text-align: justify;
}
.zwft-list .swiper-slide .title {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.zwft-list .swiper-slide .title a {
    display: block;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    height: 60px;
}
.zwft-list .swiper-slide .title a:hover {
    color: #005293;
}
.zwft-list .swiper-slide .desc {
    font-size: 15px;
    margin-top: 10px;
    height: 50px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.zwft-list .swiper-slide .other {
    margin: 5px 0;
}
.zwft-list .swiper-slide .other .detail {
    float: right;
    font-size: 15px;
    color: #2758b4;;
    width: 65px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
}
/*其他系统*/
.other-system li {
    float: left;
    width: 19%;
    height: 80px;
    text-align: center;
    margin-left: 17px;
    background: url(../images/index/hd_bg.png) center no-repeat;
    background-size: 100% 100%;
}
.other-system li:first-child {
    margin-left: 0;
}
.other-system li a {
    display: inline-block;
    margin-top: 25px;
}
.other-system li span {
    display: inline-block;
    font-size: 18px;
    margin-left: 15px;
    vertical-align: middle;
}
.other-system li.sjw  a {
    margin-top: 20px;
}
.other-system li img {
    height: 35px;
}
@media (max-width: 1500px) {
   .other-system li {width: 18.8%;}
}
@media (max-width: 1280px) {
   .zj-list.infolist li a {display: inline-block;width: 80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;}
    .infolist.dot li a {font-size: 16px;}
    .other-system li img {height: 42px;}
    .other-system li span {font-size: 16px;}
    .other-system li {width: 18.5%;}
}
@media (max-width: 991px) {
    .fouritem li {width: 50%;float: left;}
    .zj-list.infolist li:after {width: 80px;height: 30px;background-size: 100% 100%;}
    .zmhead {background: url(../images/zmhd/pagetop_t_m.png) no-repeat center center;}
    .zj-list.res.infolist li a:before {display: none;}
    .zj-list.infolist li a {display: inline-block;width: 75%;white-space: nowrap;}
    .zj-list.infolist li .time {padding-left: 0;}
    .zj-list.res.infolist.dot li {padding-left: 0;}
    .other-system li {width: 100%;margin-left: 0;margin-bottom: 20px;}
    .other-system li img {vertical-align: middle;}
    #mailList.infolist li .dept-name {position: unset;}
}