.container {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.main {
    padding: 10px 0px;
    background: #FFFFFF;
}

.zwgk-item {
    height: 312px;
}

.zwgk-item .slideTxtBox {
    width: 750px;
    float: left;
}

.zwgk-item .slideTxtBox .hd {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.zwgk-item .slideTxtBox .hd ul {
    float: left;
}

.zwgk-item .slideTxtBox .hd ul li {
    float: left;
    margin-right: 30px;
    cursor: pointer;
    color: #999999;
    font-weight: bold;
    font-size: 18px;
}

.zwgk-item .slideTxtBox .hd .more {
    font-size: 14px;
    color: #999999;
    float: right;
    display: none;
}

.zwgk-item .slideTxtBox .hd ul li.on {
    color: #333333;
}

.zwgk-item .slideTxtBox .bd ul {
    zoom: 1;
}

.zwgk-item .slideTxtBox .bd li {
    height: 36px;
    line-height: 36px;
}

.zwgk-item .slideTxtBox .bd li a {
    color: #333333;
    font-size: 14px;
    background: url(a-icon.png) left center no-repeat;
    padding-left: 14px;
}

.zwgk-item .slideTxtBox .bd li span {
    color: #999999;
    font-size: 14px;
    float: right;
}


/* 领导之窗 */

.ldzc-content {
    width: 300px;
    height: 312px;
    background: #f5f5f5;
    float: right;
}

.ldzc-content .dt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2d66a3;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-indent: 20px;
}

.ldzc-content .more {
    font-size: 14px;
    color: #ffffff;
    margin-right: 10px;
    float: right;
}

.ldjs {
    height: 140px;
    padding: 10px;
}

.ldjs .pic {
    width: 100px;
    height: 100%;
    float: left;
}

.ldjs .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ldjs .text {
    margin-left: 120px;
}

.ldjs .text .name {
    font-size: 18px;
    color: #333333;
    margin-top: 6px;
}

.ldjs .text .job {
    font-size: 14px;
    color: #333333;
    margin-top: 12px;
}

.ldjs .text .sub {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
    margin-top: 7px;
}

.bzcy {
    padding: 10px;
}

.bzcy .bt {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin-left: 10px;
    position: relative;
}

.bzcy .bt::after {
    content: "";
    width: 200px;
    height: 2px;
    background: #2d66a3;
    position: absolute;
    left: 70px;
    top: 50%;
    margin-top: -1px;
}

.bzcy-ul li {
    width: 33.33%;
    float: left;
    margin-top: 10px;
}

.bzcy-ul li a {
    font-size: 14px;
    color: #333333;
    padding-left: 13px;
    background: url(a-icon.png) left center no-repeat;
}


/* 政府信息公开 */

.zfxxgk-content {
    height: 80px;
    margin-top: 25px;
}

.zfxxgk-content a {
    display: block;
    width: 260px;
    height: 80px;
    line-height: 80px;
    border-radius: 3px;
    float: left;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.zfxxgk-content a:hover {
    color: #FFFFFF!important;
}

.zfxxgk-content a:first-child {
    margin-left: 0;
}

.zfxxgk-content a img {
    vertical-align: middle;
    margin-right: 20px;
    transition: .5s all ease;
}

.zfxxgk-content a:hover img {
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    /* IE 9 */
    -moz-transform: rotateY(360deg);
    /* Firefox */
    -webkit-transform: rotateY(360deg);
    /* Safari 和 Chrome */
    -o-transform: rotateY(360deg);
    /* Opera */
}

.zwgk-right {
    width: 300px;
    float: right;
    margin-top: 30px;
}

.zwgk-right a {
    display: block;
    overflow: hidden;
}

.zwgk-right a img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    vertical-align: top;
}

.zwgk-right a:hover img {
    transform: scale(1, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 1s ease 0.8s;
    -moz-transition: all 1s ease 0.8s;
    -ms-transition: all linear 0.8s;
    -o-transition: all linear 0.8s;
    transition: all linear 0.8s;
}

.zwgk-right .bt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #2d66a3;
    position: relative;
    margin-top: 15px;
}

.zwgk-right .bt::before {
    content: "";
    width: 90px;
    height: 5px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
}

.zwgk-right .bt::after {
    content: "";
    width: 90px;
    height: 5px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
}

.jcxxgk-ul {
    padding-top: 15px;
}

.jcxxgk-ul li {
    width: 143px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #DDDDDD;
    border-radius: 1px;
    float: left;
    margin: 0 10px 10px 0;
}

.jcxxgk-ul li:nth-child(2n) {
    margin-right: 0;
}

.zwgk-item1 {
    height: 353px;
}

.zwgk-ul {
    margin-top: 30px;
}

.zwgk-ul li {
    width: 352px;
    height: 110px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}

.zwgk-ul li:first-child {
    margin-left: 0;
}

.zwgk-ul li img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    vertical-align: top;
}

.zwgk-ul li:hover img {
    transform: scale(1, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 1s ease 0.8s;
    -moz-transition: all 1s ease 0.8s;
    -ms-transition: all linear 0.8s;
    -o-transition: all linear 0.8s;
    transition: all linear 0.8s;
}