/**
 * 页面布局
 * 三图
 * 大标题
 * 顶部swiper
 * 新闻列表
 * 更多按钮
 * 侧边栏
 */


/*---------- 页面布局 ----------*/

.content-wrapper {
    width: 1200px;
    margin: 35px auto;
    overflow: hidden;
}

.mobile .content-wrapper {
    width: auto;
    margin: 0 auto 10px;
}

.main-content {
    float: left;
    width: 815px;
}

.mobile .main-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.mobile .side-content {
    display: none;
}

.side-content {
    margin-left: 860px;
    width: 340px;
}

.top-wrapper {
    margin-bottom: 40px;
    position: relative;
}

.mobile .top-wrapper {
    margin-bottom: 0;
}


/*---------- 三图 ----------*/

.gird-thumb-3 {
    position: relative;
    overflow: hidden;
}

.grid-thumb-1 {
    position: relative;
    overflow: hidden;
}

.grid-thumb-item {
    position: relative;
    overflow: hidden;
}

.grid-thumb-item:after {
    content: '';
    position: absolute;
    width: 100;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 80px 40px #000;
}

.grid-thumb-3-1 {
    width: 66.666666%;
    float: left;
    right: 10px;
}

.grid-thumb-3-2,
.grid-thumb-3-3 {
    margin-left: 66.666666%;
    width: 33.333333%;
}

.grid-thumb-3-2 {
    bottom: 5px;
}

.grid-thumb-3-3 {
    top: 5px;
}

.grid-thumb-item h4 {
    position: absolute;
    z-index: 1;
    bottom: 0.8em;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-weight: bold;
}

.grid-thumb-item h4 a {
    color: #fff;
}

.grid-thumb-item h4 a:hover {
    text-decoration: underline;
}

.grid-thumb-item:first-child h4 {
    font-size: 22px;
}

.gird-thumb-3 img,
.grid-thumb-1 img {
    display: block;
    width: 100%;
    position: relative;
    transition: all 1s;
}


/*---------- 大标题图 ----------*/

.page-tit-wrapper {
    height: 255px;
    background: url('http://www.newsres.cn/zhiku/static/img/aboard_trend_bg.png') center top no-repeat;
    overflow: hidden;
}

.mobile .page-tit-wrapper {
    height: 150px;
    background-size: auto 100%;
}

#page-dynamic .page-tit-wrapper {
    background-image: url('http://www.newsres.cn/zhiku/static/img/dynamic_bg.png');
}

.page-tit {
    width: 1200px;
    margin: 150px auto auto;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #384c60;
}

.mobile .page-tit {
    width: auto;
    margin: 80px 0 auto 2%;
    border-color: transparent;
}


/*---------- 顶部swiper ----------*/

.top-swiper,
.side-swiper {
    height: auto !important;
    overflow: hidden;
}

.top-swiper .swiper-wrapper,
.side-swiper .swiper-wrapper {
    height: auto !important;
}

.top-swiper img,
.grid-thumb-1 img,
.side-swiper img {
    display: block;
    width: 100%;
}

.top-swiper .swiper-slide,
.side-swiper .swiper-slide,
.grid-thumb-1 {
    position: relative;
    height: auto !important;
}

.top-swiper .swiper-slide:after,
.side-swiper .swiper-slide:after,
.grid-thumb-1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: 1;
    box-shadow: 0 -20px 70px 20px #000;
}

.top-swiper .swiper-slide h4,
.side-swiper .swiper-slide h4,
.grid-thumb-1 h4 {
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 3px 3px #555;
}

.side-swiper .swiper-slide h4 {
    font-size: 16px;
}

.mobile .top-swiper .swiper-slide h4,
.mobile .side-swiper .swiper-slide h4,
.mobile .grid-thumb-1 h4 {
    font-size: 16px;
    font-weight: normal;
}

.top-swiper .swiper-slide h4 a,
.side-swiper .swiper-slide h4 a,
.grid-thumb-1 h4 a {
    color: #fff;
}

.top-swiper-pagination,
.side-swiper-pagination {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    width: 100%;
    text-align: right;
}

