@charset "UTF-8";
.main-bg {
    margin-top: 40px;
}

.news-columnList .common-tit {
    margin-top: 20px;
}

.questions-list {
    height: 610px;
}

.news-recommend--item {
    box-sizing: border-box;
    width: calc(100% / 3 - 40px / 3);
    float: left;
    overflow: hidden;
    margin-right: 20px;
    border: 1px solid #ebe4df;
}

.news-recommend--item:hover {
    border: 1px solid #ff7e0b;
    position: relative;
    left: -1px;
    top: -1px;
    box-shadow: 2px 2px 5px 0 rgba(255, 126, 11, 0.2);
}


.news-recommend--item:hover .icon-actived {
    display: inline-block !important;
}

.news-recommend--item:last-child {
    margin-right: 0;
}

.news-recommend--item > div {
    position: relative;
    padding: 25px 20px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    height: 110px;
}

.news-recommend--item .cover {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 162px;
    border-bottom: 1px solid #fff;
    background-color: #eee;
}

.news-recommend--item .cover img {
    display: block;
    width: 100%;
    height: 100%;
}

.news-recommend--item .pic {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    position: absolute;
    right: 15px;
    background-color: #eee;
    top: -20px;
}

.news-recommend--item .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.news-recommend--item .news-tit {
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.news-recommend--item .news-tit:hover {
    color: #ff7e0b;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.news-list {
    font-size: 0;
}

.news-list .cover {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #eee;
}

.news-list .cover img {
    display: block;
    width: 100%;
    height: 100%;
}

.news-list .news-tit {
    display: block;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list .news-tit:hover {
    color: #ff7e0b;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.news-list .news-author,
.news-list .news-date {
    color: #b1b2b2;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
}

.news-list .news-author {
    padding-right: 10px;
    border-right: 1px solid #999999;
    margin-right: 10px;
}

.news-list--1 > div {
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ebe4df;
}

.news-list--1 > div:first-child {
    padding-top: 0;
}

.news-list--1 > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.news-list--1 .cover {
    width: 230px;
    margin-right: 15px;
    display: block;
    height: 138px;
    background-color: #eee;
    box-sizing: border-box;
}

.news-list--1 .detail {
    width: calc(100% - 245px);
    height: 138px;
    position: relative;
}

.news-list--1 .detail .bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

.news-list--1 .detail em {
    margin-top: 5px;
    float: right;
    color: #999999;
    font-size: 12px;
    line-height: 10px;
    margin-left: 20px;
}

.news-list--1 .detail em img {
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 5px;
}

.news-list--1 .news-tit {
    font-size: 20px;
    line-height: 30px;
    margin-top: -4px;
}

.news-list--1 .news-abstract {
    display: block;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    margin: 8px 0;
}

.news-list--2 > div {
    width: 286px;
    float: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ebe4df;
    border-right: 1px solid #ebe4df;
}

.news-list--2 > div:nth-child(3n+3) {
    padding-right: 0;
    border-right: 0;
}

.news-list--2 > div:nth-child(3n+1) {
    padding-left: 0;
    border-left: 0;
}

.news-list--2 > div:first-child, .news-list--2 > div:nth-child(2), .news-list--2 > div:nth-child(3) {
    padding-top: 0;
    border-top: 0;
}

.news-list--2 > div:nth-child(4), .news-list--2 > div:nth-child(5), .news-list--2 > div:nth-child(6) {
    padding-bottom: 10px;
}

.news-list--2 .cover {
    height: 163px;
    background-color: #eee;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.news-list--2 .news-tit {
    font-size: 14px;
    line-height: 24px;
    margin: -4px 0 10px;
    height: 48px;
}

.rightFragment-more {
    position: absolute;
    bottom: 10px;
}

.news-list--3 > div {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
}

.news-list--3 > div:first-child, .news-list--3 > div:nth-child(2) {
    margin-top: 0;
}

.news-list--3 > div:nth-child(2n+1) {
    padding-right: 20px;
}

.news-list--3 > div:nth-child(2n+2) {
    padding-left: 20px;
}

.news-list--3 .cover {
    width: 123px;
    height: 74px;
    margin-right: 10px;
    background-color: #eee;
}

.news-list--3 .detail {
    width: 257px;
}

.news-list--3 .news-tit {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin: -3px 0 17px;
}

.columnList.news-list--1 > div:first-child {
    padding-top: 20px;
    border-top: 1px solid #ebe4df;
}

.headlinesList {
    margin: 40px 0;
    padding: 40px 0 0 0;
    border-top: 1px solid #e0d4ca;
}

.questions {
    height: 610px;
    padding: 40px 0 20px 0;
    margin-top: 40px;
    border-top: 1px solid #e0d4ca;
}

.scroll {
    height: 580px;
}

.communityPostList {
    margin: 40px 0;
    padding: 40px 0;
    border-top: 1px solid #e0d4ca;
    border-bottom: 1px solid #e0d4ca;
}

.statistics {
    height: 610px;
}

.mCSB_scrollTools {
    left: calc((100% - 0px)) !important;
}

.mCustomScrollbar {
    overflow: visible !important;
}

.statistics .common-tit .common-tit--tabs {
    display: flex;
    position: absolute;
    left: initial;
    right: 0;
    transform: initial;
    white-space: nowrap;
}

.headlinesList-container > a:first-child {
    margin-top: 0;
}

.headlinesList-container > a {
    margin-top: 10px;
    display: block;
}

.headlinesList-container > a > div {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.headlinesList-container > a > div img {
    display: block;
    width: 100%;
    height: 100%;
}

.headlinesList-container > a > p {
    transition: all .2s;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.headlinesList-container > a:hover p {
    color: #ff7e0b;
}

.questions-item:last-child, .strategy-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.fragataNews-container {
    padding-left: 12px;
    box-sizing: border-box;
    border-left: 12px;
    border-left: 1px solid #ebe4df;
}

.fragataNews-item {
    margin-bottom: 15px;
}

.fragataNews-item > i {
    width: 41px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: block;
    height: 18px;
    position: relative;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    background-color: #ff7e0b;
}

.fragataNews-item p {
    line-height: 24px;
    color: #333;
    margin-top: 5px;
    font-size: 14px;
}

.fragataNews-item > i:before {
    position: absolute;
    content: "";
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #ff7e0b;
}

.fragataNews-item .more span {
    color: #999;
    margin-left: 5px;
}

.fragataNews-item .more {
    color: #ff7e0b !important;
    font-size: 12px;
}

.fragataNews-item .more i {
    height: 12px;
    font-size: 14px;
    vertical-align: middle;
    color: #999;
    margin-left: -2px;
}
