@charset "utf-8";

.index {
    padding-top: 1px;
}

.section {
    margin-top: 30px;
    padding: 30px 30px 20px 30px;
    background: #fff;
}



.title {
    overflow: hidden;
    margin-bottom: 25px;
}

.title h2 {
    padding: 0 24px 0 0;
    font-size: 0;
}

.title h2 img {
    vertical-align: middle;
}

.title h2 span {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
}

.title a {
    float: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
}

.title a:hover {
    color: #02459d;
}

.s1-l {
    float: left;
    width: 830px;
}

.s1-r {
    float: right;
    width: 445px;
}

.s1-lt {
    overflow: hidden;
}

.s1-lt .gzdt {
    float: left;
    width: 48%;
}

.s1-lt .gzdt :nth-child(1) {
    margin-right: 4%;
}

.s1-lt .gzdt  a {
    display: block;
    position: relative;
}
.s1-lt .gzdt  a:hover h3{
    color: #02459d;
}
.s1-lt .gzdt  a .pic {
    padding-top: 65%;
}

.s1-lt .gzdt  a .pic .s1-data {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 60px;
    height: 62px;
    background: #025393;
    background: linear-gradient(0deg, #025393 0%, #026cbf 100%), linear-gradient(#f49e49, #f49e49);
    background-blend-mode: normal, normal;
    text-align: center;
    color: #fff;
    padding-top: 5px;
}

.s1-lt .gzdt  a .pic .s1-data p {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
}

.s1-lt .gzdt  a .pic .s1-data span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

.s1-lt .gzdt  a h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
    margin-top: 15px;
    max-height: 60px;
    overflow: hidden;
}

.i-list li {
    position: relative;
    font-size: 16px;
    line-height: 40px;
    padding: 0px 85px 0 15px;
    background: url(../images/dtd-left.png) no-repeat;
    background-position: left center;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
}

.i-list li a:hover {
    color: #025393;
    /* font-weight: 600; */
}

.i-list li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #888888;
    font-size: 14px;
}


.s1-lb {
    padding-top: 20px;
    margin-top: 25px;
    border-top: 1px solid #d7d7d7;
}


.s1-r .text-list2 {
    border-top: 6px solid #025393;
    padding-top: 15px;
    padding-bottom: 15px;
    background: url(../images/s1-rbj.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.text-list2 li:nth-child(3n+2) {}

.text-list2 li a {
    color: #333;
    display: block;
    overflow: hidden;
    line-height: 80px;
    transition: all 0.3s;
    padding: 16px 0;
}

.text-list2 li:first-child a {
    margin-top: 0;

}

.text-list2 li a:hover {
    background: #d11600;
}

.date2 {
    width: 100px;
    text-align: center;
    transition: all 0.3s;
}

.date2 p {
    transition: all 0.3s;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: 3px;
    color: #02459d;
}

.date2 span {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.text-list2 li a .date2 {
    float: left;
    color: #02459d;
}

.text-list2-p {
    overflow: hidden;
    line-height: 70px;
    font-size: 0;
    padding-right: 15px;
}

.text-list2-p div {
    line-height: 60px;
    font-size: 0;
}

.text-list2-p p {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    color: #333333;
}

.text-list2 li a:hover {
    background: #025393;
    background: linear-gradient(0deg, #025393 0%, #026cbf 100%),
        linear-gradient(#025393, #025393);
}

.text-list2 li a:hover .date2 {
    color: #fff;
}

.text-list2 li a:hover .date2 span {
    color: #fff;
}

.text-list2 li a:hover .date2 p {
    color: #fff;
}

.text-list2 li a:hover .text-list2-p p {
    color: #fff;
}



.s2-c-first a {
    display: block;
    position: relative;

}

.s2-c-first a:hover img {
    transform: scale(1.1);
}



.s2-c-first a p {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    z-index: 9;
}

.s2-c-first a .pic {
    /* padding-top: 51.2%; */
    padding-top: 0px;
    width: 416px;
    position: relative;
    height: 212px;
}
.s2-c-first a .pic img{
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}

.s2-c>div {
    float: left;
    width: 32%;
}

.s2-c>div:nth-child(2) {
    margin: 0 2%;
}

.s2-c .i-list {
    margin-top: 20px;
}

.s2-c .i-list li {
    background: url(../images/dtd-left2.png) no-repeat;
    background-position: left center;
    padding-right: 70px;
    line-height: 36px;
}

.s3-c ul {
    margin: 0 -18px;
}

.s3-c ul li a {
    display: block;
    text-align: center;
    margin: 0 18px;

}

.s3-c ul li a .pic {
    padding-top: 36.9%;
}

.s3-c ul li a p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
}

.s3-c ul li a:hover p {
    color: #02459d;
}

.s4-c span {
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.s4-c div {
    overflow: hidden;
}

.s4-c div a {
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin:0 15px;
}
.s4-c div a:hover{
    color: #02459d;
}