.side-swiper-pagination {
    bottom: 2px;
}

.pc .top-swiper-pagination {
    display: none;
}

.mobile .top-swiper-pagination {
    opacity: 0.8;
}

.top-swiper-pagination .swiper-pagination-switch,
.side-swiper-pagination .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    margin-right: 10px;
    transition: transform 0.3s;
    box-shadow: 0 3px 3px -3px #555;
}

.side-swiper-pagination .swiper-pagination-switch {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin-right: 6px;
}

.top-swiper-pagination .swiper-pagination-switch:last-child {
    margin-right: 20px;
}

.side-swiper-pagination .swiper-pagination-switch:last-child {
    margin-right: 10px;
}

.top-swiper-pagination .swiper-active-switch,
.side-swiper-pagination .swiper-active-switch {
    background: #2786fb;
    transform: scale(1.2);
}

.top-swiper-arrow-left,
.side-swiper-arrow-left {
    background: url(http://www.newsres.cn/zhiku/static/img/arrows.png) no-repeat left top;
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}

.top-swiper-arrow-right,
.side-swiper-arrow-right {
    background: url(http://www.newsres.cn/zhiku/static/img/arrows.png) no-repeat left bottom;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}


/*---------- 新闻列表 ----------*/

.list-wrapper {
    margin-top: 20px;
}

.mobile .list-wrapper {
    margin-top: 0;
}

#page-activity #list-wrapper-next {
    margin-bottom: 60px;
}

.mobile #page-activity #list-wrapper-next {
    margin-bottom: -21px;
}

#page-dynamic .list-wrapper,
#page-abroad-trend .list-wrapper {
    margin-top: -20px;
}

.mobile #page-dynamic .list-wrapper,
.mobile #page-abroad-trend .list-wrapper {
    margin-top: 0;
}

.list-tit {
    font-size: 22px;
    color: #188dc8;
    font-weight: bold;
}

.mobile .list-tit {
    display: none;
}

.list-tit-wrapper {
    overflow: hidden;
    position: relative;
}

.list-tit-wrapper .list-tit {
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 95px;
}

.mobile #page-activity .list-tit {
    display: block;
    float: none;
    width: auto;
    background: #eee;
    margin-top: 20px;
    border: none;
    border-top: 1px solid #ddd;
    font-size: 18px;
}

.list-tit-wrapper .list-tit-small {
    float: left;
    position: absolute;
    left: 105px;
    bottom: -1px;
    right: 0;
    border-top: 1px solid #ccc;
    background: #fff;
    color: #666;
}

.mobile #page-activity .list-tit-small {
    display: none;
}

.mobile .thumb-list {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.thumb-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.mobile .thumb-item {
    padding-top: 30px;
    position: relative;
    margin-top: 20px;
}

.mobile #page-dynamic .thumb-item,
.mobile #page-abroad-trend .thumb-item {
    padding-top: 20px;
    margin-top: 0;
}

.thumb-img {
    float: left;
    width: 28%;
    overflow: hidden;
}

.mobile .thumb-img {
    width: 40%;
    color: #fff;
}

.thumb-img img {
    width: 100%;
    transition: all 1s;
}

.thumb-content {
    width: 67%;
    margin-left: 33%;
}

.mobile .thumb-content {
    width: 58%;
    margin-left: 42%;
}

.thumb-tit {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
}

