﻿.first-section {
    padding-top: 60px;
    background: #f5f5f5;
    margin-bottom: 10px;

}
body{
    background: #f5f5f5;
}
.article-content-left{
    display: block;
    background: #FFFFFF;
    float: left;
    width: 70%;
}
.article-list{}

.article-list li{
    border-bottom: 1px solid #EEEEEE;
    padding: 15px;
    box-sizing: border-box;
}
.article-list li:before,.article-list li:after{
    display: table;
    content: " ";
    clear: both;
}


.article-list li h3{
    font-size: 22px;

}
.article-list li h3 a{
    text-decoration: none;
    color: #282828;
    transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    -webkit-transition: color .2s;
}
.article-list li h3 a:hover{
    color: #1157d8;
}
.article-list li b{
    color: #555;
    margin: 5px 0 10px 0;
    display: block;
    font-weight: normal;
}
.article-list li p{
    font-size: 14px;
    line-height: 1.75;
    color: #282828;
}
.article-list li .li-img{
    display: block;
    float: left;
    width: 30%;
}
.article-list li .li-img img{
    width: 100%;
}

.article-list li span{
    width: 70%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}

.article-content-right {
    display: block;

    float: left;
    width: 28%;
    margin-left: 2%;

}

.article-content-right-container {
    box-sizing: border-box;
    background: #FFFFFF;
    width: 100%;

}
.article-content-right-container.title-content{
    padding: 10px;
}
.article-content-right-container +.article-content-right-container{
    margin-top: 20px;
}
.article-content-right-block {
    background: #f6f8f7;
    padding: 10px 20px;
    margin: 10px;
}
.article-content-right-block a{
    text-decoration: none;
    color: #282828;
    transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    -webkit-transition: color .2s;
}

.article-content-right-block p{
    font-size: 14px;
    line-height: 1.75;
    margin: 5px 0;
    color: #555;
    height: 48px;
    overflow: hidden;
}

.article-content-right-container h2{
    font-size: 18px;
    position: relative;
    padding: 10px 10px 10px 34px;
    border-bottom: 1px solid #e5e5e5;
}


.article-content-right-container h2:before{
    width: 4px;
    height: 20px;
    background: #076bf2;
    margin: -10px 5px 0 0;
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
}

.article-body {
    box-sizing: border-box;
    padding: 30px;
    border-top: 1px solid #EEEEEE;
}
.article-content-left h1{
    font-size: 35px;
    font-weight: bold;
    padding: 30px;
    /*width: 100%;*/
    text-align: left;
    line-height: 55px;
    color: #484c50;
}
.article-body p{
    font-size: 16px;
    line-height: 32px;
    color: #222;
    word-wrap: break-word;
    /*margin-top: 1em;*/
}

.des_com_box {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    color: #818181;
    margin-bottom: 10px;
}

.article-nav-this {
    margin: 15px 0;
    font-size: 14px;
}
.article-nav-this li{
    display: inline-block;
}
.article-nav-this li a{
    color: #282828;
    font-size: 14px;
}
.article-nav-this li a:after{
    content: ' > ';
}

.article-body-last-next {
    display: block;
    border-top: 1px dashed #ddd;
    padding-top: 10px;
    margin-top: 10px;
}
.article-body-last-next li{
    line-height: 30px;
}

.article-body-tags {
    display: block;
    padding: 10px  0;
    line-height: 32px;
    margin-top: 10px;
}
.article-body-tags a{
    margin-right: 5px;
    display: inline-block;
    padding: 3px 10px ;
    color: #Ffffff;
    font-size: 13px;
    line-height: 18px!important;
    background: #0a1e39;
}
.article-body-tags a:hover{
    opacity: 0.8;
}

.article-body-sm {
    color: #999999;
    border-top: 10px solid #f5f5f5;
    font-size: 12px;
    padding: 30px;
}

