/*搜索框*/

nav {
    margin-top: 24px !important;
    height: 291px;
    background: no-repeat url("../image/bg.png");
    background-size: cover;
}

.bgBox {
    position: relative;
}

.bgBox .title {
    margin: 59px auto 0;
    width: 240px;
    height: 53px;
    font-size: 40px;
    font-weight: bold;
    color: #333940;
    line-height: 47px;
}

.bgBox .searchBox {
    display: flex;
    align-items: center;
    width: 576px;
    height: 58px;
    margin: 17px auto 0;
    background: #FFFFFF;
    opacity: 1;
}

.bgBox input {
    font-size: 16px;
    width: 442px;
    height: 56px;
    border: none;
    outline: none;
    text-indent: 24px;
}

.bgBox input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.bgBox .searchBox .delBtn {
    position: relative;
    margin: 0 14px 0 8px;
    width: 20px;
    height: 20px;
    color: #FFFFFF;
    cursor: pointer;
}

.leftBox .searchCity .delBtn {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.bgBox .searchBox .delBtn:hover,
.leftBox .searchCity .delBtn:hover {
    opacity: 0.5;
}

.bgBox .searchBox .delBtn.active {
    visibility: visible;
}

.bgBox .searchBox .delBtn:not(.active) {
    visibility: hidden;
}

.bgBox .searchBox .delBtn img {
    width: 24px;
    height: 24px;
}

.leftBox .searchCity .delBtn.active {
    visibility: visible;
}

.leftBox .searchCity .delBtn:not(.active) {
    visibility: hidden;
}

.leftBox .searchCity .delBtn img {
    width: 16px;
    height: 16px;
}

.bgBox button {
    margin-right: 16px;
    width: 72px;
    height: 38px;
    background: #D02A33;
    border: none;
    border-radius: 2px 2px 2px 2px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    cursor: pointer;
}

.bgBox button:hover {
    background: #B6272F;
}

.bgBox .desc {
    margin: 15px auto 0;
    width: 386px;
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #333940;
    line-height: 24px;
}


/*中部*/

main {
    margin-top: 24px !important;
    margin-bottom: 50px !important;
    display: flex;
}


/* 左边栏 地区 */

.leftBox {
    width: 307px;
    opacity: 1;
}

.region {
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    width: 307px;
    height: 625px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
}

.leftBox .title {
    width: 64px;
    height: 21px;
    font-size: 16px;
    font-weight: bold;
    color: #333940;
    line-height: 19px;
}

.searchCity {
    display: flex;
    align-items: center;
    margin-top: 24px;
    width: 259px;
    height: 36px;
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid #EEEEEE;
}

.loupe {
    width: 16px;
    height: 16px;
    margin-left: 16px;
    margin-right: 8px;
    background: no-repeat url("../image/loupe.png");
    background-size: cover;
    cursor: pointer;
}

.searchCity input {
    width: 187px;
    height: 34px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.regionBox {
    flex: 1;
    margin-top: 16px;
}

.regionBox.active {
    display: flex;
}

.regionBox:not(.active) {
    display: none;
}

.regionUl li {
    margin-right: 11px;
    float: left;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 79px;
    height: 34px;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-size: 14px;
}

.regionUl li:nth-child(3n) {
    margin-right: 0;
}

.regionUl li:hover {
    background: #F0DADA;
}

.regionUl li.active {
    background: rgba(182, 39, 47, 0.05);
    color: #B6272F;
}

.regionUl li.active:hover{
    background: #F0DADA;
}

/*海报*/

.poster {
    margin-top: 24px;
    padding: 32px 50px 24px;
    width: 307px;
    background: linear-gradient(180deg, #D6D7DD 0%, #F2F3F6 19%, #E8E9ED 40%, #E3E5E9 65%, #CACDD4 100%);
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    font-weight: 400;
    color: #333940;
}

.poster .text1 {
    height: 25px;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 5px;
}

.poster .text2 {
    margin-top: 4px;
    height: 25px;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 5px;
}

.poster .text2 span {
    font-weight: bolder;
}

.poster .text3 {
    margin-top: 16px;
    height: 18px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 7px;
}

.poster .imgBox {
    margin-top: 16px;
    width: 198px;
    height: 164px;
    background: no-repeat url("../image/poster.png");
    background-size: cover;
}

.poster .device {
    margin: 12px auto 0;
    width: 168px;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 4px 9px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #CCCCCC;
}

.device .computer {
    width: 24px;
    height: 24px;
    background: no-repeat url("../image/computer.png");
    background-size: cover;
}

.device .phone {
    width: 24px;
    height: 24px;
    background: no-repeat url("../image/phone.png");
    background-size: cover;
}

.device span:last-child {
    margin-left: 8px;
    font-weight: bolder;
}

.poster .linkMore {
    margin: 16px auto 0;
    width: 112px;
    height: 34px;
    background: #D02A33;
    border-radius: 2px 2px 2px 2px;
}

.poster .linkMore:hover {
    background: #B6272F;
}

.poster .linkMore a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 34px;
    color: #FFFFFF;
}

.poster .text4 {
    margin-top: 16px;
    height: 15px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
}


/* 右边栏 数字报 */

.rightBox {
    flex: 1;
    margin-left: 24px;
}

.rightBox .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
}

.rightBox .top ul {}

.rightBox .top ul li {
    float: left;
    margin-right: 18px;
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}

.rightBox .top ul li a {
    color: #999999;
}

.rightBox .top ul li:nth-child(1):hover a,
.rightBox .top ul li:nth-child(3):hover a {
    color: #B6272F;
}

.rightBox .top ul li:nth-child(1) {
    position: relative;
}

.rightBox .top ul li:nth-child(1):hover {
    color: #B6272F;
}

.rightBox .top ul li:nth-child(1) a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.rightBox .top ul li:last-child{
    color: #333940;
}


/* 按首字母 按发行类别 */

.information,
.introduction {
    margin-top: 34px;
    padding: 20px 18px;
    text-align: left;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
}

.information .title,
.introduction .title {
    display: flex;
    align-items: center;
    height: 21px;
    font-size: 16px;
    font-weight: bold;
    color: #333940;
    line-height: 19px;
    border-left: 4px solid #B6272F;
    padding: 12px;
}

.information .title .titleLeft,
.introduction .title .titleLeft {
    font-size: 16px;
    font-weight: bold;
    color: #333940;
    line-height: 19px;
}

.information .titleRight,
.introduction .titleRight {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background: #F8F8F8;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
}

.information .titleRight:hover,
.introduction .titleRight:hover {
    background: rgba(0, 0, 0, 0.05);
}

.information .titleRight span,
.introduction .titleRight span {
    width: 0;
    height: 0;
    border-top: 8px transparent dashed;
    border-left: 8px transparent dashed;
    border-right: 8px transparent dashed;
    border-bottom: 8px #999999 solid;
    overflow: hidden;
}

.introduction-content {
    margin-top: 13px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
}

.information-content {
    display: flex;
    justify-content: left;
    margin-top: 24px;
}

.information-content .imgBox {
    width: 228px;
    height: 324px;
    background-size: cover;
}

.information-content .imgBox img {
    width: 100%;
    height: 100%;
}

.information-content .imgBox-default {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1eff2;
    border: 1px solid rgba(0,0,0,0.04);
}

.information-content .imgBox-default .imgBox-default-background {
    padding: 25px;
    width: 218px;
    height: 196px;
    background-image: url('/newspapers/image/imgBox_default.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.information-content .imgBox-default .imgBox-default-background .newspaper-title {
    display: flex;
    align-items: center;
    height: 40px;
}

.information-content .imgBox-default .imgBox-default-background span {
    display: inline-block;
    height: 100%;
    width: 100%;
    font-size: 15px;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: 700;
    color: rgba(0,0,0,0.8);
    line-height: 18px;
}

.information-content .informationBox {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.informationBox .left li {
    margin-left: 24px;
    margin-bottom: 16px;
    max-width: 84px;
    height: 18px;
    color: #999999;
    cursor: initial;
}

.informationBox .right li {
    font-size: 14px;
    color: #333940;
    height: 18px;
    margin-bottom: 16px;
    cursor: initial;
}

.informationBox .right li a {
    color: #333940;
}

.information-content .QRcode {
    display: none;
    margin-left: 24px;
    width: 214px;
    height: 391px;
    background: url("../image/information-bg.png");
    background-size: cover;
    text-align: center;
}

.QRcode .topLogo {
    margin-top: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.QRcode .topLogo img {
    width: 29px;
    height: 17px;
}

.QRcode .topLogo span {
    margin-left: 3px;
    font-size: 16px;
    font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;
    font-weight: bold;
    color: #333940;
    line-height: 19px;
}

.QRcode .text1,
.QRcode .text2 {
    font-size: 14px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #333940;
    line-height: 16px;
    letter-spacing: 3px;
}

.QRcode .text1 {
    margin-top: 16px;
}

.QRcode .text2 {
    margin-top: 4px;
}

.QRcode .text2 span {
    font-weight: bolder;
}

.QRcode .code {
    margin-top: 23px;
}

.QRcode .linkRead {
    margin: 20px auto 0;
    max-width: 112px;
    height: 34px;
}

.QRcode .linkMake {
    margin: 12px auto 0;
    max-width: 112px;
    height: 34px;
}

.QRcode .linkRead a,
.QRcode .linkMake a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    border-radius: 2px 2px 2px 2px;
    line-height: 34px;
}

.QRcode .linkRead a {
    color: #5E3D0C;
    background: linear-gradient(175deg, #FFF6E7 0%, #FFE6C0 100%);
}

.QRcode .linkMake a {
    color: #FFFFFF;
    background: linear-gradient(180deg, #53A2FF 0%, #077AFE 100%);
}

.QRcode .linkRead a:hover {
    background: linear-gradient(175deg, #FFF6E7 0%, #FFE6C0 100%) rgba(0, 0, 0, 0.5);
}

.QRcode .linkMake a:hover {
    background: linear-gradient(180deg, #53A2FF 0%, #077AFE 100%) rgba(0, 0, 0, 0.1);
}

.QRcode .bottom {
    margin-top: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    letter-spacing: 1px;
}


/* 底部提示框 */

.tips {
    margin-top: 24px;
    padding: 16px 20px;
    text-align: left;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
}


/*搜索结果为空*/

.leftBox .emptyBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 561px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
}

.leftBox .emptyBox.active {
    visibility: visible;
}

.leftBox .emptyBox:not(.active) {
    visibility: hidden;
}

.leftBox .emptyBox img {
    width: 181px;
    height: 110px;
}

.leftBox .emptyBox > span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    color: #999999;
    line-height: 14px;
}

/* width:1080px  */

@media (max-width: 1080px) {
    .navBox span {
        margin: 0 21px;
    }
}