html,
body,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

* {
    font-family: "microsoft yahei";
}

html {
    background: #f7f7f7;
}

body {
    min-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    border: none;
    display: block;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.cons {
    width: 1400px;
    margin: auto;
    overflow: hidden;
}

.header {
    width: 100%;
    height: 180px;
    background: #fff;
    position: relative;
}

.header-con {
    width: 1400px;
    height: 180px;
    margin: auto;
    background: url(../img/header-bg.png) no-repeat;
    background-position-x: 300px;
    background-position-y: 12px;
}

.header .logo {
    margin-top: 25px;
}

.header .text-img {
    margin-top: 50px;
    margin-right: 35px;
}

.header .seach {
    margin-top: 40px;
    position: relative;
}

.header .seach .seach-in {
    width: 250px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    color: #d7d7d7;
    font-size: 14px;
    padding-left: 20px;
    outline: none;
}

.header .seach .seach-btn {
    position: absolute;
    right: 15px;
    top: 15px;
}

/* Safari，Chrome WebKit browsers */
.seach input::-webkit-input-placeholder {
    color: #d7d7d7;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.seach input:-moz-placeholder {
    color: #d7d7d7;
}

/* 火狐 Mozilla Firefox 19+ */
.seach input::-moz-placeholder {
    color: #d7d7d7;
}

/* Internet Explorer 10+ */
.seach input:-ms-input-placeholder {
    color: #d7d7d7;
}

/* 导航 */

.nav-con {
    width: 1400px;
    margin: auto;
    position: absolute;
    bottom: 0;
}

.nav {
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #333;
}

.nav .nLi {
    width: 139px;
    height: 60px;
    float: left;
    display: inline;
    text-align: center;
}

.nav .nLi h3 {
    height: 60px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 420px;
    top: 60px;
    position: absolute;
    background: #fff;
    line-height: 60px;
    padding: 15px 0 35px 0;
}

.nav .sub li {
    width: 180px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    color: #000;
    zoom: 1;
    float: left;
    padding-left: 30px;
}

.nav .sub li:hover {}

.nav .sub a {
    color: #000;
    display: block;
    font-size: 16px;
    position: relative;
}

.nav .sub a::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 17px;
    left: -10px;
}

.nav .sub a:hover {
    color: #06417e;
}

.nav .sub a:hover::before {
    background: #06417e;
}

.nav .nLi:hover {}


.nav .on {
    background: #06417e;
}

.nav .on h3 a {
    color: #fff;
}

/* 大图轮播 */

.banner {
    width: 100%;
    min-width: 1400px;
    max-width: 1920px;
    margin: auto;
    /* height: 600px; */
}

.banner img {
    width: 100%;
}

.nav2-lunbo {
    width: 100%;
    /* height: 600px; */
    display: block;
    overflow: hidden;
    position: relative;
}

.nav2-lunbo .nav2-lunbo-hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 49%;
    bottom: 20px;
    z-index: 1;
}

.nav2-lunbo .nav2-lunbo-hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    padding: 0;
    margin-right: 12px;
    list-style: none;
}

.nav2-lunbo .nav2-lunbo-hd ul li {
    float: left;
    margin-right: 15px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

.nav2-lunbo .nav2-lunbo-hd ul li.on {
    background: #004a9a;
}

.nav2-lunbo .nav2-lunbo-bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.nav2-lunbo .nav2-lunbo-bd li {
    zoom: 1;
    vertical-align: middle;
}

.nav2-lunbo .nav2-lunbo-bd img {
    width: 100%;
    /* height: 600px; */
    display: block;
}

/* 结束 */

.content1 {
    width: 1400px;
    margin: auto;
}

.column {
    width: 1400px;
    margin: auto;
    line-height: 225px;
    text-align: center;
}

.column a {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.news-list {
    overflow: hidden;
}

.news-list ul {
    width: 690px;
}

.news-list ul li {
    width: 690px;
    height: 160px;
    float: left;
    background: #fff;
    margin-bottom: 20px;
}

.news-list ul li.img {
    height: 340px;
    position: relative;
    overflow: hidden;
}

.news-list ul li.img img {
    display: block;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}

.news-list ul li.img: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);
}

.news-list ul li.img p {
    width: 650px;
    height: 75px;
    position: absolute;
    padding: 0 20px;
    bottom: 0;
    font-size: 18px;
    line-height: 75px;
    color: #fff;
}

