@charset "utf-8";

.content {
    /*width: 100%;*/
    background: #f8f8f8;
}

.content_box {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 100px 0;
    position: relative;
}

.box .header {
    height: 100px;
    width: 100%;
    background-image: none;
    position: relative;
}

.header_top {
    width: 1200px;
}

.tit_box {
    width: 100%;;
    margin: 0 auto;
}

.articleContent {
    width: 796px;
    /*padding: 20px 100px 100px;*/
}

.articleContent h3 {
    color: #31404e;
    margin: 0;
    font-size: 26px;
    line-height: 50px;
}

.articleContent .article {
    width: 596px !important;
    border: 1px solid #e6e6e6;
    padding: 20px 100px 100px;
    margin-bottom: 50px;
    background: #fff;
}
.articleContent .article a{
    color: #5b5b5b;
}
.articleContent .information {
    text-indent: 0em;
    margin-bottom: 22px;
    color: #8b8b8b;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
}

.articleContent img {
    width: 100%;
    margin-bottom: 30px;
}
.articleContent p{
    text-indent: 0 !important;
}
.articleContent div:nth-child(2) {
    width: 100%;
}

.articleContent div:nth-child(2) span {
    font-size: 18px;
    color: #8b8b8b;
    line-height: 60px;
}

.articleContent div:nth-child(2) ul {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: -17px;
    padding-top: 25px;
}

.articleContent div:nth-child(2) ul li {
    width: 255px;
    height: 169px;
    float: left;
}

.articleContent div:nth-child(2) ul li img {
    display: block;
    float: left;
    width: 255px;
    height: 169px;
}

/*div>p:not(:first-child)*/
.knowMore li:not(:first-child) {
    margin-left: 15px;
}

.news_content {
    width: 380px;
    position: absolute;
    right: 0;
    top: 0;
}
.fixed{
    width: 320px;
    position: fixed;
    right: 0;
    top: 0;
}

.news li p {
    color: #3a3a3a;
    font-size: 14px;
    text-indent: 0em;
    line-height: 36px;
    border-bottom: 1px dashed #dbdbdb;
    padding-left: 18px;
}
.news ul{
    width: 280px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #dbdbdb ;
}

.news ul li{
    list-style:disc;
    color: #3cabc5;
    margin-left: 18px;
    /*padding-left: 18px;*/

}

.hotArticle{
    color: #4c4c4c;
}


.foot_more{
    position: relative;
    z-index: 2;
}