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;
}

.fl {
    float: left
}

.fr {
    float: right
}

.header {
    height: 115px;
    background: url(../images/header-bg.png);
    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.png) 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.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.header .top-link a {
    color: #fff;
}

.nav {
    margin: 1px 0;
    border-top: 4px solid #0188cf;
    border-bottom: 4px solid #0188cf;
}

#nav {
    background: url(../images/nav-ico.png) right center no-repeat;
    position: relative;
    z-index: 99;
}

.nav .nLi {
    float: left;
    padding: 11px 0;
    width: 10%;
    text-align: center;
    position: relative;
    background: url(../images/nav-ico.png) left center no-repeat;
}

.nav .nLi a {
    color: #444444;
    font-size: 18px;
    padding: 0 15px;
    font-weight: 600;
}

.nav .nLi .subNav {
    display: none;
    width: 100%;
    left: 0;
    top: 55px;
    position: absolute;
    background: url(../images/subnav-bg.png);
    background-size: 100% 100%;
    text-align: center;
    z-index: 10;
    line-height: 40px;
}

.nav .nLi .subNav:before {
    content: "";
    display: block;
    width: 18px;
    height: 7px;
    background: url(../images/subnav-top.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -9px;
}

.nav .nLi .subNav li {
    zoom: 1;
    line-height: 20px;
    padding: 12px 5px;
    background: url(../images/subnav-line.png) bottom no-repeat;
}

.nav .nLi .subNav li a {
    font-size: 16px;
    color: #ffffff;
    padding: 0;
    text-align: center;
    font-weight: normal !important;
}

.nav li.on,
.nav li: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
}

.nav li.on a,
.nav li:hover a {
    font-weight: bold;
    color: #0188cf;
}

.nav li .subNav li:hover {
    background: #0188cf;
}

.banner {
    position: relative;
    height: auto;
    overflow: hidden;
    background: url(../images/banner-bottom.png) center bottom no-repeat;
    padding-bottom: 25px;
}

.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.png) 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.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -15px;
}


/* main-box */

.main-box {
    padding-bottom: 38px;
    border-bottom: 4px solid #0188cf;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
}

.main-bg {
    width: 308px;
    height: 480px;
    position: absolute;
    left: 90%;
    bottom: 20px;
    background: url(../images/main-box-bg.png) no-repeat;
    z-index: -1;
}

.index-row {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 22px;
    border-bottom: 1px solid #0188cf;
}

.index-tit {
    float: left;
    padding-left: 20px;
    border-left: 2px solid #0188cf;
}

.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: #0188cf;
}

.index-more {
    float: right;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/index-more.png) center no-repeat;
    background-size: 100% 100%;
}

.index-more:hover {
    background: url(../images/index-more-on.png) center no-repeat;
    background-size: 100% 100%;
}

.row1 {
    margin-top: 12px;
}


/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¦Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚Â» */

.index-news {
    width: 788px;
}

.news-pic {
    width: 410px;
    position: relative;
}

.news-pic .bd li {
    background: url(../images/news-pic-bg.png) 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.png) no-repeat;
    background-size: 100% 100%;
    left: 20px;
}

.news-pic .next {
    background: url(../images/news-pic-right.png) no-repeat;
    background-size: 100% 100%;
    right: 10px;
}

.news-list {
    width: 355px;
    margin-top: -9px;
}

.news-list ul {
    overflow: hidden
}

.news-list ul li {
    line-height: 52px;
    border-bottom: 1px solid #d4d5d5;
}

.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: #0188cf;
}


/* ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¸Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“Ãƒâ€¦Ã‚Â  */

.index-tzgg {
    width: 375px;
}

.tz-list li {
    overflow: hidden;
    margin-bottom: 18px;
}

.tz-list .date {
    width: 64px;
    height: 64px;
    float: left;
    background: #0188cf;
    text-align: center
}

.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.png) left no-repeat;
}

.tz-list li:hover a {
    color: #0188cf;
    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: #0188cf;
}

.index-list li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d4d5d5;
}

.index-list li .date {
    float: right;
    color: #7f7f7f;
    font-size: 16px;
}

.index-list li a {
    float: left;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   
    padding-left: 20px;
}

.index-list li:hover a {
    color: #0188cf;
}


/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ */

.footer {
    padding: 19px 0;
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
}

.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;
}

.footer .cory p,
.footer .cory a {
    color: #fff;
}


/* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¢ */

.list-banner {
    width: 100%;
}

.list-banner img {
    width: 100%;
}

.list-page {
    margin-top: 60px;
    min-height: 500px;
}


/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Âª */

.left-nav {
    width: 255px;
    float: left;
    background: #eaf6fc;
    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.png) 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.png) right center no-repeat;
}

.list-page .left-nav .sideMenu .lv2.current a,
.list-page .left-nav .sideMenu .lv2.on a {
    color: #0188cf;
    background: url(../images/left-nav-jiantou2.png) 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;
    border-bottom: 1px solid #dbd5d5;
}

.list-page .left-nav .sideMenu .lv3 dd a {
    padding-left: 15px;
    display: block;
    background: url(../images/left-nav-lv3.png) 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.png) 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 #0188cf;
    line-height: 24px;
    overflow: hidden;
}

.location .fl {
     border-left: 2px solid #0188cf; 
    padding-left: 10px;
    color: #0188cf;
    font-size: 24px;margin-left: 10px;
}

.location .fr {
    background: url(../images/home.png) 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: 100%;
    color: #444444;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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 {
    color: #0188db;
    font-size: 14px;
}

.list-con li .list-more {
    position: absolute;
    width: 37px;
    height: 37px;
    background: url(../images/list-more.png) no-repeat;
    background-size: 100% 100%;
    right: 6px;
    top: 50%;
    margin-top: -18px;
}

.list-con li:hover a.tit {
    color: #0188cf !important;
    font-weight: bold;
}

.list-con li:hover .list-more {
    background: url(../images/list-more-on.png) 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: #0188cf;
    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: #0188cf;
}


.countdown {
    width: 270px;
    padding: 15px 20px 20px;
    background: url(../images/bg1.png) 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);
}