.mobile .thumb-tit {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.thumb-author {
    color: #999;
    font-size: 16px;
    margin-bottom: 16px;
}

.thumb-abt {
    margin-bottom: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    max-height: 3em;
    overflow: hidden;
}

.mobile .thumb-abt {
    margin-top: 5px;
    font-size: 16px;
    color: #999;
    max-height: 4.5em;
}

.thumb-info {
    font-size: 12px;
    color: #999;
    margin-bottom: 16px;
}

.thumb-info:last-child {
    margin-bottom: 0;
}

.thumb-info span {
    display: inline-block;
    margin-right: 2em;
}

.thumb-download {
    display: inline-block;
}

.thumb-download:before {
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('http://www.newsres.cn/zhiku/static/img/icon_download.png') no-repeat left center;
    margin-right: 5px;
    line-height: 16px;
}

.thumb-download a {
    color: #188dc8;
    line-height: 16px;
    font-size: 14px;
}

.thumb-download a:hover {
    color: #133d93;
}

.mobile .thumb-author,
.mobile .thumb-info,
.thumb-download {
    display: none;
}


/*---------- 照片获得焦点效果 ----------*/

.thumb-item:hover img,
.grid-thumb-item:hover img,
.gird-thumb-1:hover img {
    transform: scale(1.2, 1.2);
}


/*--------- 更多按钮 ----------*/

.more-wrapper {
    position: relative;
    background: #fff;
    overflow: hidden;
    margin-top: 10px;
}

.more-btn {
    display: block;
    width: 300px;
    text-align: center;
    line-height: 3;
    background: #dcdcdc;
    margin: 20px auto;
}


/*---------- 侧边栏 ----------*/

.side-tit {
    border-left: 4px solid #188dc8;
    margin-left: -30px;
    text-indent: 26px;
    font-size: 18px;
}

.side-list {
    margin-top: 20px;
}

.side-item {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}

.side-item:last-child {
    border-bottom-color: transparent;
}

.side-item h4 {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.side-item img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.side-section {
    background-color: #fafafa;
    padding: 20px 30px;
}

.side-section+.side-section {
    margin-top: 40px;
}

#page-issues-analysis .side-section,
#page-issues-report .side-section {
    padding-bottom: 0;
}

#page-issues-analysis .side-section.stickup,
#page-issues-report .side-section.stickup {
    margin-top: 0;
    padding-top: 0;
}

#page-issues-analysis .side-section.stickup .side-list,
#page-issues-report .side-section.stickup .side-list {
    border-top: 1px dotted #ccc;
    margin-top: 0;
}

#page-issues-analysis .side-section.stickup-active .side-list,
#page-issues-report .side-section.stickup-active .side-list {
    border-top: 1px dotted transparent;
    margin-top: 0;
}

#section-cartoon img {
    margin-bottom: 0;
}

#section-cartoon .side-list {
    position: relative;
}

#section-expert .thumb-img {
    width: 35%;
}

#section-expert .thumb-content {
    width: 60%;
    margin-left: 40%;
}

#section-expert .thumb-tit {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

#section-expert .thumb-author {
    font-size: 12px;
    margin: 0;
}

#section-expert .thumb-item {
    padding: 10px 10px;
    margin-left: -10px;
    margin-right: -10px;
    border: 0;
    transition: background-color 0.3s;
}

#section-expert .thumb-item:hover {
    background-color: #eee;
}


/*---------- stickUp ----------*/

.stickup.side-section.stickup-active {
    position: fixed;
    top: 78px;
    margin-top: 0;
    width: 280px;
}

.stickup.list-tit-wrapper.stickup-active {
    position: fixed;
    top: 78px;
    background: #fff;
    width: 815px;
}


/*---------- orglist-wrapper ----------*/

.orglist-wrapper {
    padding-bottom: 40px;
}

.orglist-wrapper h3 {
    font-size: 20px;
    line-height: 2;
    background-color: #eee;
    padding: 0 12px;
    margin-bottom: 20px;
    font-weight: bold;
}

.orglist-wrapper h4 {
    font-size: 18px;
    line-height: 2;
    margin: 1em 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #666;
}

.mobile .orglist-wrapper h4 {
    font-size: 16px;
}

.orglist-wrapper ul {
    margin: 10px 12px 20px;
    overflow: hidden;
}

.orglist-wrapper ul li {
    line-height: 2;
    float: left;
    width: 50%;
}

.orglist-wrapper ul li a {
    color: #666;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
}

.orglist-wrapper ul li a:hover {
    color: #000;
    border-bottom-color: #000;
}

.orglist-wrapper ul.orglist-column-3 li {
    width: 33.333333%;
}

.orglist-wrapper ul.orglist-column-1 li {
    float: none;
    width: 100%;
}

.mobile .orglist-wrapper ul li {
    float: none;
    width: 100%;
}