.article-list-titles {
    padding: 10px;
}
.article-list-titles li{
    line-height: 26px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-list-titles li a{
    color: #282828;
}
.article-list-titles li a:hover{
    opacity: .6;
}
.article-list-titles li:before{
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    letter-spacing: -1px;
    background: #fe6601;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    font-family: Helvetica;
    font-size: 12px;
}
.article-list-titles li:nth-child(1):before{content:'1'; background:#70788d;}
.article-list-titles li:nth-child(2):before{content:'2'; background:#70788d;}
.article-list-titles li:nth-child(3):before{content:'3'; background:#70788d;}
.article-list-titles li:nth-child(4):before{content:'4';}
.article-list-titles li:nth-child(5):before{content:'5';}
.article-list-titles li:nth-child(6):before{content:'6';}
.article-list-titles li:nth-child(7):before{content:'7';}
.article-list-titles li:nth-child(8):before{content:'8';}
.article-list-titles li:nth-child(9):before{content:'9';}
.article-list-titles li:nth-child(10):before{content:'10';}
.article-list-titles li:nth-child(11):before{content:'11';}
.article-list-titles li:nth-child(12):before{content:'12';}

.article-list-tags {
    padding: 10px;
}
.article-list-tags li {
    display: inline-block;
}
.article-list-tags li a{
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #e4e4e4;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    margin: 3px;
    transition: all 0.3s;
    cursor: pointer;
}
.article-list-tags li:nth-child(1) a{
    border: 1px solid #00abfb;
    background: #00abfb;
}
.article-list-tags li:nth-child(2) a{
    border: 1px solid #e49111;
    background: #e49111;
}
.article-list-tags li:nth-child(3) a{
    border: 1px solid #e45862;
    background: #e45862;
}
.article-list-tags li:nth-child(4) a{
    border: 1px solid #87e473;
    background: #87e473;
}
.article-list-tags li:nth-child(5) a{
    border: 1px solid #d76ae4;
    background: #d76ae4;
}
.article-list-tags li:nth-child(6) a{
    border: 1px solid #e4ac03;
    background: #e4ac03;
}
.article-list-tags li:nth-child(7) a{
    border: 1px solid #5133e4;
    background: #5133e4;
}
.article-list-tags li:nth-child(8) a{
    border: 1px solid #19e49f;
    background: #19e49f;
}

.article-list-tags li:nth-child(9) a{
    border: 1px solid #5133e4;
    background: #5133e4;
}

.article-list-tags li:nth-child(10) a{
    border: 1px solid #e45862;
    background: #e45862;
}
.article-list-tags li a:hover{
    background: #Ffffff;
    color: #0a1e39;
    border: 1px solid #e4e4e4;
}
.article-body img{
    max-width: 100%!important;
    max-height: 280px !important;
}
@media screen and (max-width: 1024px) {
    .article-list li h3 {
        font-size: 20px;
    }
    .article-list li b{
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .article-list li p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    h1{
        font-size: 14px;
    }
}
@media screen and (max-width: 800px) {
    .article-nav-this {
        margin: 5px 0;
        font-size: 14px;
    }

    .article-content-left h1 {
        font-size: 20px;
        font-weight: bold;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        line-height: 35px;
        color: #484c50;
    }
    .article-content-left {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
    .article-content-right {
        display: block;
        float: left;
        width: 96%;
        margin-top: 2%;
        margin-left: 2%;
        margin-right: 2%;
    }
    .article-nav-this{
        padding-left: 10px;
    }
    .nav-this-title{
        display: none!important;
    }
}


.list-page{
    text-align: center;
}
.list-page-ul{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px auto ;
}
.list-page-ul .page-item{
    display: inline-block;
    margin-left: 2px;
    border: 1px solid #dddddd;
    background: #eeeeee;
}
.list-page-ul .page-link{
    display: inline-block;
    padding: 5px 15px;
    font-weight: 600;
    color: #0a1e39;
}
.list-page-ul .active.page-item {
    background: #ffffff;

    border: 0;

}