.news-list ul li.img p.title {
    background: rgba(0, 0, 0, .6);
}

.news-list ul li.img p.time {
    font-size: 16px;
    text-align: right;
}

.news-list ul li.img p.time span {
    font-size: 30px;
}

.news-list ul li.txt a {
    display: block;
    padding: 30px 20px;
}

.news-list ul li.txt:hover {
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}

.news-list ul li.txt .time {
    width: 104px;
    height: 99px;
    text-align: center;
    border: 1px solid #999;
}

.news-list ul li.txt:hover .time {
    border-color: #06417e;
}

.news-list ul li.txt:hover .time p:nth-child(1) {
    color: #06417e;
}

.news-list ul li.txt .time p:nth-child(1) {
    font-size: 30px;
    line-height: 60px;
    font-weight: bold;
    color: #999;
}

.news-list ul li.txt:hover .time p:nth-child(2) {
    background: #06417e;
}

.news-list ul li.txt .time p:nth-child(2) {
    background: #999;
    line-height: 40px;
    color: #fff;
}

.news-list ul li.txt .text {
    width: 520px;
}

.news-list ul li.txt .text .title {
    line-height: 34px;
    font-weight: bold;
}

.news-list ul li.txt:hover .text .title {
    color: #06417e;
}

.news-list ul li.txt .text .abs {
    line-height: 30px;
    color: #666;
    margin-top: 5px;
}

.content2 {
    height: 520px;
    background: url(../img/con2-bg.png);
    margin-top: 75px;
}

.content2 .column a {
    color: #fff;
}

.picScroll-left {
    width: 1400px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    margin-top: 32px;
}

.picScroll-left .hd ul {
    width: 100%;
    overflow: hidden;
    text-align: center;
    zoom: 1;
}

.picScroll-left .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin-right: 20px;
    text-indent: -999px;
    border-radius: 50%;
    cursor: pointer;
    background: #4d6c9f;
}

.picScroll-left .hd ul li.on {
    background: #fff
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    width: 450px;
    height: 200px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-right: 25px;
}

.picScroll-left .bd ul li .time {
    width: 70px;
    height: 70px;
    background: #e97401;
    color: #fff;
    text-align: center;
}

.picScroll-left .bd ul li .time p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.picScroll-left .bd ul li .time p:nth-child(2) {
    font-size: 14px;
}

.picScroll-left .bd ul li .txt {
    width: 380px;
    height: 200px;
    background: #fff;
    text-align: left;
    position: relative;
}

.picScroll-left .bd ul li .txt .title {
       line-height: 28px;
    padding: 10px 20px;
    background: #e8f0fa;
    height: 56px;
}

.picScroll-left .bd ul li .txt .title a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.picScroll-left .bd ul li:hover .txt .title a {
    color: #003279;
}

