﻿.layui-fluid.main {
    background: #f7f7f7;
    padding: 0;
}

.layui-fluid.main .layui-container {
    width: 1200px;
    padding: 0;
}

.article_carousel {
    width: calc(100% - 40px);
    float: left;
    background: #fff;
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 22px;
}

.article_list {
    width: calc(100% - 40px);
    float: left;
    padding: 20px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
}

.article_list ul {
    float: left;
    width: 100%;
}

.article_list ul li {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #f7f7f7;
}

.article_list ul li a {
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
}

.article_list ul li a .article_img {
    width: 188px;
    height: 105px;
    float: left;
    margin-right: 20px;
    border: 1px dashed #f1f1f1;
    margin-top: 5px;
}

.article_list ul li a .article_img img {
    width: 188px;
    height: 105px;
    float: left;
}

.article_list ul li a .article_info {
    flex: 1;
    float: left;
    overflow: hidden;
}

.article_list ul li a .article_info .article_tit {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #333;
    margin-top: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.article_list ul li a .article_info .article_info2 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
}

.article_list ul li a .article_info .article_info3 {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #999;
}

.article_list ul li a .article_info .article_info3 .tags {
    padding: 3px 8px;
    background: #f9f9f9;
    border-radius: 2px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-right: 8px;
    background: #e6f1fb;
    color: #06c;
}

.article_list ul li a .article_info .article_info3 .tags2 {
    padding: 3px 8px;
    background: #f9f9f9;
    border-radius: 2px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-right: 8px;
}

.article_list ul li a .article_info .article_info3 span {
    margin-right: 10px;
}

.article_list ul li a .article_info .article_info3 span:last-child {
    float: right;
}

.article_list ul li a:hover .article_info .article_tit {
    color: #40a8f5;
}

.article_list ul li:hover {
    background: #f9fafb;
}

.article_right_categroy {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
}

.article_right_categroy .article_right_info {
    width: calc(100% - 20px);
    float: left;
    padding: 10px;
}

.article_right_categroy .article_right_info a {
    width: 100%;
    float: left;
    background: #f7f7f7;
    margin-right: 10px;
    border-radius: 3px;
    color: #666;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
}

.article_right_categroy .article_right_info a.active,
.article_right_categroy .article_right_info a:hover {
    background: #40a8f5;
    color: #fff;
}

.article_right_categroy .article_right_info a.check {
    background: #40a8f5;
    color: #fff;
}

.article_right_title {
    position: relative;
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    padding: 10px 0 0 0;
    color: #424242;
    font-size: 15px;
    display: -webkit-inline-box;
    cursor: pointer;
    z-index: 16;
    font-weight: 700;
    line-height: 40px;
}

.article_right_title i {
    margin-right: 5px;
    font-weight: normal;
}

.article_right_title:before {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: -1;
    width: 25%;
    height: 2px;
    background: #007bf5;
    content: " ";
    border-radius: 20px;
    transition: all .5s;
}

.article_right_title:hover:before {
    width: 100%;
    transition: all .5s;
}

.article_right_common {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
}

.article_right_banner {
    float: left;
    padding: 10px;
    padding-bottom: 0;
}

.article_right_banner ul {
    width: 100%;
    float: left;
}

.article_right_banner ul li {
    width: 100%;
    float: left;
}

.article_right_banner ul li a {
    display: block;
}

.article_right_banner ul li a:hover span {
    color: #1e9fff;
}

.article_right_banner ul li img {
    width: 100%;
    float: left;
}

.article_right_banner ul li span {
    width: 100%;
    float: left;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 10px;
}

.article_right_recommend {
    padding: 15px 10px;
    overflow: hidden;
}

.article_hots_wrapper {
    padding: 0 0 0 25px;
    margin: 10px 20px;
    float: left;
}

.article_hots_wrapper ul li {
    padding: 7px 0 8px;
}

.article_hots_wrapper ul li:last-child {
    padding-bottom: 0;
}

