body {
    font-family: "microsoft yahei";
    font-size: 16px;
    color: #333333;
    padding: 0;
    margin: 0
;}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox */
    -webkit-box-sizing: border-box;
    /* safari */
    outline: none !important;}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
    padding: 0;
    margin: 0;
    list-style: none
;}

a {
    color: inherit;
    font: inherit;
    text-decoration: none
;}

a:hover {
    text-decoration: none;}

a:focus {
    text-decoration: none
;}

.clearfix {
    zoom: 1
;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
;}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;}


/* 脙茠脝鈥櫭冣�毭偮ッ兤捗⑩偓娄脙鈥毭偮犆兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�毭偮兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮澝兤捗⑩偓拧脙鈥毭偮幻兤捗嗏�櫭冣�毭偮ッ兤捗⑩偓拧脙鈥毭偮幻兤捗⑩偓拧脙鈥毭偮睹兤捗嗏�櫭冣�毭偮兤捗⑩偓拧脙鈥毭偮棵兤捗⑩偓娄脙鈥毭偮� */

.animation-delay-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;}

.animation-delay-2 {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;}

.animation-delay-3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;}

.animation-delay-4 {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;}

.sdiv {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    opacity: 0;}

.sdiv.on {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
margin-bottom: 20px;}

.fl {
    float: left
;}

.fr {
    float: right
;}

.header {
    height: 115px;
    /***background: url(../images/header-bg.jpg);***/
background: #15155b;
    background-size: 100% 100%;}

.header .logo {
    margin-top: 8px;}

.header .search {
    position: relative;
    margin-top: 37px;
    width: 250px;
    height: 45px;
    overflow: hidden;
    background: url(../images/search-box.jpg) no-repeat;
    background-size: 100% 100%;}

