
* {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    margin: 0;
}

a, a:hover {
    text-decoration: none
}

.ariticle-box article .ari-con h3, .article-cont .article-cont-tit {
    white-space: nowrap;
    text-overflow: ellipsis;
}

article, nav {
    display: block;
    margin: 0;
    padding: 0;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.g-doc {
    margin: 0 auto;
    width: 1200px;
}

a:hover {
    -webkit-transition: color .25s ease;
    -moz-transition: color .25s ease;
    transition: color .25s ease;
}

.g-ft {
    height: 320px;
    background-color: #F8F8F8;
    margin-top: 50px;
    padding-top: 30px;
    color: #666;
    border-top: 1px solid #DDD;
}

.container {
    padding-top: 20px;
}

.nav-tab {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

.container-box {
    width: 1200px;
    min-height: 500px;
    margin: 15px auto 100px auto;
}

.container-box .col-nav {
    float: left;
    width: 100%;
    background: #FFF;
    min-height: 500px;
}

.container-box .main-box {
    margin-left: 210px;
}

.page-box {
    margin-top: 10px;
    text-align: center;
}

.page-box .page {
    display: inline-block;
    font-size: 16px;
}

.page-box .page a, .page-box .page span {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 5px;
    color: #666;
}

.page-box .page a {
    background-color: #F3F3F3;
}

.page-box .page .current, .page-box .page a:hover {
    background-color: #E86527;
    color: #FFF;
}

.ariticle-nav li.cur, .ariticle-nav li.cur a {
    background-color: #E86527;
    color: #FFF;
}

.article-con {
    float: left;
    width: 188px;
    background: #F5F5F5;
    margin-left: -100%;
    border: 1px solid #E6E6E6;
    padding: 10px 0 20px;
}

.ariticle-side-nav {
    border: 1px solid #E0E0E0;
}

.ariticle-side-nav span {
    text-align: center;
    display: block;
    width: 190px;
    height: 40px;
    line-height: 40px;
}

.ariticle-side-nav a.cur, .ariticle-side-nav a:hover {

    background-color: #F26418;
    color: #fff;
}

.ariticle-side-nav, .article-page-nav {
    overflow: hidden;
    background-color: #fff;
    font-size: 18px;
    color: #707070;
    padding: 0;
}

.ariticle-side-nav a, .article-page-nav a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-top: 1px solid #E0E0E0;
    margin-top: -1px;
    width: 190px;
    color: #666;
    text-align: center;
    font-size: 17px;
}

.article-page-nav a:first-child.cur, .article-page-nav a:first-child:hover {
    color: #fff;
    background: #f40;
}

.article-page-nav a.cur, .article-page-nav a:hover {
    color: #f40;
    background: #fff;
}

.article-page .nav-tab {
    font-size: 14px;
}

.article-cont {
    margin-top: 15px;
    font-size: 16px;
    border: 1px solid #E0E0E0;
    padding: 40px 85px;
    color: #a3a3a3;
}

.article-cont img {
    max-width: 100%;
}

.article-cont .article-cont-tit {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #282828;
    margin: 0 auto;
    overflow: hidden;
}

.article-cont .article-info {
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
}

.article-cont .article-info .article-date {
    padding-right: 35px;
    font-size: 12px;
}

.article-cont .article-info .reader-num, .article-cont .article-info .share-num {
    margin-right: 15px;
    border: 1px solid #E0E0E0;
    padding: 4px 5px;
    font-size: 12px;
    border-radius: 3px;
}

.article-cont-bd .article-img {
    width: 400px;
    height: 250px;
    overflow: hidden;
    display: block;
    margin: 0 auto 20px;
}

.article-cont-bd p {
    line-height: 36px;
    color: #666;
}

.article-cont-ft .other-article {
    overflow: hidden;
    padding-top: 50px;
    line-height: 32px;
}

.article-cont-ft .other-article a {
    color: #666;
}

.article-cont-ft .other-article .other-article-prev {
    float: left;
    line-height: 33px;
    width: 50%;
}

.article-cont-ft .other-article .other-article-next {
    float: right;
    width: 45%;
}

.ariticle-nav {
    border-top: 1px solid #EDEDED;
    margin-top: 20px;
    width: 967px;
    margin-bottom: 40px;
}

.ariticle-nav li {
    float: left;
    position: relative;
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
}

.ariticle-nav > li:nth-child(1) {
    border-left: 1px solid #EDEDED;
}

.ariticle-nav li a {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #666;
    text-align: center;
}

.ariticle-nav .cur {
    background-color: #E86729;
    color: #FFF;
}

.ariticle-nav li ul {
    position: absolute;
    left: -1px;
    display: none;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-top: none;
}

.ariticle-nav > li:hover > a {
    background: #E86729;
    color: #fff;
    border-bottom: none;
}

.ariticle-nav li:hover > ul {
    display: block;
}

.ariticle-nav li ul li {
    border-right: none;
}

.ariticle-nav li ul li a {
    color: #444;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    font-family: 'microsoft yahei', 'simsun';
}

.ariticle-nav li ul li a:hover, ul li a:hover .ariticle-nav > li {
    color: #fff;
    background: #E86729;
}

.ariticle-side-nav {
    width: 190px;
    float: left;
    margin-top: 35px;
}

.ariticle-box {
    padding-top: 0;
    float: right;
}

.ariticle-box > ul li {
    overflow: hidden;
    border-bottom: 1px solid #EDEDED;
    padding: 20px 0 30px 0;
}

.ariticle-box > ul li img {
    float: none;
    max-width: 196px;
    max-height: 131px;
    background-color: #F2F2F2;
    border: none;
    vertical-align: middle;
    margin: 0 auto 10px auto;
    display: block;
}

.ariticle-box ul li .imgBox {
    float: left;
    text-align: center;
    width: 196px;
    padding: 15px 0;
    line-height: 30px;
    height: 131px;
    font-size: 13px;
    color: #444;
}

.ariticle-box ul li .ari-con {
    box-sizing: border-box;
    padding: 0 20px;
}

.ariticle-box ul li .ari-con h3 {
    font-size: 18px;
    color: #282828;
    margin-bottom: 10px;
    font-weight: 400;
    overflow: hidden;
}

.ariticle-box ul li .ari-con p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
}
.ariticle-box {
    display: flex;
}
.ariticle-box > ul {
    flex: 1;
}
.sidebar {
    width: 350px;
    margin-left: 50px;
    margin-top: 33px;
}
.new {
    margin-bottom: 70px;
}
.new_title {
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 55px;
    padding-left: 15px;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    border-left: #3ec178 6px solid;
}
.new_list {
    padding-top: 30px;
    border-top: 1px #eee solid;
}
.new_list li {
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.new_list li a {
    font-size: 14px;
    color: #585858;
}
.new_list li a i {
    margin-right: 10px;
    font-size: 24px;
    font-style: normal;
    font-weight: 1000;
    font-family: Helvetica, Tahoma, Arial, 'Microsoft YaHei';
    vertical-align: bottom;
}