.picScroll-left .bd ul li .txt .abs a {
    display: block;
    padding: 20px;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.picScroll-left .bd ul li .txt .abs a span {
    width: 100%;
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: 20px;
}

.picScroll-left .bd ul li .txt .abs a span:hover {
    color:#003279;
}

.xkjj-list {
    width: 1400px;
    margin: auto;
}

.xkjj-list ul {
    overflow: hidden;
}

.xkjj-list ul li {
    width: 33.3%;
    height: 345px;
    float: left;
    text-align: center;
}

.xkjj-list ul li img {
    margin: auto;
    margin-top: 35px;
}

.xkjj-list ul li img:nth-child(1) {
    display: block;
}

.xkjj-list ul li img:nth-child(2) {
    display: none;
}

.xkjj-list ul li p:nth-of-type(1) {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-top: 40px;
}

.xkjj-list ul li:hover p:nth-of-type(1) {
    color: #336dad;
}

.xkjj-list ul li p:nth-of-type(2) {
    width: 370px;
    margin: auto;
    line-height: 30px;
    margin-top: 25px;
}

.xkjj-list ul li .xian {
    width: 35px;
    height: 6px;
    border-radius: 6px;
    background: #f7f7f7;
    margin: auto;
    margin-top: 20px;
}

.xkjj-list ul li:hover .xian {
    background: #336dad;
}

.xkjj-list ul li:hover {
    background: #fff;
}

.xkjj-list ul li:hover img:nth-child(1) {
    display: none;
}

.xkjj-list ul li:hover img:nth-child(2) {
    display: block;
}

.jsfc-list {
    width: 1400px;
    margin: auto;
}

.jsfc-list ul {
    overflow: hidden;
}

.jsfc-list ul li {
    width: 240px;
    height: 345px;
    float: left;
    position: relative;
    margin-right: 50px;
}

.jsfc-list ul li .baidi {
    width: 218px;
    height: 305px;
    background: #fff;
    position: absolute;
    bottom: 0;
}

.jsfc-list ul li .baidi .img {
    width: 215px;
    height: 290px;
    position: absolute;
    top: -40px;
    right: -22px;
}

.jsfc-list ul li .baidi .img img {
    width: 215px;
    height: 290px;
    display: block;
}

.jsfc-list ul li .baidi p {
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    position: absolute;
    bottom: 0;
}

.jsfc-list ul li:last-child {
    margin-right: 0;
}

.xsdt-list {
    width: 1400px;
    margin: auto;
    overflow: hidden;
}

.xsdt-list .item1 {
    width: 400px;
    float: left;
}

.xsdt-list .item1 li {
    padding: 18px 20px;
    background: #fff;
    margin-bottom: 21px;
}

.xsdt-list .item1 li:last-child {
    margin-bottom: 0;
}

.xsdt-list .item1 li p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.xsdt-list .item1 li:hover p:nth-child(1) {
    color: #06417e;
}

.xsdt-list .item1 li p:nth-child(2) {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.xsdt-list .item1 li p:nth-child(3) {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.xsdt-list .item2 {
    width: 560px;
    height: 535px;
    float: left;
    background: #fff;
    margin: 0 20px;
    position: relative;
}

.xsdt-list .item2 .img {
    width: 560px;
    height: 315px;
    overflow: hidden;
}

.xsdt-list .item2 .img 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 .item2 .img: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 .item2 .time {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(233, 116,1, .8);
    color: #fff;
}

.xsdt-list .item2 .time p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
}

.xsdt-list .item2 .time p:nth-child(2) {
    font-size: 12px;
}

.xsdt-list .item2 .txt {
    padding: 30px;
}

.xsdt-list .item2 .txt .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #06417e;
}

.xsdt-list .item2 .txt .abs {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.xsdt-list .item2 .more {
    width: 140px;
    height: 40px;
    border: 1px solid #094183;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    margin-top: 20px;
    color: #06417e;
}

.content6 {
    height: 515px;
    background: #e6eaef;
    margin-top: 100px;
}

.stfc-list {
    width: 1400px;
    margin: auto;
}

.stfc-list ul li {
    width: 325px;
    height: 180px;
    float: left;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
}

.stfc-list ul li:last-child {
    margin-right: 0;
}

.stfc-list ul li img {
    width: 325px;
    height: 180px;
    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;
}

.stfc-list ul li: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);
}

.stfc-list ul li p {
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.6);
}

.content7 {
    height: 385px;
}

.link-list {
    width: 1400px;
    margin: auto;
}

.link-list ul {
    overflow: hidden;
}

.link-list ul li {
    width: 220px;
    height: 40px;
    border: 1px solid #666;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    float: left;
}

.link-list ul li:hover {
    border-color: #125388;
}

.link-list ul li:hover a {
    color: #125388;
}

.link-list ul li:last-child {
    margin-right: 0;
}

.foot {
    height: 250px;
    background: url(../img/foot-bg.png) no-repeat;
    background-size: cover;
}

.foot-con {
    width: 1400px;
    margin: auto;
}

.foot-top {
    padding: 30px 0;
    border-bottom: 1px solid #548eae;
    height: 57px;
}

/* 下拉框 */

.select-container {
    position: relative;
    margin-top: 10px;
}

.select-container input {
    width: 260px;
    height: 40px;
    line-height: 35px;
    text-indent: 10px;
    border: 1px solid #548eae;
    color: #fff;
    outline: none;
    padding-left: 40px;
    background: rgba(0, 0, 0, 0);
}

/* .select-container span {
    position: relative;
}

.select-container span::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    top: 10px;
    left: 240px;
} */

.select-container ul {
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 1;
    width: 300px;
    display: none;
    list-style: none;
    border: 1px solid #fff;
    height: 150px;
    overflow-y: scroll;
}


.select-container li {
    height: 30px;
    line-height: 30px;
}