.header .search .text {
    height: 42px;
    line-height: 42px;
    width: 180px;
    padding: 0 20px;
    border: none;
    outline: none;
    background: none;
    color: #fff;}

.header .search .sub {
    position: absolute;
    width: 19px;
    height: 19px;
    right: 19px;
    top: 50%;
    margin-top: -10px;
    border: none;
    outline: none;
    background: none;}

.header .top-link {
    margin-top: 37px;
    margin-left: 20px;
    width: 100px;
    height: 45px;
    line-height: 45px;
    background: url(../images/top-link-bg.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;}

.header .top-link a {
    color: #fff;}

.nav {
background: #15155b;
    padding-bottom: 10px;
}

#nav {

    position: relative;
    z-index: 99;}

.nav .nLi {
    float: left;
    padding: 10px 0;
    width: 11%;
    text-align: center;
    position: relative;
    padding: 12px 30px;
color: #fff; }
.nav .nLi:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    box-shadow: 0px 0px 20px 0px #090909b3;
 border-radius: 10px;
}


.nav .nLi a {
    color: #fff;
    font-size: 18px;
}

.nav .nLi .subNav {
display: none;
    width: 80%;
margin-left:10%;
    left: 0;
    top: 55px;
    position: absolute;
    background: #fff;
    background-size: 100% 100%;
    text-align: center;
    z-index: 10;
    line-height: 40px;
    border-radius: 8px;
padding-top: 10px;
padding-bottom: 10px;
}

.nav .nLi .subNav:before {
    content: "";
    display: block;
    width: 18px;
    height: 7px;
    background: url(../images/subnav-top.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -9px;}

.nav .nLi .subNav li {
    zoom: 1;
    color: #333333;
   }

.nav .nLi .subNav li a {
    font-size: 16px;
    color: #333333;
    padding: 0;
    text-align: center;
    display: table;
    font-weight: normal !important;
    line-height: 20px;
    padding: 7px 5px;
    width: 100%;
    border-radius: 10px;
}
.nav .nLi .subNav li a:hover {
    color: #fff;
}

.nav li:hover{
    font-weight: bold;
    color: #fff;
}
.nav li .subNav li:hover {
border-radius: 8px;
background: #15155b;
color: #fff;
width:80%;
margin-left:10%;
}


.banner {
    position: relative;
    height: auto;
    overflow: hidden;
    background: url(../images/banner-bottom.jpg) center bottom no-repeat;
    padding-bottom: 25px;
width: 1280px;
    margin: auto;

}

.banner .bd {
    z-index: 0;
    position: relative;
    height: 100%;
    width: 100%;}









.banner .bd li聽{
 zoom:聽1;
 vertical-align:聽middle;
 position:聽relative;
 padding-bottom:聽190px;
 overflow:聽hidden;}

.banner .bd li img聽{
 width:聽100%;
 height:聽auto;
 position:聽absolute;
 top:聽0;
 left:聽0;}



.banner .bd li {
    zoom: 1;
    vertical-align: middle
;}

.banner .bd li img {
    width: 100%;
    height: 390px;}









.banner .hd ul {
    position: absolute;
    z-index: 99;
    bottom: 45px;
    left: 45%;}

.banner .hd ul li {
    width: 38px;
    height: 28px;
    float: left;
    background: url(../images/banner-nav.jpg) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    cursor: pointer;}

.banner .hd ul li.on {
    width: 38px;
    height: 65px;
    background: url(../images/banner-nav-on.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: -15px;}


/* main-box */

.main-box {
    padding-bottom: 38px;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
background: #fff;}

.main-bg {
    width: 308px;
    height: 480px;
    position: absolute;
    left: 90%;
    bottom: 20px;
    background: url(../images/main-box-bg.jpg) no-repeat;
    z-index: -1;}

.index-row {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 22px;
    border-bottom: 1px solid #15155b;}

.index-tit {
    float: left;
    padding-left: 20px;
    border-left: 2px solid #15155b;}

.index-tit p.en {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #878787;
    font-weight: bold;
    font-style: oblique;}

.index-tit p.cn {
    font-size: 24px;
    color: #15155b;}

.index-more {
    float: right;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/index-more.jpg) center no-repeat;
    background-size: 100% 100%;}

.index-more:hover {
    background: url(../images/index-more-on.jpg) center no-repeat;
    background-size: 100% 100%;}

.row1 {
    margin-top: 12px;}


/* 脙茠脝鈥櫭冣�毭偮兤捗⑩偓拧脙鈥毭偮幻兤捗⑩偓拧脙鈥毭偮济兤捗嗏�櫭冣�毭偮ッ兤捗⑩偓拧脙鈥毭偮惷兤捗⑩偓鹿脙垄芒鈥毬偮犆兤捗嗏�櫭冣�毭偮兤捗⑩偓拧脙鈥毭偮γ兤捗⑩偓拧脙鈥毭偮伱兤捗嗏�櫭冣�毭偮┟兤捗偮⒚兟⒚⑩偓拧脗卢脙垄芒鈥毬偮澝兤捗⑩偓拧脙鈥毭偮� */

.index-news {
    width: 800px;}

.news-pic {
    width: 390px;
    position: relative;}

.news-pic .bd li {
    background: url(../images/news-pic-bg.jpg) left bottom no-repeat;
    padding-top: 10px;
    position: relative;}

.news-pic .bd li .pic a {
    display: block;
    position: relative;
    margin-left: 10px;
    width: 400px;
    padding-bottom: 75%;
    overflow: hidden;}

.news-pic .bd li .pic a img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;}

.news-pic .bd li .pic a img:hover {
    transform: scale(1.05);}

.news-pic .bd li .tit {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.47);
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 400px;
    z-index: 9;}

.news-pic .bd li .tit a {
    display: block;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}

.news-pic .prev,
.news-pic .next {
    position: absolute;
    width: 15px;
    height: 21px;
    bottom: 20px;
    z-index: 99;}

.news-pic .prev {
    background: url(../images/news-pic-left.jpg) no-repeat;
    background-size: 100% 100%;
    left: 20px;}

.news-pic .next {
    background: url(../images/news-pic-right.jpg) no-repeat;
    background-size: 100% 100%;
    right: 10px;}

.news-list {
    width: 390px;
    margin-top: -9px;}

.news-list ul {
    overflow: hidden
;}

.news-list ul li {
    line-height: 48px;
list-style: inside;
    }

.news-list ul li .date {
    float: right;
    font-size: 16px;
    color: #7f7f7f
;}

.inews-list ul li a {
    float: left;
    font-size: 16px;
    width: 295px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.news-list ul li:hover a {
    color: #15155b;}


/* 脙茠脝鈥櫭冣�毭偮┟兤捗偮⒚兟⒚⑩�毬吢∶冣�毭偮兤捗⑩偓娄脙鈥毭偮∶兤捗嗏�櫭冣�毭偮兤捗⑩偓娄脙鈥毭偮该兤捗⑩偓拧脙鈥毭偮ッ兤捗嗏�櫭冣�毭偮ッ兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮γ兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�毭偮ッ兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥姑呪�溍兤捗⑩偓娄脙鈥毭偮� */

.index-tzgg {
    width: 375px;}

.tz-list li {
    overflow: hidden;
line-height: 52px;
    border-bottom: 1px solid #d4d5d5;}

.tz-list .date {
width: 64px; */
    /* height: 64px; */
    float: left;
    /* background: #15155b; */
    /* text-align: center; */
    float: right;
    font-size: 16px;
    color: #7f7f7f;
;}

.tz-list .date .day {
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    font-size: 18px;}

.tz-list .date .year {
    margin-left: 7px;
    width: 50px;
    height: 24px;
    background: #fff;
    line-height: 24px;
    color: #0a7ee3;
    font-size: 14px
;}

.tz-list .text {
    margin-left: 81px;
    padding: 7px 0;
    border-top: 1px solid #d4d5d5;
    border-bottom: 1px solid #d4d5d5;}

.tz-list .text a {
    line-height: 24px;}

.tz-list li:hover {
    background: url(../images/tzgg-bg.jpg) left no-repeat;}

.tz-list li:hover a {
    color: #15155b;
    font-weight: bold;}

.hd .index-tit li {
    float: left;
    margin-right: 20px;
    font-size: 22px;
    float: left;
    padding-right: 5px
;}

.row2 {
    margin-top: 40px
;}

.row2 .c1 {
    width: 570px;
    float: left;}

.row2 .c2 {
    width: 570px;
    float: right;}


/* row2 tab脙茠脝鈥櫭冣�毭偮ッ兤捗⑩偓鹿脙垄芒鈥毬偮犆兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮∶兤捗嗏�櫭冣�毭偮γ兤捗⑩偓拧脙鈥毭偮嵜兤捗⑩偓拧脙鈥毭偮⒚兤捗嗏�櫭冣�毭偮ッ兤捗⑩偓鹿脙垄芒鈥毬偮犆兤捗偮⒚兟⒚⑩偓拧脗卢脙垄芒鈥毬偮澝兤捗嗏�櫭冣�毭偮兤捗⑩偓拧脙鈥毭偮∶兤捗⑩偓拧脙鈥毭偮� */

.row2 .index-row {
    margin-bottom: 10px;}

.row2 .index-tit {
    margin-right: 45px;}

.row2 .index-tit p.cn {
    color: #444444;}

.row2 .index-tit.on p.cn {
    color: #15155b;}

.index-list li {
    height: 48px;
    line-height: 48px;
    /* border-bottom: 1px solid #d4d5d5; */
    list-style: inside;}

.index-list li .date {
    float: right;
    color: #7f7f7f;
    font-size: 16px;}

.index-list li a {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-list li:hover a {
    color: #15155b;}


/* 脙茠脝鈥櫭冣�毭偮ッ兤捗⑩偓拧脙鈥毭偮好兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮⒚兤捗嗏�櫭冣�毭偮┟兤捗⑩偓聽脙垄芒鈥毬⑩�灺⒚兤捗⑩偓拧脙鈥毭偮� */

.footer {

    padding: 19px 0;
    /* background: url(../images/footer-bg.jpg) no-repeat; */
    background-size: cover;
    background: #15155b;
    height: 160px;

}

.footer .links {
    border-bottom: 4px solid #53a7e7;
    padding-bottom: 16px;
    line-height: 30px;
    font-size: 16px;}

.footer .links .tit {
    float: left;
    font-weight: bold;
    color: #fff;}

.footer .links ul {
    float: right;
    width: 92%;}

.footer .links li {
    float: left;
    margin-right: 43px;}

.footer .links li a {
    color: #fff;}

.footer .cory {
padding-top: 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 1280px;
    margin: auto;
    font-size: 14px;
    line-height: 24px;
}

.footer .cory p,
.footer .cory a {
    color: #fff;}


/* 脙茠脝鈥櫭冣�毭偮っ兤捗⑩偓拧脙鈥毭偮好兤捗⑩偓娄脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭冣�毭偮兤捗⑩偓拧脙鈥毭偮好兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�毭偮┟兤捗⑩偓拧脙鈥毭偮∶兤捗⑩偓拧脙鈥毭偮得兤捗嗏�櫭冣�毭偮┟兤捗⑩偓拧脙鈥毭偮澝兤捗⑩偓拧脙鈥毭偮� */

.list-banner {
    width: 1200px;
    margin: auto;
}

.list-banner img {
    width: 100%;}

.list-page {
    margin-top: 60px;
    min-height: 500px;}


/* 脙茠脝鈥櫭冣�毭偮ッ兤捗⑩偓拧脙鈥毭偮访兤捗⑩偓拧脙鈥毭偮γ兤捗嗏�櫭冣�毭偮っ兤捗⑩偓拧脙鈥毭偮久兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�毭偮ッ兤捗⑩偓拧脙鈥毭偮兤捗⑩偓拧脙鈥毭偮济兤捗嗏�櫭冣�毭偮兤捗⑩偓鹿脙垄芒鈥毬偮犆兤捗⑩偓拧脙鈥毭偮� */

.left-nav {
    width: 255px;
    float: left;
    background: #f1f1f1;
    padding-bottom: 90px;
    padding-top: 8px;}

.left-nav .lv1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 13px 50px;
    background: url(../images/left-nav-lv1.png) left no-repeat;}

.left-nav .sideMenu {
    padding: 10px 25px;}

.left-nav .sideMenu .lv2 {
      /* background: url(../images/left-nav-lv2.jpg) left center no-repeat;*/}

.left-nav .sideMenu .lv2 a {
    display: block;
    font-size: 18px;
    color: #444444;
    padding: 19px 25px;
    font-weight: bold;
    border-bottom: 1px solid #dbd5d5;
    background: url(../images/left-nav-jiantou.jpg) right center no-repeat;}

.list-page .left-nav .sideMenu .lv2.current a,
.list-page .left-nav .sideMenu .lv2.on a {
    color: #15155b;
    background: url(../images/left-nav-jiantou2.jpg) right center no-repeat;}

.list-page .left-nav .sideMenu .lv3 {
    display: none;
    padding: 10px 0 10px 30px;
    font-size: 16px;
    color: #444444;
    line-height: 30px;
}

.list-page .left-nav .sideMenu .lv3 dd a {
    padding-left: 15px;
    display: block;
    background: url(../images/left-nav-lv3.jpg) left center no-repeat;}

.list-page .left-nav .sideMenu .lv3 dd:hover a,
.list-page .left-nav .sideMenu .lv3 dd.current a {
    color: #0183dc;
    font-weight: bold;
    background: url(../images/left-nav-lv3-on.jpg) left center no-repeat;}

.list-page .right-con {
    width: 915px;
    float: right;    border: 1px solid #aba6a6;}

.list-page .right-con .list-tit {
    border-bottom: 1px solid #1562ac;
    padding-bottom: 10px
;}

.list-page .right-con .list-tit span {
    font-size: 20px;
    color: #1562ac;
    font-weight: bold
;}

.list-page .right-con .list-tit .location {
    margin-top: 9px;
    font-size: 14px;
    color: #888888;
    float: right
;}

.list-page .right-con .list-tit .location a {
    font-size: 14px;
    color: #888888
;}

.list-page .right-con .listtg {
    min-height: 300px;
    margin: 20px 0
;}

.list-page .right-con .listtg li {
    clear: both;
    line-height: 50px;
    border-bottom: 1px solid #e4e4e4
;}

.list-page .right-con .listtg li i {
    width: 5px;
    height: 50px;
    float: left;
    margin-right: 10px;
    display: block;}

.list-page .right-con .listtg li .date-list {
    float: right;
    font-size: 14px;
    color: #999999
;}

.list-page .right-con .listtg li a {
    font-size: 15px;
    color: #333333;
    display: block;
    width: 800px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
;}

.list-page .right-con .listtg li:hover {
    padding-left: 5px
;}

.list-page .right-con .listtg li:hover a {
    color: #1562ac
;}


/* 脙茠脝鈥櫭冣�毭偮ッ兤捗⑩偓拧脙鈥毭偮徝兤捗⑩偓拧脙鈥毭偮趁兤捗嗏�櫭冣�毭偮兤捗⑩偓拧脙鈥毭偮久兤捗⑩偓拧脙鈥毭偮姑兤捗嗏�櫭冣�毭偮ッ兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮犆兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮γ兤捗嗏�櫭冣�毭偮ッ兤捗⑩偓拧脙鈥毭偮兤捗⑩偓拧脙鈥毭偮姑兤捗嗏�櫭冣�毭偮ッ兤捗⑩偓娄脙垄芒鈥毬⑩�灺⒚兤捗⑩偓拧脙鈥毭偮好兤捗嗏�櫭冣�毭偮ッ兤捗⑩偓娄脙鈥毭偮该兤捗⑩偓娄脙鈥毭偮� */

.right-con {
    width: 905px;
    float: right;}


/* 脙茠脝鈥櫭冣�毭偮ッ兤捗⑩偓拧脙鈥毭偮矫兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ⑩偓艙脙茠脝鈥櫭冣�毭偮ッ兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮懊兤捗⑩偓拧脙鈥毭偮嵜兤捗嗏�櫭冣�毭偮っ兤捗⑩偓拧脙鈥毭偮矫兤捗⑩偓拧脙鈥毭偮嵜兤捗嗏�櫭冣�毭偮兤捗⑩偓拧脙鈥毭偮矫兤捗⑩偓拧脙鈥毭偮� */

.location {
    padding: 13px 0;
    border-bottom: 1px solid #15155b;
    line-height: 24px;
    overflow: hidden;}

.location .fl {
     border-left: 2px solid #15155b; 
    padding-left: 10px;
    color: #15155b;
    font-size: 24px;margin-left: 10px;}

.location .fr {
    background: url(../images/home.jpg) left center no-repeat;
    padding: 0 20px;}

.location .fr a {
    color: #888888;
    font-size: 14px;}


/* 脙茠脝鈥櫭冣�毭偮ッ兤捗⑩偓鹿脙垄芒鈥毬偮犆兤捗偮⒚兟⒚⑩偓拧脗卢脙垄芒鈥毬偮澝兤捗嗏�櫭冣�毭偮兤捗⑩偓拧脙鈥毭偮∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�毭偮┟兤捗⑩偓拧脙鈥毭偮∶兤捗⑩偓拧脙鈥毭偮� */

.list-con {
    overflow: hidden;}

.list-con li {
    padding: 32px 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e7e6e6;}

.list-con li .pic {
    float: left;
    width: 230px;margin-left:10px;}

.list-con li .pic a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;}

.list-con li .pic a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;}

.list-con li:hover img {
    transform: scale(1.05);}

.list-con li .text {
    padding-left: 20px;
    padding-right: 75px;
    width: 670px;
    float: right;}

.list-con li .text a.tit {
display: block;
    width: 80%;
    color: #444444;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;}

.list-con li .text .abst {
    margin: 20px 0;
    text-indent: 2em;
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}

.list-con li .text .date {
    float: right;
    font-size: 14px;}

.list-con li .list-more {
    position: absolute;
    width: 37px;
    height: 37px;
    background: url(../images/list-more.jpg) no-repeat;
    background-size: 100% 100%;
    right: 6px;
    top: 50%;
    margin-top: -18px;}

.list-con li:hover a.tit {
    color: #15155b !important;
    font-weight: bold;}

.list-con li:hover .list-more {
    background: url(../images/list-more-on.jpg) no-repeat;
    background-size: 100% 100%;}

.list-con li .full {
    width: 100% !important;}

.page-con .pages {
    margin-top: 35px;
    text-align: center;}






/* 脙茠脝鈥櫭冣�毭偮ッ兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮好兤捗⑩偓拧脙鈥毭偮久兤捗嗏�櫭冣�毭偮兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮懊兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮∶兤捗嗏�櫭冣�毭偮ッ兤捗⑩偓鹿脙垄芒鈥毬偮犆兤捗偮⒚兟⒚⑩偓拧脗卢脙垄芒鈥毬偮澝兤捗嗏�櫭冣�毭偮兤捗⑩偓拧脙鈥毭偮∶兤捗⑩偓拧脙鈥毭偮� */

.list-pic {
    overflow: hidden;
       margin-top: 30px;
    padding-left: 15px;}

.list-pic li {
    width: 24.3%;
    float: left;
    margin-bottom: 25px;}

.list-pic li a {
    display: block;
    margin: 0 15px;
    position: relative;
    overflow: hidden;}

.list-pic li a .pic {
    position: relative;
    width: 100%;
    padding-bottom: 106%;
    overflow: hidden;}

.list-pic li a .pic img {
    width: 100%;
    position: absolute;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}

.list-pic li:hover img {
    transform: scale(1.05);}

.list-pic li a h4 {
    background: rgb(1, 136, 207);
    background: rgba(1, 136, 207, 0.6);
    bottom: 0px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    width: 90%;
    position: absolute;
    padding: 0 10px 0 30px;
    height: 50px;
    line-height: 60px;
    text-align: left;
    right: 0px;}

.list-pic li a h4:before {
    position: absolute;
    right: 100%;
    bottom: 0px;
    content: "";
    height: 0;
    border-bottom: 50px solid rgba(1, 136, 207, 0.6);
    border-left: 30px solid transparent;}

.list-pic li a h4 p {
    line-height: 50px;
    overflow: hidden;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;}

















/* 脙茠脝鈥櫭冣�毭偮ッ兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮犆兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮γ兤捗嗏�櫭冣�毭偮ッ兤捗⑩偓拧脙鈥毭偮兤捗⑩偓拧脙鈥毭偮姑兤捗嗏�櫭冣�毭偮┟兤捗⑩偓拧脙鈥毭偮∶兤捗⑩偓拧脙鈥毭偮� */

.article {
    margin-top: 30px;}

.article h1 {
    text-align: center;
    color:#15155b;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px;}

.article h2 {
    text-align: center;
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 20px;}

.article .info {
    color: #777777;
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #aba6a6;}

.article .info span {
    margin: 0 10px;}

.article .content {
    padding: 30px 10px 25px 10px;
    border-bottom: 1px solid #e9e8e8;}

.article .content p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-indent: 2em;
    padding-bottom: 15px;}

.article .content p img,
.article .content p video {
    max-width: 100%;
    margin-left: -2em;}

.article .content table p {
    text-indent: 0;}

.article .np {
    margin-top: 30px;}

.article .np a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #333333;}

.article .np a:hover {
    color:#15155b;}


.countdown {
    width: 270px;
    padding: 15px 20px 20px;
    background: url(../images/bg1.jpg) no-repeat 50% 50% #c4232b;
    background-size: auto 100%;
    position: fixed;
    top: 60%;
    left: -270px;
opacity: 0;
    z-index: 9;
    text-align: center;
    border-radius: 12px;
    /* -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s; */
transition: left .4s linear;}
.countdown.show { left: 0; opacity: 1;}
.countdown img {
    vertical-align: top;}
.countdown .text {
    margin: 5px 0 10px;
    font-size: 14px; 
    line-height: 30px;
    color: #fff;}
.countdown .num {
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    color: #c4232b;
    background: #fff;}
.countdown .num span {
    display: inline-block;
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;}
.close2 {
    position: absolute;
    top: 19px;
    right: 6px;
    width: 25px;
    cursor: pointer;
    opacity: .7;
    transition: all .3s;}
.close2:hover {
    opacity: 1;}
.close2 i {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
border-radius: 3px;}
.close2 i:nth-child(1) {
    transform: translate(0px, 1px) rotate(45deg);} 
.close2 i:nth-child(2) {
    transform: translate(0px, -2px) rotate(-45deg);}
