/* header部分样式 */


/* #region */

.header .header-content,
.main .main-container {
    width: 1380px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.header {
    width: 100%;
    height: 80px;
    background-color: #fcfdfd;
    border-bottom: 1px solid #f2f2f2;
}

.header a {
    color: #333333;
}

.header .header-logo {
    width: 100px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header .header-logo img {
    width: 100%;
    height: 100%;
}

.header ul {
    width: 65%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 124px;
}

.header ul li a {
    color: #000;
}

.header ul li a:hover,
.header .header-right .index a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.header .header-right {
    width: 18%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.header .header-right .city {
    width: 100px;
    height: 32px;
    display: flex;
}

.header .header-right .city .left {
    width: 70px;
    height: 100%;
    background-color: #f2f2f2;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .header-right .city .right {
    width: 30px;
    height: 100%;
    background-color: #ff6600;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .header-right .city img {
    width: 12px;
    height: 8px;
}

.header .header-right .download a {
    color: #ff6600;
}


/* #endregion */


/* main部分样式 */


/* 导航 */


/* #region */

.main-nav {
    width: 100%;
    height: 50px;
    margin-top: 25px;
    background-color: #333333;
    display: flex;
    align-items: center;
}

.main-nav li {
    width: 10%;
    text-align: center;
    padding-bottom: 4px;
}

.main-nav li.sitename {
    width: auto !important;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100px;
}

.main-nav li.sitename a {
    color: #fff;
    font-size: 20px;
}

.main-nav li:first-child {
    width: 120px;
    height: calc(100% - 4px);
    background-color: #fb531c;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-nav a {
    color: #dbdbdb;
}

.main-nav a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.main-nav a img {
    width: 78px;
    height: 26px;
    margin-top: 5px;
}


/* #endregion */


/* 搜索 */


/* #region */

.main-search {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.main-search .left {
    font-size: 26px;
    margin: 0 30px 0 20px;
    color: #666666;
}

.main-search .right {
    width: 674px;
    height: 100%;
    position: relative;
}

.main-search .right form {
    width: 100%;
    height: 100%;
}

.main-search .right .search-input {
    width: calc(100% - 40px);
    height: 100%;
    padding: 0 20px;
    border: 1px solid #666666;
    border-radius: 12px;
}

.main-search .right img,
.main-search .right .search-submit {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
}

.main-search .right .search-submit {
    width: 50px;
    height: 100%;
    z-index: 1;
    right: 0;
    background-color: transparent;
}


/* #endregion */


/* 主体内容样式 */


/* 主体左侧top */


/* #region */

.main-content {
    width: 100%;
    margin-top: 30px;
    display: flex;
}

.main-left-top,
.main-catalog,
.article-content,
.main-recommend,
.rmtjnei {
    border-radius: 6px;
    background-color: #fff;
}

.main-left {
    width: 990px;
    margin-right: 30px;
}

.main-left .main-left-top {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 40px;
    position: relative;
}

.main-left-top .top-breadcrumb {
    display: flex;
    color: #444444;
    line-height: 19px;
    font-size: 12px;
}

.main-left-top .top-breadcrumb a {
    font-size: 12px;
    color: #444444;
    margin: 0 2px;
}

.main-left-top .top-breadcrumb span {
    color: #444444;
    margin: 0 2px;
}

.main-left-top .top-breadcrumb a:hover {
    color: red;
    text-decoration: underline;
}

.main-left-top .top-title {
    font-size: 30px;
    font-weight: 700;
    margin-top: 25px;
    width: 700px;
}

.main-left-top .top-time {
    margin-top: 20px;
}

.main-left-top .top-time span {
    font-size: 14px;
    color: #999999;
    margin-right: 12px;
}

.main-left-top .top-time a {
    font-size: 14px;
    color: #2f80ed;
}

.main-left-top .top-time a:hover {
    text-decoration: underline;
}

.main-left-top .download {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    display: flex;
    cursor: pointer;
}

.main-left-top .download img {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.main-left-top .download a {
    font-size: 18px;
    color: #2f80ed;
    font-weight: 700;
}

.main-left-bottom {
    width: 100%;
    margin-top: 30px;
    display: flex;
}

.main-left-bottom .main-catalog {
    width: 120px;
    min-height: 635px;
    margin-right: 30px;
    text-align: center;
    font-size: 14px;
}

.main-left-bottom .main-article {
    width: calc(100% - 150px);
}

.main-left-bottom .article-content,
.main-recommend,
.rmtjnei {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 28px;
}

.no-bottom-padding {
    padding-bottom: 0;
}


/* #endregion */


/* 左侧目录样式 */


/* #region */

.main-left-bottom .main-catalog .title {
    width: 100%;
    padding: 14px 0 6px 0;
    position: relative;
}

.main-left-bottom .main-catalog .title::after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #bdbdbd;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.main-left-bottom .main-catalog .catelog-item {
    margin: 12px 0;
    cursor: pointer;
}

.main-left-bottom .main-catalog .catelog-item a {
    color: inherit;
    font-size: inherit;
}

.main-left-bottom .main-catalog .share {
    margin-top: 24px;
}

.social-share {
    margin: 20px 0;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


/* #endregion */


/* 文章部分样式 */


/* #region */

.article-panel {
    width: 100%;
    margin-top: 42px;
    color: #404040;
}

.tabBody h2,
.article-panel .title,
.main-recommend .title {
    font-weight: 700;
    padding: 6px 0;
    border-bottom: 2px solid #404040;
    font-size: 16px;
}

.article-content p,
.article-panel p {
    margin: 16px 0;
    line-height: 32px;
}

.article-content table{
	word-break: break-all;
}

.article-content table,
.article-content img { max-width:100%;}

.article-content .strong .article-panel .strong {
    font-weight: 700;
}

.article-panel .light {
    font-weight: 700;
    color: #d6370f;
}

.article-content a,
.article-panel a {
    color: #2f80ed;
}

.article-content a:hover,
.article-panel a:hover {
    text-decoration: underline;
}


/* #endregion */


/* 轮播图样式 */


/* #region */

.carousel {
    width: 550px;
    margin: 0 auto;
    border-radius: 12px;
}

.carousel img {
    width: 100%;
    height: 100%;
}

.carousel .el-carousel__button {
    width: 7px;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.carousel .is-active .el-carousel__button {
    width: 14.5px;
    height: 5.5px;
    border-radius: 20px;
    background-color: #1250a5;
}


/* #endregion */


/* 相关推荐样式 */


/* #region */

.main-recommend {
    margin-top: 30px;
}

.main-recommend .title a {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    margin: 0 0 0 16px;
}

.main-recommend .title a:hover {
    color: #ff6600;
}

.main-recommend .recommend-content {
    width: 100%;
    margin-top: 16px;
}

.main-recommend .recommend-content .list {
    overflow: hidden;
    line-height: 30px;
}

.main-recommend .recommend-content .list li p {
    display: none;
}

.main-recommend .recommend-content .list li {
    width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    float: left;
}

.main-recommend .recommend-content .list li::before,
.main-right .content-panel .list li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fb531c;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.main-recommend .recommend-content .list a {
    margin-left: 16px;
    font-size: 14px;
    color: #404040;
}

.main-recommend .recommend-content .list a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.main-recommend .recommend-content .pagination-next {
    display: block;
    margin-top: 16px;
    overflow: hidden;
    clear: both;
}

.main-recommend .recommend-content .pagination-next li {
    width: 358px;
    height: 40px;
    background-color: #fff7f4;
    box-sizing: border-box;
    padding-left: 24px;
    font-size: 13px;
    color: #666666;
    position: relative;
    float: left;
    margin: 0 15px 0 1px;
    line-height: 40px;
    overflow: hidden;
}

.main-recommend .recommend-content .pagination-next a {
    font-size: 13px;
    color: #666666;
    margin-left: 0;
}

.main-recommend .recommend-content .pagination-next li::before {
    content: '';
    width: 8px;
    height: 100%;
    background-color: #fb531c;
    position: absolute;
    left: 0;
}

.main-recommend .recommend-list {
    width: 100%;
}

.main-recommend .recommend-list li {
    width: 100%;
    height: 90px;
    margin-top: 15px;
    position: relative;
    border-bottom: 1px solid #ececec;
}

.main-recommend .recommend-list li:last-child {
    border-bottom: none;
}

.main-recommend .recommend-list li .list-title a {
    font-size: 18px;
    color: #404040;
    line-height: 30px;
}

.main-recommend .recommend-list li .list-title a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.main-recommend .recommend-list li .source,
.main-recommend .recommend-list li .time {
    font-size: 12px;
    color: #999999;
    position: absolute;
    left: 0;
    bottom: 16px;
}

.main-recommend .recommend-list li .time {
    left: unset;
    right: 0;
}

.rmtjnei {
    margin-top: 30px;
}

.rmtjnei .guess_title span {
    font-weight: 700;
    padding: 6px 0;
    border-bottom: 2px solid #404040;
    display: block;
}

.rmtjnei .tjnewsrcontent {
    width: 100%;
}

.rmtjnei .tjnewsrcontent li {
    width: 100%;
    height: 90px;
    margin-top: 15px;
    position: relative;
    border-bottom: 1px solid #ececec;
}

.rmtjnei .tjnewsrcontent li:last-child {
    border-bottom: none;
}

.rmtjnei .tjnewsrcontent li h3 a {
    font-size: 18px;
    color: #404040;
    line-height: 30px;
    font-weight: normal;
}

.rmtjnei .tjnewsrcontent li .h3 a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.rmtjnei .tjnewsrcontent li i,
.rmtjnei .tjnewsrcontent li span {
    font-size: 12px;
    color: #999999;
    position: absolute;
    left: 0;
    bottom: 16px;
    font-style: normal;
}

.rmtjnei .tjnewsrcontent li i {
    left: unset;
    right: 0;
}

.statement {
    width: 100%;
    color: #999999;
    font-size: 14px;
    margin: 30px 0;
    line-height: 20px;
}


/* #endregion */


/* 右侧内容样式 */


/* #region */

.main-right {
    width: calc(100% - 1020px);
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 24px;
}

.main-right .download {
    display: flex;
    margin: 48px 0 35px 0;
}

.main-right .download .text {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.main-right .download img {
    width: 40px;
    height: 40px;
}

.main-right .download a {
    font-size: 12px;
    color: #666666;
}

.main-right .download a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.main-right .content-panel {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    border-top: 1px solid #ececec;
}

.main-right .content-panel .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    color: #404040;
    position: relative;
}

.main-right .content-panel .title::before {
    content: '';
    width: 8px;
    height: 24px;
    background-color: #fb531c;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
}

.main-right .content-panel .img-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-right .content-panel .img-list li {
    width: 46.5%;
}

.main-right .content-panel .img-list li img {
    width: 100%;
    height: 105px;
    margin-top: 8px;
}

.main-right .content-panel .img-list li a,
.main-right .content-panel .num-list li a,
.main-right .content-panel .list li a {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.main-right .content-panel .img-list li a:hover,
.main-right .content-panel .num-list li a:hover,
.main-right .content-panel .list li a:hover {
    color: #ff6600;
}

.main-right .content-panel .img-list li .list-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-right .content-panel .num-list {
    margin-top: 8px;
}

.main-right .content-panel .num-list li,
.main-right .content-panel .list li {
    display: flex;
    align-items: center;
}

.main-right .content-panel .num-list li a,
.main-right .content-panel .list li a {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-right .content-panel .num-list img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

.main-right .content-panel .list li {
    padding-left: 16px;
    position: relative;
}


/* #endregion */


/* 导航 */


/* #region */


/* #endregion */

.to-top {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: fixed;
    right: 12%;
    bottom: 6%;
}

.to-top-enter {
    opacity: 0;
}

.to-top-enter-active {
    transition: opacity 1s;
}

.to-top-leave-to {
    opacity: 0;
}

.to-top-leave-active {
    transition: opacity 1s;
}


/*兼容旧模板样式*/

.yq-pic-box a {
    margin-bottom: 5px;
    display: block;
}

.yq-pic-box img {
    width: 312px;
}

.bottom {
    width: 100%;
    font-size: 12px;
    line-height: 30px;
    color: #CCCCCC !important;
    text-align: center;
    background: #666 !important;
    border-top: 1px solid #444;
    clear: both
}

.bottom a {
    color: #CCCCCC
}

.bottom a:hover {
    color: #eeeeee
}

.bottom #wxbox {
    color: #000000;
}

.view_city_index {
    text-align: right;
    clear: both;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: 0;
}

.view_city_index a {
    background: url(/favicon.ico) no-repeat left center;
    padding-left: 20px;
    line-height: 32px;
    font-size: 12px;
    display: block;
    float: right;
}

.nav-fixed {
    position: fixed;
    top: 0;
}

#export_content {
    position: fixed;
    top: 0px;
    width: 760px;
    margin-left: 180px;
    margin-right: 300px;
    padding: 24px 28px;
    line-height: 34px;
    font-size: 16px;
}

.border-box {
    border-radius: 6px;
    background-color: #FFFFFF;
}

.site-keywords {
    clear: both;
    margin: 20px auto 0 auto;
    color: #333;
}

.site-keywords a {
    clear: both;
    display: inline-block;
    font-size: 13px;
    color: #999;
    padding: 5px 8px;
}

.site-keywords a:hover {
    color: #cc0000;
}

.pagination {
    /*height: 28px;*/
    margin: 20px auto;
    /*padding-bottom: 10px;*/
    text-align: center;
    clear: both;
    overflow: hidden;
}

.pagination a {
    /*float: left;*/
    margin: 0 2px;
    border: 1px solid #444;
    background: #666;
    padding: 6px 12px;
    font-weight: bold;
    font-family: "Microsoft YaHei", "SimSun", "Arial Narrow";
    font-size: 14px;
    color: #ddd;
    display: inline-block;
}

.pagination a:hover {
    border: 1px solid #f60
}

.pagination a.active {
    color: #ffff00;
    border: 1px solid #333;
    background: #cc0000;
}

.pagination-with-title {
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;
    text-align: left;
}

.pagination-with-title h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    height: 20px;
    margin: 10px 0 10px 7px;
    border-left: 5px solid #999;
    padding: 0;
    padding-left: 9px;
    text-align: left;
}

.pagination-with-title ul li {
    font-size: 14px;
    line-height: 30px;
    float: left;
    overflow: hidden;
    width: 355px;
    height: 30px;
    margin-right: 10px;
    padding-left: 20px;
    color: #666;
    background: url(/template/v2015/images/dot.gif) no-repeat center left
}

pagination-with-title ul li a:hover {
    text-decoration: underline
}

.pagination-with-title ul li a.active {
    text-decoration: none;
    color: #f60;
}

.leading {
    clear: both;
    font-size: 16px;
    line-height: 27px;
    padding: 0px 10px;
    color: #777;
    border: 1px solid #ebeaea;
    background: url(/template/v2015/images/leading.gif);
}

@media (max-width: 1440px) {
    body,
    html,
    #app {
        min-width: 1200px;
    }
    .header .header-content,
    .main .main-container {
        width: 1200px;
    }
    .main-left {
        width: 850px;
    }
    .main-right {
        width: calc(100% - 880px);
        padding: 0 20px;
    }
    .main-right .content-panel .img-list li img {
        height: 80px;
    }
    .main-left-top .top-title {
        width: 590px;
    }
    .main-recommend .recommend-content .pagination-next li {
        width: 300px;
    }
    .pagination-with-title ul li {
        width: 286px;
    }
    .yq-pic-box img {
        width: 280px;
    }
}

#adInArticle p:first-child {
    border-top: 1px dashed rgba(255, 185, 95, 1);
    border-bottom: 1px dashed rgba(255, 185, 95, 1);
    color: rgba(51, 51, 51, 1);
    padding: 17px 0;
    font-size: 17px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
    text-align: left;
    line-height: 27px;
    letter-spacing: 0;
    margin-top: 28px;
    margin-bottom: 8px;
}

.adInArticletishi {
    position: relative;
}

.adInArticletishi p:first-child::after {
    position: absolute;
    width: 70px;
    height: 9px;
    background-image: url("/images/backtext.png");
    content: '';
    left: 0;
    top: 31px;
    opacity: 0.6;
    background-size: cover;
}

#exportToImg span {
    position: relative;
    top: -3px;
}