.g-bd {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 0;
}

.m-home-banners {
    margin-top: 0;
    position: relative;
    width: 100%;
}

.m-scrollview {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.m-home-banners .slide-wrapper {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: visible;
    width: 100%;
}


.img-responsive1 {
    min-height: 340px
}

.img-responsive2 {
    min-height: 230px
}

.img-responsive3 {
    min-height: 248px
}

.vts-slider-nav {
    position: relative;
    width: 100%;
    height: 50px;
    bottom: 0;
    text-align: center;
    background-color: #081125
}

.vts-slider-nav ul {
    padding: 0;
    width: 100%;
    margin: 0
}

.vts-slider-nav .vts-marker {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33.333%;
    height: 100%;
    color: #26bce7;
    background-color: rgba(16, 22, 30, 0.8);
    -webkit-box-shadow: inset 0 1px 0 currentColor;
    -moz-box-shadow: inset 0 1px 0 currentColor;
    box-shadow: inset 0 1px 0 currentColor;
    -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
    -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
    -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
    transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
    -o-transition: transform 0.2s, box-shadow 0.2s;
    -moz-transition: transform 0.2s, box-shadow 0.2s, -moz-transform 0.2s, -moz-box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s
}

.vts-slider-nav .vts-marker.item-2 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.vts-slider-nav .vts-marker.item-3 {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%)
}

.vts-slider-nav ul::after {
    clear: both;
    content: "";
    display: table
}

.vts-slider-nav li {
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden
}

.vts-slider-nav li::before {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.vts-slider-nav li a {
    display: block;
    position: relative;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #dbe2e7
}

.vts-slider-nav li:hover::before {
    content: '';
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #1498BD
}

.vts-slider-nav li::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    background-color: rgba(238, 250, 253, 0.2);
    right: 0;
    height: 60%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vts-slider-nav li:last-child::after {
    display: none
}

.vts-slider-nav li a {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center
}

.vts-slider-nav li a span {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    height: 32px;
    line-height: 32px;
    font-weight: normal
}

.vts-slider-nav li a span:hover {
    color: #18B4CD;
    border-bottom: 2px solid #18B4CD;
    display: inline-block
}

.vts-slider-nav li a:hover h2 {
    color: #26bce7
}

.vts-slider-nav li a .iblock h2 i {
    display: block;
    margin-bottom: 10px
}

.vts-slider-nav li a .iblock p {
    display: none
}

.m-scrollview {
    position: relative
}

.m-scrollview .banner_cont {
    position: absolute;
    top: 38%;
    padding-left: 100px
}

.banner_cont h2 {
    font-size: 36px;
    letter-spacing: 4px;
    margin-bottom: 30px;
    color:white;
}

.supp_box {
    padding: 20px 20px;
    background-color: #F7F7F7
}

.contact_title {
    font-size: 20px;
    color: #005BAB;
    font-weight: bold
}

.contact_p {
    padding: 0;
    margin: 0
}

.contact_div {
    margin: 30px 0 0;
    padding: 0;
    color: #666
}

.contact_div span {
    color: #005BAB
}

.bt_top {
    margin-top: 30px
}

.bt_top .btn {
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    min-width: 100px;
    padding: 7px 0;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
    background: #1a7bba
}

.bt_top .btn:hover {
    background: #3eabb8;
    color: #fff;
    border-color: #3eabb8
}

.btn_info .btn {
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    min-width: 140px;
    border: 2px solid;
    padding: 11px 0;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.btn_info {
    background: #1498BD;
    color: #fff;
    border-color: #1498BD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.btn_info:hover {
    color: #1498BD;
    border-color: #1498BD;
    background-color: transparent
}

a, button {
    cursor: pointer
}

img {
    margin: 0px auto;
    max-width: 100%;
    max-height: 100%
}

@media (min-width: 768px) {
    .row {
        margin-right: 0px;
        margin-left: 0px
    }
}

@media (max-width: 768px) {
    .row {
        /*margin-right: -15px;*/
        /*margin-left: -15px*/
    }
}

.g-in {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%
}

g-bd {
    position: relative
}

.g-ban2 .ban-items {
    background-position: 50% !important;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 40px
}

.g-ban2 .ban-items img {
    width: 100%;
    min-height: 330px
}

.ban-cnt {
    padding-top: 2%
}

.g-ban2 .ban-cnt h3 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: 2px
}

.g-ban2 div a:hover {
    background: #fff;
    color: #18B4CD
}

.g-ban2 .ban-cnt div a.ghost {
    border-color: #18B4CD;
    background-color: #18B4CD
}

.g-ban2 div a {
    display: inline-block;
    width: 110px;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.g-ban2 div a.ghost:hover {
    color: #fff;
    background-color: #18B4CD
}

.g-ban2 .video-mask {
    margin: 0;
    min-width: 0;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 10px;
    height: 260px
}

.g-ban2 .ctr {
    padding-left: 20px;
    float: left;
    padding-bottom: 15px
}

.g-main {
    position: relative;
    zoom: 1;
    font-size: 14px;
    box-sizing:border-box;
}

.g-main:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: "."
}

.m-list .side-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e3e5;
    zoom: 1
}