.article_hots_wrapper ul li .title {
    position: relative;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.article_hots_wrapper ul li .title a:hover {
    color: #06c;
}

.article_hots_wrapper ul li .title .nums {
    position: absolute;
    left: -29px;
    top: 5px;
    width: 20px;
    height: 14px;
    background: #e6f1fb;
    cursor: pointer;
    line-height: 14px;
    text-align: center;
    color: #1e9fff;
    font-size: 12px;
    border-radius: 2px;
}

.article_hots_wrapper ul li .title h4 {
    color: #2c2e3b;
    cursor: pointer;
    font-size: 14px;
}

.article_hots_wrapper ul li .title h4 a {
    display: inline-block;
    min-height: 24px;
    max-height: 48px;
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article_hots_wrapper ul li .title h4 span.hotchange {
    height: 18px;
    line-height: 18px;
    display: inline-block;
    margin-left: 7px;
    color: #999;
    font-size: 12px;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 0 6px;
}

.article_detail {
    float: left;
    width: 100%;
    background: #fff;
    min-height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.article_detail .breadcrumb {
    width: calc(100% - 40px);
    margin: 20px;
}

.article_detail .breadcrumb .layui-breadcrumb {
    line-height: 14px;
}

.article_detail .breadcrumb .layui-breadcrumb i {
    width: 2px;
    height: 14px;
    float: left;
    margin-right: 10px;
    background: #40a8f5;
    margin-top: 2px;
}

.article_detail .article_detail_content {
    width: calc(100% - 40px);
    float: left;
    padding: 20px;
}

.article_detail .article_detail_content .article_detail_top {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 5px;
}

.article_detail .article_detail_content .article_detail_tit {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #131313;
}

.article_detail .article_detail_content .article_detail_txt {
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-top: 16px;
    margin-bottom: 30px;
    line-height: 14px;
}

.article_detail .article_detail_content .article_detail_txt span {
    margin: 0 15px;
}

.article_detail .article_detail_content .article_detail_con {
    width: calc(100% - 40px);
    float: left;
    padding: 20px;
    line-height: 30px;
    min-height: 600px;
}

.article_detail .article_detail_content .article_detail_con .image {
    max-width: 100%;
}

.article_detail .article_detail_content .article_detail_con a {
    padding-bottom: 2px;
    box-shadow: 0 1px;
    color: #007bf5;
}

.article_detail .article_detail_content .article_detail_con p {
    display: block;
    line-height: 30px;
    margin-bottom: 3px;
    word-wrap: break-word;
}

.article_detail .article_detail_content .article_detail_con h2 {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    margin: 30px 0 25px;
    line-height: 17px;
}

.article_detail .article_detail_content .article_detail_con h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 20px;
    border-left: 4px solid #007bf5;
    padding: 0 0 0 10px;
    line-height: 17px;
}

.article_detail .article_detail_content .article_detail_con h4 {
    position: relative;
    padding: 5px 0 15px;
    color: #424242;
    font-size: 15px;
    display: -webkit-inline-box;
    cursor: pointer;
    z-index: 16;
    font-weight: 700;
    line-height: 30px;
}

.article_detail .article_detail_content .article_detail_con h4:before {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: -1;
    width: 45%;
    height: 2px;
    background: #007bf5;
    content: " ";
    border-radius: 20px;
    transition: all .5s;
}

.article_detail .article_detail_content .article_detail_con h4:hover:before {
    width: 100%;
    transition: all .5s;
}

.article_detail .article_detail_content .article_detail_con h5 {
    color: #333;
    background: #f9f9f9;
    padding: 10px 15px;
    margin: 0 0 15px;
    border-radius: 5px;
}

.article_detail .article_detail_content .article_detail_con h6 {
    font-size: 18px;
    color: #333;
    background: #f6f6f6;
    padding: 5px 10px 6px;
    margin: 0 0 15px;
    font-weight: 600;
    border-left: 4px solid #eaeaea;
    border-radius: 5px;
}

.article_detail .article_detail_content .article_detail_con ol {
    color: #424242;
    font-size: 14px;
    margin: 5px 0 15px;
}

.article_detail .article_detail_content .article_detail_con ol li {
    position: relative;
    padding-left: 5px;
    list-style: decimal;
    margin-left: 20px;
}

.article_detail .article_detail_content .article_detail_con ol li p {
    padding: 2px 10px !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
    color: #333;
}

.article_detail .article_detail_content .article_detail_con ol li:last-child p {
    margin-bottom: 0 !important;
}

.article_detail .article_detail_content .article_detail_con ul {
    color: #424242;
    font-size: 14px;
    margin: 5px 0 15px;
}

.article_detail .article_detail_content .article_detail_con ul li {
    position: relative;
    padding-left: 15px;
}

.article_detail .article_detail_content .article_detail_con ul li:before {
    position: absolute;
    top: 13px;
    left: 8px;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background: #333;
    content: " ";
}

.article_detail .article_detail_content .article_detail_con ul li p {
    padding: 2px 10px !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
    color: #333;
}

.article_detail .article_detail_content .article_detail_con ul li:last-child p {
    margin-bottom: 0 !important;
}

.article_detail .article_detail_content .article_detail_con blockquote {
    position: relative;
    margin: 25px 0;
    padding: 45px 45px 30px;
    line-height: 30px;
    border-color: #c0c6cc;
    background-color: #f9f9f9;
    font-family: Lantinghei SC, Open Sans, Arial, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif;
    border-radius: 10px;
    font-style: normal;
}

.article_detail .article_detail_content .article_detail_con blockquote:before {
    top: 20px;
    left: 20px;
    background: url(../images/common/blockquote.png) no-repeat 0 0;
    position: absolute;
    display: block;
    width: 1pc;
    height: 14px;
    content: '';
}

.article_detail .article_detail_content .article_detail_con blockquote:after {
    right: 20px;
    bottom: 20px;
    background: url(../images/common/blockquote.png) no-repeat -1pc 0;
    position: absolute;
    display: block;
    width: 1pc;
    height: 14px;
    content: '';
}

.article_detail .article_detail_content .article_detail_con img {
    border-radius: 5px;
    margin: 10px 0;
    text-align: center;
    max-width: 100%;
}

.article_detail .article_detail_content .article_detail_con pre {
    position: relative;
    margin: 10px 0;
    padding: 15px;
    line-height: 20px;
    border: 1px solid #eee;
    border-left-width: 6px;
    background-color: #fafafa;
    color: #333;
    font-family: Courier New;
    font-size: 12px;
}

.article_detail .article_detail_content .article_detail_con table {
    width: 900px;
}

.article_detail .article_detail_content .article_detail_con .noRole p {
    margin-bottom: 30px;
}

.article_detail .article_detail_content .article_detail_con .noRole a {
    color: #fff;
}

.article_detail .article_detail_content .article_detail_bottom {
    width: 100%;
    float: left;
    border-top: 1px solid #f7f7f7;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.article_detail .article_detail_content .article_detail_prev {
    width: 50%;
    float: left;
}

.article_detail .article_detail_content .article_detail_prev .article_detail_but {
    width: 60px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    background: #40a8f5;
    display: inline-block;
    margin-right: 15px;
    float: left;
}

.article_detail .article_detail_content .article_detail_bottom_tit {
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: calc(100% - 80px);
    float: left;
}

.article_detail .article_detail_content .article_detail_bottom_tit:hover {
    color: #37ca6f;
}