.select-container li a {
    display: inline-block;
    width: 100%;
    color: #000000;
    text-indent: 5px;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
}

.select-container li a:hover {
    color: #fff;
    background: #4783c2;
}

.foot-bottom {
    padding: 30px 0;
    overflow: hidden;
}

.foot-bottom p {
    font-size: 14px;
    color: #a6b9cc;
    line-height: 32px;
}

.weixin {
    width: 100px;
    margin-top: 30px;
    position: relative;
display: none
   
}

.weixin ul li {
    float: right;
    margin-left: 20px;
}

.weixin ul li .qr-on {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -45px;
    left: -90px;
    display: none;
}

.weixin ul li:hover .qr-on {
    display: block;
}

.nei-banner {
    height: 350px;
    position: relative;
}

.nei-banner-con {
    width: 100%;
    height: 350px;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.lanmu-weizhi {
    width: 1400px;
    margin: auto;
    margin-top: 140px;
}

.lanmu-weizhi .lanmu {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}

.lanmu-weizhi .weizhi,
.lanmu-weizhi .weizhi a {
    color: #fff;
}

.container {
    width: 1400px;
    margin: 45px auto;
    overflow: hidden;
}

.container .subnav {
    width: 250px;
    background: #fff;
}

.container .nei-content {
    width: 1110px;
}

.sideMenu {
}

.sideMenu h3 {
    height: 55px;
    line-height: 55px;
    padding-left: 30px;
    cursor: pointer;
    color: #333;
    border-bottom: 1px solid #f4f4f4;
    background: #fff;
}

.sideMenu h3.ons {
    background: #eef2f6;
}

.sideMenu h3.ons a {
    color: #06417e;
}

.sideMenu h3.on {
    background: #eef2f6;
}

.sideMenu h3.on a {
    color: #06417e;
}

.sideMenu h3 em {
    float: right;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../img/sub-nav.png) no-repeat;
    position: relative;
    right: 15px;
    top: 20px;
}

.sideMenu h3.on em {
    right: 20px;
    top: 25px;
    background: url(../img/sub-nav-on.png) no-repeat;
}

.sideMenu ul {
    display: none;
    text-align: center;
}

.sideMenu ul li {
    line-height: 50px;
    border-bottom: 1px solid #f4f4f4;
}

.sideMenu ul li a {
    font-size: 18px;
}

.sideMenu ul li.sub-on {
    border-color: #06417e;
}

.sideMenu ul li.sub-on a {
    color: #06417e;
}

.nav-logo {
    width: 183px;
    height: 114px;
    margin: 35px auto;
}

.detail {
    background: #fff;
    padding: 30px 45px;
}

.detail-con {
    padding: 40px 60px 0 60px;
    border: 1px solid #d7d7d7;
}

.detail h2.title {
    font-size: 30px;
    color: #333;
    text-align: center;
}

.detail p.time {
    line-height: 74px;
    color: #747474;
    text-align: center;
}

.detail p.time span {
    margin: 0 20px 0 0;
}

.detail .detail-txt {
    padding-top: 20px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.detail .detail-txt p {
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 10px;
}

.detail .detail-txt img {
    display: inline-block;
}

.detail .page {
    overflow: hidden;
}

.detail .page p {
    line-height: 74px;
}

.detail .page p:hover a{
    color: #06417e;
}

.teacher-nav {
    height: 60px;
    background: #fff;
}

.teacher-nav-con {
    width: 1400px;
    margin: auto;
}

.teacher-nav ul {
    height: 60px;
}

.teacher-nav ul li {
    height: 58px;
    line-height: 58px;
    float: left;
    margin-right: 65px;
    position: relative;
    border-bottom: 2px solid #fff;
}

.teacher-nav ul li.on {
    border-bottom: 2px solid #06417e;
}

.teacher-nav ul li.on a {
    font-weight: bold;
    color: #06417e;
}

.teacher-nav ul li::after {
    content: '';
    width: 1px;
    height: 13px;
    background: #dadada;
    position: absolute;
    right: -30px;
    top: 24px;
}

.teacher-nav ul li a {
    font-size: 18px;
}

.teacher-nav ul li:last-child::after {
    display: none;
}

.teacher-weizhi,.teacher-weizhi a {
    line-height: 60px;
    color: #999;
}

.teacher-weizhi a:last-child {
    color: #06417e;
}

.teacher-sanji-nav {
    width: 1400px;
    margin: auto;
    height: 115px;
}

.teacher-sanji-nav ul {
    overflow: hidden;
}

.teacher-sanji-nav ul li {
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    border: 1px solid #999;
    float: left;
    padding: 0 15px;
    margin-top: 40px;
    margin-right: 15px;
}

.teacher-sanji-nav ul li.on {
    border-color: #06417e;
}

.teacher-sanji-nav ul li.on a {
    color: #06417e;
}

.teacher-list {
    width: 1110px;
    margin: auto;
}

.teacher-list ul {
    overflow: hidden;
}

.teacher-list ul li {
    width: 255px;
    height: 340px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.teacher-list ul li img {
    width: 255px;
    height: 340px;
    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;
}

.teacher-list ul li: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);
}

