@charset "utf-8";

html {
    min-width: 1200px;
}
.container { width: 1200px; margin: 0 auto; padding: 0; background: none; overflow: visible; }
.tt1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tt2 {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.img-scale { display: block; overflow: hidden; }
.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: transform 0.45s linear 0s; -moz-transition: transform 0.45s linear 0s; -ms-transition: transform 0.45s linear 0s; -o-transition: transform 0.45s linear 0s; transition: transform 0.45s linear 0s; }
.img-scale .img-frame { overflow: hidden; }
.img-scale .img { height: 100%; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.45s linear 0s; -moz-transition: transform 0.45s linear 0s; -ms-transition: transform 0.45s linear 0s; -o-transition: transform 0.45s linear 0s; transition: transform 0.45s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.img-scale:hover .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); }


.zq-list::after {
    display: block;
    content: "";
    clear: both;
}
.zq-list li {
    float: left;
    width: 580px;
}
.zq-list li:nth-child(even) {
    float: right;
}
.zq-list .title {
    display: inline-block;
    width: calc(100% - 90px);
    font-size: 16px;
    line-height: 40px;
    color: #000;
margin: 0;
vertical-align: top;

}
.zq-list .title::before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    margin: 0 7px 2px 0;
    background: #bbb;
    border-radius: 50%;
}
.zq-list .date {
    font-size: 14px;
    line-height: 40px;
    color: #808080;
}
.zq-list li .title, .zq-list li .title::before { transition: all .3s; -ms-transition: all .3s; }
.zq-list li .title:hover { color: #1657c8; transform: translateX(4px); -ms-transform: translateX(4px);  }
.zq-list li .title:hover::before { background: #1657c8; }


.tz-header {
    position: relative;
}
.tz-header img {
    width: 100%;
    vertical-align: top;
}
.tz-header .logo-link {
    position: absolute;
    top: 8.4%;
    left: 15.2%;
    width: 26.5%;
    height: 20.2%;
}
.tz-section {
    padding: 20px 0 0;
}
.tz-section .column1 {
    position: relative;
    margin: 20px 0 0px;
    text-align: center;
}
.tz-section .column1::before {
    position: absolute;
    top: 49%;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #3e7fd2;
    /* height: 50%; */
}
.tz-section .column1 h3 {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 34px;
    line-height: 65px;
    color: #f00;
    font-weight: 700;
    background: #fff;
}
.tz-section .column1 h3::after, .tz-section .column1 h3::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    width: 34px;
    height: 65px;
    margin: 0 24px 0 0;
    background: url(../images/ys_bg1.jpg) no-repeat 50% 50%;
}
.tz-section .column1 h3::after {
    margin: 0 0 0 24px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.tz-list::after {
    display: block;
    content: "";
    clear: both;
}
.tz-list li {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
    transition: all .3s;
    -ms-transition: all .3s;
}
.tz-list li:hover {
    transform: translateX(4px);
    -ms-transform: translateX(4px);
}
.tz-list li:hover .title {
    color: #f00;
    transition: all .3s;
}
.tz-list li:last-child, .tz-section .zcjc .tz-list li:nth-child(7) {
    padding-bottom: 0;
    border: none;
}
.tz-list .title {
    display: inline-block;
    width: calc(100% - 135px);
height: 60px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
margin: 0;
vertical-align: top;
}
.tz-list .date {
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 30px;
    color: #999;
}
.tz-section .zcjc .tz-list li {
    float: left;
    width: 48.3333%;
}
.tz-section .zcjc .tz-list li:nth-child(even) {
    float: right;
}
.tz-section .more {
    display: block;
    width: 44px;
    margin: 20px 0 0 auto;
    font-size: 15px;
    line-height: 45px;
    color: #808080;
    transition: all .3s;
    -ms-transition: all .3s;
}
.tz-section .more:hover {
    color: #f00;
    font-size: 16px;
}
.tz-section .more span {
    color: #f00;
}
.tz-section .zcjc { min-height: 220px; }
.tz-section .zcsd, .tz-section .zctj { width: 48.3333%; min-height: 220px; }
.zctj-slick {
    margin: 20px 0 0;
    font-size: 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
}
.zctj-slick img {
    width: 100%;
    height: 400px;
}
.zctj-slick .text {
    padding: 23px 36px;
    background: #fff;
}
.zctj-slick .text .title {
    display: block;
    width: 335px;
    height: 64px;
    font-size: 20px; 
    line-height: 32px;
    color: #000;
    transform: translateY(100%);
    opacity: 0;
}
.zctj-slick .slick-active .text .title {
    opacity: 1;
    transform: translateY(0);
    transition: all .4s .4s;
}
.zctj-slick .slick-arrow {
font-size: 0;
    position: absolute;
    bottom: 36px;
    right: 40px;
    z-index: 2;
    width: 34px;
    height: 34px;
    background: url(../images/ys_bg2.png) no-repeat 50% 50% #e5e5e5;
    border-radius: 3px;
    transition: all .3s;
    -ms-transition: all .3s;
}
.zctj-slick .slick-arrow.slick-prev {
    right: 90px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.zctj-slick .slick-arrow:hover {
    background-color: #1657c8;
}
.tz-section .img-link1 {
    margin: 25px 0 0;
}
.tz-section .img-link1 img {
    width: 100%;
    vertical-align: top;
}
.tz-section .img-link2 {
    font-size: 0;
    margin: 0 -20px;
}
.tz-section .img-link2 li {
    display: inline-block;
    width: 50%;
    padding: 0 20px; box-sizing: border-box;
}
.tz-section .img-link2 li img {
    width: 100%;
    height: 182px;
    vertical-align: top;
}
.tz-section .img-link3 {
    font-size: 0;
    margin: 0 -13px;
}
.tz-section .img-link3 li {
    display: inline-block; box-sizing: border-box;
    width: 25%;
    padding: 0 13px;
    margin: 30px 0 0;
}
.tz-section .img-link3 li .img-scale {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
}
.tz-section .img-link3 li .img-scale:hover .title {
    color: #f00;
}
.tz-section .img-link3 li img {
    width: 100%;
    height: 120px;
    vertical-align: top;
}
.tz-section .img-link3 li .title {
    padding: 0 6px;
    font-size: 18px;
    line-height: 55px;
    color: #333;
    font-weight: 700;
    text-align: center;
    transition: all .3s;
    -ms-transition: all .3s;
margin: 0;
}
.img-slick {
    margin: 50px -15px ;
    font-size: 0;
}
.img-slick .slick-slide {
    padding: 0 15px;
}
.img-slick .title {
    display: block;
    padding: 15px 6px 0;
    font-size: 16px;
    line-height: 40px;
    color: #ee620e;
    font-weight: 700;
    text-align: center;
    transition: all .3s;
    -ms-transition: all .3s;
}
.img-slick .slick-arrow {
font-size: 0;
    position: absolute;
    bottom: 40%;
    right: -45px;
    z-index: 2;
    width: 34px;
    height: 34px;
    background: url(../images/ys_bg2.png) no-repeat 50% 50% #1657c8;
    border-radius: 3px;
    transition: all .3s;
    -ms-transition: all .3s;
}
.img-slick .slick-arrow.slick-prev {
    right: auto;
    left: -45px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

#page-list { margin: 40px auto 12px; }
#page-list > table { margn: 0 auto;  }
#page-list td, #page-list span, #page-list a, #page-list input { font-family: Arial; }
#page-list td { font-size: 14px;  }
#page-list #fanye1010976 { line-height: 26px; padding-top: 5px; }
#page-list span, #page-list a, #page-list input, #page-list div { display: inline-block; width: auto; height: 26px;  font-size: 14px;  }
#page-list span, #page-list a, #page-list #gotopagebut {padding: 0px 8px; line-height: 26px;   border-radius: 2px;    border: 1px solid #1657c8; margin: 0px 5px 0;  }
#page-list a { color:#1657c8; }
#page-list .defaultInputStyle { height: 24px; border: 1px solid #1657c8; border-radius: 2px; padding: 0 4px; line-height: 24px; outline: none; vertical-align: top; margin: 0 5px 0 2px; }