﻿/*首页 css*/
/*首页logo区域*/
.logoMain {
    width: auto;
    height: 100px;
    box-shadow: 4px 4px 10px #999;
    background: url(../../img/home/header_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.logoInfo {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.logoImgMain {
    float: left;
    width: 50%;
    height: 100%;
    float: left;
    /*border: 1px solid black;*/
}

.logoImgOut {
    float: left;
    width: auto;
    height: 100%;
    position: relative;
}

#firstLogo {
    width: 195px;
}

#firstText {
    width: 179px;
}

.logoImgMain .logoImgOut img {
    width: auto;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

.logoImg {
    height: 50px;
}

.logoText {
    height: 32px;
}

/*首页内容区域*/
.homeMainOut {
    width: 100%;
    height: auto;
    min-height: 820px;
    margin-bottom: 36px;
}

.homeMainInfo {
    width: 1200px;
    height: auto;
    min-height: 820px;
    margin: 0 auto;
    padding-top: 26px;
}

.homeMainInfo .newpaperShow,
.homeMainInfo .newpaperFunction,
.homeMainInfo .newpaperInfo {
    min-height: 792px;
    /*border: 1px solid black;*/
}

/*电子报 详情区域*/
.newpaperShow {
    width: 500px;
    float: left;
}

.newspaperInfo {
    width: 100%;
    height: auto;
    min-height: 746px;
    text-align: center;
    line-height: 784px;
    background: url(../../img/home/banmian_bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 16px;
    cursor: pointer;
}

.newspaperInfoNum {
    width: 100%;
    height: auto;
    min-height: 30px;
}

.banmian_switch {
    width: 100%;
}

.switch_item {
    user-select: none;
    float: left;
    width: 63px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    color: #333;
    margin-right: 10px;
    background: url(../../img/home/ban.png) no-repeat 0 0;
    background-size: contain;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 3px;
}

.switch_item.full_screen {
    background: none;
    line-height: 26px;
    float: right;
    margin-right: 5px;

}

.switch_item.full_screen:hover {
    background: #f58a75;
    color: #fff;
}

.switch_item i img {
    /*line-height: 26px;*/
    /*border: 1px solid red;*/
    vertical-align: middle;
}

.switch_item.active {
    color: #da4326;
    border-bottom: 1.5px solid #da4326;
    border-radius: 3px;
}

/*电子报 功能区域*/
.newpaperFunction {
    width: 684px;
    float: right;
}

.newpaperTime {
    width: 100%;
    height: auto;
    min-height: 300px;
    padding-top: 34px;
    margin-bottom: 20px;
    /*border: 1px solid black;*/
}

.newpaperList {
    width: 100%;
    height: auto;
    min-height: 435px;
    position: relative;
    /*border: 1px solid black;*/
}

.newspaperDate {
    float: left;
    width: 337px;
    height: 301px;
    position: relative;
    /*border: 1px solid black;*/

}

.newspaperTit {
    float: right;
    width: 337px;
    height: 301px;
    position: relative;
    /*border: 1px solid black;*/
}

.titInfo {
    width: 100%;
    height: 39px;
    padding-left: 10px;
    background: url(../../img/home/title_bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 2px;
}

.titInfoList {
    background: url(../../img/home/tit_bg2.png) no-repeat left;
}

.titInfo .titInfoName {
    float: left;
    line-height: 37px;
    font-size: 16px;
    color: #fff;
}

.titInfoMain {
    width: 100%;
    /*height: auto;*/
    height: 258px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    box-shadow: 2px 2px 5px #d6d1cd;
    position: absolute;
    padding-bottom: 23px;
    padding-top: 10px;
    z-index: 1;
}

#newspaperInfo {
    height: 258px;
    overflow: hidden;
    overflow-y: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.catalogue_list_item {
    float: left;
    width: 50%;
    /*height: 28px;*/
    line-height: 28px;
    /*border: 1px solid black;*/
    padding-left: 12px;
    padding-right: 15px;
    cursor: pointer;


}

.catalogue_list_item:hover {
    text-decoration: underline;
}

.line {
    width: 100px;
    white-space: break-spaces;
}

.titInfoMainList {
    height: 396px;
    overflow: hidden;
    overflow-y: auto;
    padding: 25px 14px 13px 14px;
}

.titInfoMainList span {
    width: 96%;
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
}

.titInfoMainList span span {
    content: "";
    position: absolute;
    top: 8px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #da4225;
}

.titInfoMainList span a {
    display: inline-block;
    width: 105%;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    padding-left: 14px;
    cursor: pointer;
}

.titInfoInputBox {
    width: 62%;
    height: 35px;
    float: right;
    padding-top: 4px;
}

.titInfoInput {
    width: 100%;
    height: 31px;
    float: right;
    border: 1px solid #999;

}

.titInfoInput input {
    float: left;
    width: 85%;
    height: 28px;
    padding: 6px;
    border: none;
    /*border: 1px solid red;*/

}

.titInfoInput div {
    float: right;
    width: 15%;
    height: 28px;
    /*background: url("../../img/home/headersch.png") no-repeat center;*/
    /*background-size: 30px;*/
    cursor: pointer;
    /*border: 1px solid red;*/
    position: relative;

}

.titInfoInput div img {
    width: 30px;
    height: 25px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ellipsis:hover {
    text-decoration: underline;
}

/*电子报 详情区域*/
.newpaperInfo {
    width: 684px;
    display: none;
    float: right;
    height: 792px;
    /*border: 1px solid black;*/

}

.newpaperInfoTop {
    width: 100%;
    height: 40px;
    line-height: 40px;
    /*border: 1px solid black;*/
}

.newpaperInfoTop span {
    font-size: 14px;
    cursor: pointer;
    color: #333;
    float: left;
    height: 40px;
    line-height: 40px;
}

.newpaperInfoTop .font-set {
    float: right;
    font-size: 15px;
    color: #333;
}

.article_tit {
    color: #333;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 10px;
    /*   white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    word-break: break-all;
    margin-top: 10px;

}

.article_p {
    text-indent: unset;
    text-align: center;
    margin-bottom: 30px;
}

.sub_tit {
    color: #999;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    /* margin-left: 20px; */
}

.content_text_out {
    width: 100%;
    height: 650px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
}

.content_text {
    width: 100%;
    height: auto;
    text-indent: 32px;
    line-height: 30px;
    font-size: 16px;
}

.content_text p {
    text-indent: 32px;
    line-height: 30px;
    font-size: 16px;
}

.modal {
    text-align: center;
    position: fixed !important;
    height: auto !important;
}

.modal-dialog {
    background: #fff !important;
}

.layui-laydate-main {
    width: 334px !important;
}

.layui-laydate-content td,
.layui-laydate-content th {
    width: 45px !important;
    height: 27px !important;
}

#demo {
    margin-top: -11px;
}

.layui-laydate .layui-this {
    background-color: red !important;
}

.laydate-set-ym {
    margin-bottom: 11px !important;
}

.content_text_out .content_text .ts {
    text-align: left;
    color: #999;
    font-size: 14px;
    display: block;
    width: 410px;
    margin: 0 auto;
    text-indent: 2em;
}

.content_text_out .content_text img {
    display: block;
    margin: auto;
    max-width: 80%;
    margin-bottom: 10px;
    width: 400px;
}

.article_yt {
    display: none;
    font-size: 18px;
    color: #333;
    line-height: 32px;
    text-align: center;
    margin-bottom: 10px;
    /*     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    word-break: break-all;
}

.article_fb {
    display: none;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
    /*  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    word-break: break-all;
}

.ml20 {
    margin-left: 20px;
}

/*!*首页底部 信息区域*!*/
/*.homeFooter{*/
/*    width: 100%;*/
/*    height: auto;*/
/*    min-height: 190px;*/
/*    border-top: 3px solid #da4225;*/
/*}*/
/*.homeFooterInfo{*/
/*    width: 1200px;*/
/*    padding: 20px;*/
/*    margin: 0 auto;*/
/*}*/
/*.homeFooterInfo p{*/
/*    line-height: 30px;*/
/*}*/
/*.homeFooterTit{*/
/*    text-align: center;*/
/*}*/
/*.homeFooterTxt{*/
/*    text-indent: 2em;*/
/*}*/

/*.switch_item:hover {*/
/*    background: #f58a75;*/
/*    color: #fff;*/
/*}*/
/*#bm_src{*/
/*    width: 480px;*/
/*    height: 746px;*/
/*}*/
.oh {
    overflow: hidden;
}

.gofull {
    overflow-y: auto;
    width: 100%;
    display: block;
}

.modal-backdrop {
    display: none;
}

.cancleFullsen {
    display: none;
    color: red;
    font-size: 16px;
    position: fixed;
    top: 100px;
    right: 100px;
    z-index: 9999;
    cursor: pointer;
}

.fullscreen_bm img {
    max-width: 100%;
}

/* 参评第三十二届中国新闻奖作品公示 */
.essjxwhjzp {
    position: relative;
    position: fixed;
    left: 0;
    bottom: 250px;
}

.essjxwhjzp img {
    width: 80px;
    cursor: pointer;
}

.essjxwhjzp_close {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../../img/home/close.png) no-repeat center;
    background-size: 10px 10px;
    top: 0px;
    right: 0px;
    z-index: 9;
    border: 1px solid #000;
    border-radius: 50%;
    opacity: .8;
    cursor: pointer;
}

.close_con {
    position: absolute;
    display: none;
    width: 40px;
    height: 40px;
    top: -17px;
    right: -17px;
}

.essjxwhjzp:hover .close_con {
    display: block;
}