.m-list .side-title:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: "."
}

.m-list .side-title .ttl {
    position: relative;
    display: inline-block;
    height: 22px;
    padding-left: 12px;
    font-size: 20px;
    line-height: 1;
    color: #333;
    float: left
}

.m-list .side-title .ttl:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 2px;
    height: 20px;
    background-color: #2284e6
}

.m-list .side-title span a {
    padding: 2px 5px;
    margin-left: 30px;
    font-size: 16px
}

.m-list .side-title span a:hover {
    color: #2284e6
}

.list{
    width: 100%;
    overflow: hidden;
}

.list-item {
    color: #666;
    line-height: 50px;
    cursor: pointer;
    border-bottom: 1px solid #dfdfdf;
}

.list-item .title{
    color: #666666;color: #666666;
    width: 75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.list-item time,
.list-item span {
    display: inline-block;
    vertical-align: top;
}
.m-list,
.side-cont{
    padding-left: 10px;
    padding-right: 10px;
}
.list-item time {
    width: 100px;
}

.list-item .city {
    width: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-item .content {
    width: calc(100% - 160px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
}
.list-item time, .list-item span{
    font-size: 14px;
}

.list-item .content .btn{
    font-size: 12px;
    border:none;
    padding: 1px 5px;
}



.list-item .item-title > a:link {
    color: #333
}

.list-item .item-title > a:visited {
    color: #333
}

.list-item .item-title > a:hover {
    color: #236bfa
}

.list-item .item-title > a:active {
    color: #77828c
}

.g-side {
    position: absolute;
    top: 32px;
    right: 10px;
    width: 300px
}

.side-cont .side-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e3e5;
    zoom: 1
;
display: none;
}

.side-title ul {
    float: left;
    margin-left: -20px
}

.side-title ul li {
    float: left
}

.side-title ul li a {
    padding-left: 15px;
    font-size: 16px;
    color: #333
}

.side-title ul li a.active {
    color: #2284e6
}

.side-title ul li a:hover {
    color: #2284e6
}

.side-cont .side-title:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: "."
}

.side-cont .side-title .ttl {
    position: relative;
    display: inline-block;
    height: 22px;
    padding-left: 12px;
    font-size: 20px;
    line-height: 1;
    color: #333
    ;
    display: none;
}

.side-cont .side-title .ttl:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 3px;
    height: 20px;
    background-color: #2284e6
}

.side-cont .side-title .en-ttl {
    font-size: 14px;
    line-height: 14px;
    color: #77828c
}

.side-cont .side-list {
    margin-top: 15px;
    margin-bottom: 30px
}

.side-cont .side-list li {
    padding: 5px 0
}

.side-cont .side-list li a {
    display: block;
    text-align: justify;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    transition: all 0s;
    text-overflow: ellipsis
}

.side-cont .side-list li a:link {
    color: #333
}

.side-cont .side-list li a:visited {
    color: #77828c
}

.side-cont .side-list li a:hover {
    color: #236bfa
}

.side-cont .side-list li a:active {
    color: #77828c
}

.side-cont .side-list li h2 {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    line-height: 24px
}

.side-cont .side-list li h2 .common {
    display: inline-block;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #999;
    margin-bottom: 5px;
    margin-right: 10px
}

.side-cont .side-list .first {
    padding-top: 0
}

.side-cont .side-list .first h2 {
    margin-bottom: 14px
}

