﻿/* .news-list ul {
    width: 1400px;
    height: 700px;
    position: relative;
}

.news-list ul li:nth-of-type(1) {
    margin-right: 20px;
}

.news-list ul li:nth-of-type(5) {
    position: absolute;
    top: 540px;
}

.news-list ul li:nth-of-type(6) {
    margin-left: 20px;
} */


.xsdt-list {
    width: 1400px;
    margin: auto;
    overflow: hidden;
}

.xsdt-list .item {
    width: 1400px;
    height: 555px;
    position: relative;
}

.xsdt-list .item li {
    padding: 18px 20px;
    background: #fff;
    margin-bottom: 21px;
    position: absolute;
    width: 360px;
}

.xsdt-list .item li:nth-of-type(3) {
    top: 185px;
}

.xsdt-list .item li:nth-of-type(4) {
    top: 370px;
}

.xsdt-list .item li:nth-of-type(5) {
    right: 0;
}

.xsdt-list .item li:nth-of-type(6) {
    right: 0;
    top: 185px;
}

.xsdt-list .item li:nth-of-type(7) {
    right: 0;
    top: 370px;
}

.xsdt-list .item li:last-child {
    margin-bottom: 0;
}

.xsdt-list .item li p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.xsdt-list .item li:hover p:nth-child(1) {
    color: #06417e;
}

.xsdt-list .item li p:nth-child(2) {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.xsdt-list .item li p:nth-child(3) {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.xsdt-list .item li p.dete {
    margin-top: 30px;
}

.xsdt-list .item .item1 {
    width: 560px;
    height: 535px;
    float: left;
    background: #fff;
    position: absolute;
    padding: 0;
    left: 420px;
}

.xsdt-list .item .item1 .img {
    width: 560px;
    height: 315px;
    overflow: hidden;
}

.xsdt-list .item .item1 img {
    width: 560px;
    height: 315px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.xsdt-list .item .item1:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.xsdt-list .item .item1 .time {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(233, 116, 1, .8);
    color: #fff;
}

.xsdt-list .item .item1 .time p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 0;
    color: #fff;
}

.xsdt-list .item .item1 .time p:nth-child(2) {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

.xsdt-list .item .item1 .txt {
    padding: 30px;
}

.xsdt-list .item .item1 .txt .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #06417e;
}

.xsdt-list .item .item1 .txt .abs {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.xsdt-list .item .item1 .more {
    width: 140px;
    height: 40px;
    border: 1px solid #094183;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    margin-top: 20px;
    color: #06417e;
}

/* - */
.content2 {
    background: url(../img/con2-bg.png) center no-repeat;
    background-size: cover;
    margin-top: 40px;
    height: 710px;
}

.content6 {
    height: 385px;
    margin-top: 60px;
}

.content7 {
    height: auto;
    margin-bottom: 30px;
}

.picScroll-left .bd ul li {
    margin-bottom: 40px;
}

.picScroll-left .bd ul li.li3,
.picScroll-left .bd ul li.li6,
.picScroll-left .bd ul li.li9,
.picScroll-left .bd ul li.li12,
.picScroll-left .bd ul li.li15,
.picScroll-left .bd ul li.li18,
.picScroll-left .bd ul li.li21,
.picScroll-left .bd ul li.li24 {
    margin-right: 0;
}

.column {
    height: 140px;
    line-height: 140px;
}

.picScroll-left .hd {
    margin-top: 20px;
}

.column a.name {
    float: left;
}

.column a.more {
    color: #999;
    font-size: 14px;
    float: right;
}