@charset "utf-8";
@import url(/css/animate.css);
body {
    font-family: "Microsoft YaHei,微软雅黑";
}


/*  */

.main {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 500px;
    position: relative;
}

.main-box {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.main-msg {
    overflow: hidden;
}

.left-nav {
    float: left;
    width: 23%;
    margin: 10px 0;
    position: relative;
    padding: 0 5px;
}

.left-nav-tit {
    height: 86px;
    text-align: center;
    line-height: 86px;
    font-size: 22px;
    color: #fff;
    background-color: #009199;
}

.left-nav-item {
    width: 100%;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background-color: rgb(245, 245, 245);
    position: relative;
}

.left-nav-item a {
    color: rgb(100, 100, 100);
}

.left-nav-item a::after {
    content: " >>";
    /* font-size: 15px; */
    font-weight: bold;
    position: absolute;
    margin-left: 5px;
    transform: translateX(-10px);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.left-nav-item:hover,
.left-nav-item a.on {
    background-color: rgb(220, 220, 220);
}

.left-nav-item:hover a::after,
.left-nav-item a.on::after {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}


/*  */

.hot-news {
    margin-top: 20px;
    background-color: #fff;
    padding: 0 20px 26px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgb(177 177 177 / 50%);
    width: 100%;
    box-sizing: border-box;
    margin-left: 2px;
    margin-bottom: 20px;
}

.hot-news {}

.hot-news-title {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.hot-news-icon {
    width: 22px;
    height: 23px;
    background: url(/images/news-tit.png);
    float: left;
}

.hot-news-name {
    margin-left: 5px;
    line-height: 23px;
    width: 40%;
    font-size: 20px;
    font-weight: bold;
    float: left;
}

.hot-more {
    float: right;
}

.hot-more a {
    color: #999;
}

.hot-news-img {
    margin-top: 20px;
    width: 100%;
    height: 170px;
    background-color: #999;
    overflow: hidden;
}

.hot-news-img img {
    width: 100%;
}

.hot-news-list {
    margin-top: 16px;
    width: 100%;
    overflow: hidden;
}

.hot-news-item {
    width: 100%;
    height: 14px;
    overflow: hidden;
    margin: 13px 0;
}

.hot-news-item a {
    display: block;
    color: #999;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot-news-item a:hover {
    color: #00a0e9;
}


/* 右侧信息 */

.right-msg {
    width: 77%;
    float: right;
}


/*  */

.right-location {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.62);
    height: 51px;
    line-height: 57px;
    border-bottom: 1px solid #888;
    margin-top: 26px;
    color: #000;
    margin-left: 27px;
}

.location-img {
    width: 31px;
    height: 57px;
    background: url(/images/location.png) no-repeat center;
}

.location-img {
    text-align: center;
    float: left;
}

.right-location,
.right-location a {
    font-size: 20px;
    color: #000;
}

.p-l {
    padding-left: 15px;
}

.right-location span:last-child a,
.right-location a:hover {
    color: #009199;
}


/* 文章内容 */

.center-box {
    width: 100%;
    margin-top: 7px;
    /* background-color: #fff; */
    padding-top: 20px;
    padding-bottom: 33px;
    margin-bottom: 44px;
    padding: 20px 15px;
    box-sizing: border-box;
}

.center-item {
    margin-top: 20px;
    margin-left: 22px;
    position: relative;
    /* text-align: center;   */
}

.center-item {
    width: 96%;
    padding-bottom: 26px;
    border-bottom: 1px solid rgb(220, 220, 220);
}


/* 日期 */

.date {
    left: 7px;
    width: 75px;
    height: 78px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    float: left;
    position: relative;
    background-color: #009199;
    color: #fff;
}

.date .mouth {
    font-size: 16px;
    /* width: 60px; */
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #75787c;
}

.date .mouth {}

.date .day {
    font-size: 27px;
    font-weight: bold;
    line-height: 46px;
}

.center-item-msg {
    max-width: 88%;
    font-size: 18px;
    line-height: 1.7;
    color: #000;
    margin-left: 100px;
}

.center-item-tit {
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
    max-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.center-item-content {
    font-size: 14px;
    text-indent: 2em;
    margin-top: 10px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    color: #757575;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.center-item-msg.active,
.center-item-msg:hover {
    color: #009199;
}


/* 文章 */
.center-box p,.center-box p span{
    font-size:18px !important;
    /* display:block; */
    line-height:1.5 !important;
    text-indent:2em;
}
.center-box p{
margin:5px 0;
}
.center-box table p{
text-indent:0;
}
.article {
    box-sizing: border-box;
    width: 100%;
    padding: 0 28px;
    margin: 0 auto;
}
.article table{
    margin:0 auto;
}
.article-title {
    text-align: center;
    margin: 15px auto;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
    cursor: pointer;
}

.article-msg {
    text-align: center;
    font-size: 12px;
    color: #888888;
    line-height: 30px;
    height: 30px;
    margin-bottom: 20px;
}
.article-context img {
    display: inline-block !important;
    border: none !important;
    height: auto !important;
}
.article-context p video{
    transform: translateX(-2em);
max-width:100%;
}
.article-link {
    margin: 30px 0;
}

.article-link div {
    margin: 15px 0;
}

.article-link a {
    color: #676767;
}

.article-link a:hover {
    color: #009199;
}

/* 流程定位 */

.lc-img, .lc2-img {
    position: relative;
}
.lc-img a,.lc2-img a {
    position:absolute;
    display: block;
    width: 79px;
    height: 43px;
    /* background-color: yellowgreen; */
}

.lc1-item1{
    left: 35px;
    top: 100px;
}
.lc1-item2{
    left: 226px;
    bottom: 48px;
}
.lc1-item3{
    bottom: 48px;
    left: 321px;
}
.lc1-item4{
    bottom: 48px;
    left: 419px;
}
.lc1-item5{
    right: 305px;
    bottom: 48px;
}
.lc1-item6{
    right: 58px;
    top: 96px;
}
.lc2-item1{
    top: 177px;
    left: 161px;
}
.lc2-item2{
    bottom: 228px;
    left: 375px;
}
.lc2-item3{
    bottom: 228px;
    left: 487px;
}
.lc2-item4{
    bottom: 228px;
    right: 222px;
}
.lc2-item5{
    bottom: 90px;
    right: 351px;
    height: 82px !important;
}
#vsb_content_2 span{
    display: block;
}