.side-cont .side-list .side-summary {
    padding: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.side-cont .side-list .side-summary p {
    position: relative;
    font-size: 12px;
    color: #77828c;
    line-height: 24px;
    text-align: left;
    top: -1px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 5px;
    text-indent: 1em;
    left: 1px;
    text-align: justify;
    letter-spacing: -1px;
    word-break: break-all
}

.side-cont .side-list .side-summary .detail {
    right: 0;
    bottom: -8px;
    color: #212326;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.side-cont .side-list .side-summary .detail:hover {
    color: #2987e6;
    text-decoration: none
}

.side-cont .side-list .side-summary .detail:active {
    color: #77828c
}

.right-hot-box {
    padding-top: 30px
}

.right-hot-box ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.right-hot-box ul li a {
    color: #333;
    text-decoration: none
}

.right-hot-box ul li a:hover {
    color: #de0f18
}

.right-hot-box ul li a span {
    position: absolute;
    background: #c4c2c2;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin-top: 14px
}

.right-hot-box li a h3 {
    font-size: 14px;
    overflow: hidden;
    line-height: 44px;
    border-bottom: 1px dashed #DDD;
    margin-left: 26px;
    letter-spacing: 0px;
    margin-top: 0;
    margin-bottom: 0
}

.right-hot-box ul li:nth-child(-n+3) a span {
    background: #de0f18
}

.right-recommend-box {
    padding-top: 30px
}

.right-recommend-box ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.right-recommend-box ul li {
    height: 86px;
    border-bottom: 1px solid #DDD;
    padding: 12px 0
}

.right-recommend-box ul li img {
    width: 100px;
    height: 60px;
    position: absolute
}

.right-recommend-box ul li div {
    margin-left: 105px
}

.right-recommend-box ul li div h3 {
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    margin-bottom: 6px;
    margin-top: 0
}

.right-recommend-box ul li div p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #777;
    letter-spacing: 0px
}

.right-recommend-box ul li > a {
    cursor: pointer
}

.right-recommend-box ul li div a {
    color: #333;
    text-decoration: none;
    cursor: pointer
}

.right-recommend-box ul li div a:hover {
    color: #de0f18
}

.post-head {
    padding-bottom: 5px
}

.post-head .head-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #212326;
    margin-bottom: 8px;
    margin-top: -20px
}

.post-head .head-meta {
    position: relative;
    font-size: 14px;
    color: #77828c
}

.post-head .head-meta > div {
    display: inline-block;
    width: 100%;
}

.post-head .head-meta .meta-info .txt {
    margin-right: 30px
}

.post-head .hd-share {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px
}

.post-head .hd-share .txt {
    float: left;
    margin-right: 15px;
    border-right: 1px solid #77828c;
    padding-right: 11px
}

.post-head .hd-share .share-ctr {
    float: right;
    position: relative;
    top: -2px;
    width: 80px
}

.post-body {
    border-top: 1px solid #e1e3e5;
    border-bottom: 1px solid #e1e3e5;
    padding: 20px 0 20px
}

.post-body a {
    color: #337ab7 !important;
}

.post-body > * {
    font-size: 16px;
    color: #212326
}

.post-body .text_p {
    text-indent: 30px;
    margin-bottom: -13px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #454545;
    text-align: left
}

.post-body .img_p img {
    display: block;
    margin: 0 auto 34px;
    height: auto;
    max-width: 100%;
    padding: 15px
}

.post-body > h2 {
    margin-bottom: 40px;
    font-weight: bold
}

.page-content {
    padding: 20px 0 60px 0
}

.article{
    padding-left:0;
}

.article_next_prev span {
    width: 80px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    color: #fff;
    padding-left: 27px;
    margin-right: 7px;
    background: #999
}

.article_next_prev a {
    text-decoration: none;
    color: #333
}

.article_next_prev .prev_article {
    margin-bottom: 16px
}

.article_next_prev .prev_article span, .article_next_prev .next_article span {
    background: #999 url("../../image/news/skin-type-icon.png") no-repeat;
    cursor: pointer
}

.article_next_prev .prev_article span {
    background-position: 8px -111px
}

.article_next_prev .next_article span {
    background-position: 8px -140px;
    margin-right: 7px
}

.article_next_prev li:hover span {
    background-color: #3d84b0
}

.article_next_prev li:hover a {
    color: #3d84b0
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-more {
    color: #333;
    /*background-color: #f4f4f4;*/
    border: none;
    position: relative;
    background: red;
    color: white;
    top: -20px;
}

.btn-more:hover,
.btn-more:focus,
.btn-more:active {
    color: #222;
    background-color: #f4f4f4;
}

.tit{
    height: 310px;
    background: #05182F;
    width: 100%;
}
.side-cont  .section-body{
    display: none;
}
.section-body .person-info {
    color: #666;
    line-height: 30px;
    padding: 10px 0;
}

.section-body .person-info span:nth-of-type(1) {
    display: inline-block;
    width: 30px;
    margin-left: 10px;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.section-body .person-info span:nth-of-type(2) {
    margin-left: 15px;
}

.section-foot {
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.section-foot .block {
    display: inline-block;
    width: calc(50% - 2px);
    color: #666;
}

.section-foot .block .block-head {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
}

.section-foot .block .block-body {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
}

@media (max-width: 768px){
    .side-title ul{
        margin-left: 0;
    }
    .m-list .side-title .ttl{
        margin-bottom: 10px;
    }
    .list-item .city{
        width: 40px;
    }
    .list-item .title{
        width: 55%;
    }

    .list-item time{
        width: 85px;
    }

    .list-item .content{
        width: calc(100% - 140px);
    }



}