.teacher-list ul li p {
    width: 100%;
    background: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.teacher-list ul li:hover p {
    background: rgba(6,65,126,.6);
}

.teacher-list ul li:nth-of-type(4n){
    margin-right: 0;
}

.picture-list ul li {
    width: 355px;
    height: 200px;
    float: left;
    margin: 0 22px 25px 0;
    overflow: hidden;
    position: relative;
}

.picture-list ul li img {
    width: 355px;
    height: 200px;
    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;
}

.picture-list ul li: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);
}

.picture-list ul li:nth-of-type(3n) {
    margin-right: 0;
}

.picture-list ul li p {
    width: 100%;
    line-height: 36px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.7);
}

.pictureTxt-list ul li {
    height: 160px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}

.pictureTxt-list ul li .img {
    width: 285px;
    height: 160px;
    overflow: hidden;
}

.pictureTxt-list ul li .img img {
    width: 285px;
    height: 160px;
    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;
}

.pictureTxt-list ul li .img: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);
}

.pictureTxt-list ul li .txt {
    padding: 30px;
    width: 750px;
}

.pictureTxt-list ul li .txt .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.pictureTxt-list ul li:hover .txt .title {
    color: #06417e;
}

.pictureTxt-list ul li .txt .abs {
    line-height: 60px;
    color: #666;
}

.pictureTxt-list ul li .txt .time {
    font-size: 14px;
    color: #666;
}

.txt-list ul li {
    padding: 30px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
    overflow: hidden;
}

.txt-list ul li .time {
    width: 105px;
    height: 100px;
    border: 1px solid #999;
    text-align: center;
}

.txt-list ul li:hover .time {
    border-color: #06417e;
}

.txt-list ul li .time p:nth-child(1) {
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #999;
}

.txt-list ul li:hover .time p:nth-child(1) {
    color: #06417e;
}

.txt-list ul li .time p:nth-child(2) {
    background: #999;
    line-height: 40px;
    color: #fff;
}

.txt-list ul li:hover .time p:nth-child(2) {
    background: #06417e;
}

.txt-list ul li .txt {
    width: 915px;
}

.txt-list ul li .txt .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 34px;
}

.txt-list ul li:hover .txt .title {
    color: #06417e
}

.txt-list ul li .txt .abs {
    line-height: 30px;
    color: #666;
    margin-top: 5px;
}





/* -- */

.xsdt-list .item .hd{
    position: absolute;
    bottom: 35px;
    right: 25px;
}

.xsdt-list .item .hd ul li{
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: #004a9a;
    border-radius: 50%;
    opacity: .5;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    float: left;
    position: unset;
}

.xsdt-list .item .hd ul li.on{
    opacity: 1;
}

.xyxwlist a.prev,
.xyxwlist a.next{
    position: absolute;
    width: 25px;
    height: 31px;
    display: inline-block;
    cursor: pointer;
    top: 45%;
    display: none;
}

.xyxwlist a.prev{
    background: url(../img/news-l-icon.png) no-repeat;
    background-size: cover;
    left: 20px;
}

.xyxwlist a.next{
    background: url(../img/news-r-icon.png) no-repeat;
    background-size: cover;
    right: 20px;
}


.news-list ul li.img p.time{
    display: none;
}

.xyxwlist .hd{
    position: absolute;
    right: 20px;
    bottom: 32px;
}

.xyxwlist .hd ul{
    width: auto;
}

.xyxwlist .hd ul li{
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    opacity: .5;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    float: left;
    position: unset;
}

.xyxwlist .hd ul li.on{
   opacity: 1;
}