@charset "utf-8";
/* 把我们所有标签的内外边距清零 */
* {
    margin: 0;
    padding: 0;
    /* css3盒子模型 */
    box-sizing: border-box;
}
/* em 和 i 斜体的文字不倾斜 */
em,
i {
    font-style: normal
}
/* 去掉li 的小圆点 */
li {
    list-style: none
}

img {
    /* border 0 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */
    border: 0;
    /* 取消图片底侧有空白缝隙的问题 */
    vertical-align: middle;
    width: 100%;
    height: auto;
}
.h1, .h2, .h3, h4, h5, h6{
    margin-top: 0px;
    margin-bottom: 0px;
}
p {
    margin: 0 0 0px;
}
button {
    /* 当我们鼠标经过button 按钮的时候，鼠标变成小手 */
    cursor: pointer
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #70a8e6;
    text-decoration: none;
}
a:visited,a:link{
    text-decoration: none;
}

button,
input {
    /* "\5B8B\4F53" 就是宋体的意思 这样浏览器兼容性比较好 */
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    /* 默认有灰色边框我们需要手动去掉 */
    border: 0; 
    outline: none;
}

body {
   
}

.hide,
.none {
    display: none
}
/* 清除浮动 */
/* .clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
} */


/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

ul,ol{
    list-style-type: none;
}
.highlight{
    color:#bf0009;
}
.all_title{
    width: 100%;
    height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.all_summary{
    height: 50px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.new_list_one {
    width: 430px;
    height: 49px;
    padding: 0px;
    margin-top: 11px;
}
.new_list_one img{
    width: 100%;
    height: 100%;
}
.rightf_link_ask{
    display: none;
}
/* 弹窗样式 */
    .openModal{
        cursor: pointer;
    }
    .modal_black {
      display: none; /* 默认隐藏 */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
      justify-content: center;
      align-items: center;
      z-index: 1025;
    }

    .modal-content {
        background-color: white;
        padding: 30px;
        border-radius: 5px;
        width: 600px;
        text-align: center;
        position: absolute;
        left: 50%;
        margin-left: -300px;
        top: 20%;
        height: 400px;

    }
       .modal-content h1{
        font-size: 15px;
       }
    .modal-content p{
        margin-top:7px;
        text-align: justify;
        text-indent: 2em;
        font-size: 12px;
        line-height: 23px;
    }

    .close {
      float: right;
      cursor: pointer;
      font-size: 20px;
      position: absolute;
      right:10px;
      top:10px;
    }

.nav_on{
    background: #850b11 url(../images/nav_triagle.png) no-repeat center bottom;
    background-size: 12px 8px;
}

.center{
    width: 1200px;
    margin:0px auto;
}
.list{
    height: 70px;
    line-height: 70px;
    background:#a22e33;
    margin-bottom: 0px;
}
.father_padding {
    padding: 0px 40px 0px;
}
.top_left a:first-child, .dyg {
    width: 180px;
    height: 60px;
    line-height: 60px;
}
.top_left a:last-child, .deg .xinjia {
    width: 240px;
    height: 44px;
    display: flex;
    align-items: center;
}
.top_left a:last-child img, .deg .xinjia img {
    width: 38px;
    height: 37px;
    margin-right: 6px;
}
.top_left a:last-child .right_titles .title1, .deg .xinjia .right_titles .title1 {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 13px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: -1px;
}
.top_left a:last-child .right_titles .title2, .deg .xinjia .right_titles .title2 {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #ffffff;
    line-height: 20px;
    margin-left: -2px;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    height: 68px;
    line-height: 35px;
}
.navbar-default .navbar-nav>li>a:hover{
     background: #850b11 url(../images/nav_triagle.png) no-repeat center bottom;
    background-size: 12px 8px;
    color:#e7e7e7;
}
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 31px;
}
.list_items{
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.list_items a{
    border-bottom: 1px solid #666;
    padding:15px 0px;
    display: flex;
    flex-direction: column;
}
.list_items a:hover{
    color:#666;
}
.fenye{
    margin-bottom: 30px;
}
.list_items a .title{
    width: 100%;
    height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.list_items a .title:hover,.list_items a .content_ask:hover{
    color:#666;
}
.list_items a .content_ask {
    height: 50px;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #666666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
}
.list_items a .publish_date{
    height: 19px;
	font-family: FZXBSJW--GB1-0;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #000000;
    align-self: flex-end;
    color:#333;

}
.detail_content .title{
    height: auto;
	font-family: HarmonyOS_Sans_SC;
	font-size:23px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #303030;
    
    
}
.detail_content .author{
    height: auto;
	font-family: HarmonyOS_Sans_SC;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #787878;
    margin:20px 0px 40px 0px;
   
}
.detail_content .content_get{
     border-top: solid 1px #808080;
    font-family: HarmonyOS_Sans_SC_Medium;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #808080;
    margin-bottom: 50px;
    padding-top: 40px;
    text-align: justify;
    text-indent: 2em;
    line-height: 45px;
}
.detail_content .detail_items span{
    margin-right: 20px;
}
.book_infor{
    display: flex;
}
.book_infor .center{
    padding:0px 60px 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1202px;
	height: 395px;
	background-image: linear-gradient(
		#fff9f6, 
		#fff9f6), 
	linear-gradient(
		#faf1ec, 
		#faf1ec);
	background-blend-mode: normal, 
		normal;
}
.book_infor .center .left_two{
    display: flex;
    align-items: center;
}
.btn_red_dis.undis{
    display: block;
}

.btn_red_dis{
    display: none;
}
.btn_red_dis .senond_floor_btn{
    display: flex;
    flex-direction: column;
}
.link_not{
    width: 188px;
	height: 43px;
	background-color: #7e7e7e;
	border-radius: 10px;
	border: solid 1px #dadada;
    color:#fff;
    line-height: 43px;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Medium;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #ffffff;
    margin-bottom: 8px;
}
.link_not:hover{
    color:#fff;
}
.link_this{
    width: 188px;
	height: 43px;
	background-color: #c33831;
	border-radius: 10px;
	border: solid 1px #dadada;
    color:#fff;
    line-height: 43px;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Medium;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #ffffff;
    margin-bottom: 8px;
}
.book_left_img{
    width: 192px;
	height: 247px;
	background-color: #ffffff;
	border: solid 1px #dadada;
    padding:15px;
    margin-right: 20px;
}
.book_left_img img{
    height: 217px;
}
.book_right_infolist{
    font-family: HarmonyOS_Sans_SC;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #787878;
    line-height: 32px;
}
.book_tab{
    display: flex;
}
.book_tab_content_son1{
    display: none;
}
.book_tab_content_son1.active{
    display: block;
}
.content_body{
    margin-top: -41px;

}
.book_tab_son1{
    cursor: pointer;
    text-align: center;
     width: 175px;
	height:42px;
    line-height:42px;
}
.book_tab_son1.active{
    width: 175px;
	height:42px;
	background: url(../images/tab_active.jpg) no-repeat 0 0;
    background-size: 175px 42px;
}
.book_tab_content{
    margin-top: -27px;
    border: 1px solid #ececec;
    padding:50px;
    padding-top: 100px;
    margin-bottom: 80px;
}



.location{
    margin-bottom: 30px;
    margin-top: 30px;
}
.location strong{
    color:#850b11;
    font-weight: bold;
    margin-right: 10px;
}

footer{
    border-top: 10px solid #972222;
    height: 170px;
	background-color: #972222;
    text-align: center;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fff;
}
footer p{
    margin-bottom: 0px;
}
footer .footer_link ul{
    display: flex;
    justify-content: center;
    margin-top:45px;
}
footer a{
    color: #fff;
}
footer a:hover{
    color:#000000;
}

@media (max-width:1400px){
    .top_left a:last-child .right_titles .title1, .deg .xinjia .right_titles .title1 {
        font-family: HarmonyOS_Sans_SC_Medium;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 14px;
        letter-spacing: 2px;
        color: #ffffff;
    }
    .top_left a:last-child .right_titles .title2, .deg .xinjia .right_titles .title2 {
        font-family: HarmonyOS_Sans_SC_Medium;
        font-size: 9px;
        font-weight: normal;
        letter-spacing: 0px;
        color: #ffffff;
        line-height: 12px;
    }
    .top_left a:last-child, .deg .xinjia {
        width: 170px;
        height: 32px;
        display: flex;
    }
    .navbar-default .navbar-nav>li>a {
        color: #ffffff;
        font-size: 12px;
    }
    .navbar-default .navbar-nav>li>a {
    color: #ffffff;
    height: 68px;
    line-height: 50px;
}
    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 5px;
    }
}
@media (max-width:1200px){
.new_list_one {
        width: 269px;
        height: 41px;
        padding: 0px;
        margin-top: 4px;
    }
    .detail_content .center{
        padding:0px 15px;
    }
    .top_left a:last-child, .deg .xinjia {
        width: 160px;
        height: 31px;
        display: flex;
    }
    .center{
        width: 100%;
        margin:0px auto;
    }
    .lists_content .center{
        padding:0px 15px;
    }
}
@media (max-width:992px){
    footer {
    border-top: 10px solid #972222;
    height: auto;
    background-color: #972222;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff;
    padding:0px 10px;
    padding-bottom: 30px;

}
    .list_items a .title {
    width: 100%;
    height: 27px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
    .book_right_infolist {
    font-family: HarmonyOS_Sans_SC;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #787878;
    line-height: 25px;
}
.senond_floor_btn p{
    font-size: 9px;
}
.book_left_img {
        width: 137px;
        height: 174px;
        background-color: #ffffff;
        border: solid 1px #dadada;
        padding: 3px;
        margin-right: 4px;
    }

    .link_this {
    width: 88px;
    height: 36px;
    background-color: #c33831;
    border-radius: 10px;
    border: solid 1px #dadada;
    color: #fff;
    line-height: 33px;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 8px;
}
    .book_infor .center {
    padding: 0px 6px 30px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1202px;
    height: 300px;
    background-image: linear-gradient(#fff9f6, #fff9f6), linear-gradient(#faf1ec, #faf1ec);
    background-blend-mode: normal, normal;
}
    .modal-content {
        background-color: white;
        padding: 30px;
        border-radius: 5px;
        width: 280px;
        text-align: center;
        position: absolute;
        left: 50%;
        margin-left: -140px;
        top: 2%;
        height: 600px;
    }
    .modal-content p {
        margin-top: 7px;
        text-align: justify;
        text-indent: 2em;
        font-size: 11px;
        line-height: 21px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #ffffff;
        font-size: 11px;
    }
    .father_padding {
        padding: 0px 0px 0px;
    }
    .top_left a:last-child .right_titles .title1, .deg .xinjia .right_titles .title1 {
        font-family: HarmonyOS_Sans_SC_Medium;
        font-size: 6px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 10px;
        letter-spacing: 1px;
        color: #ffffff;
    }
    .top_left a:last-child .right_titles .title2, .deg .xinjia .right_titles .title2 {
        font-family: HarmonyOS_Sans_SC_Medium;
        font-size: 8px;
        font-weight: normal;
        letter-spacing: 0px;
        color: #ffffff;
        line-height: 20px;
    }
    .top_left a:last-child img, .deg .xinjia img {
    width: 18px;
    height: 20px;
    margin-right: 4px;
}
   .navbar-brand {
        float: left;
        height: 63px;
        padding: 15px 0px;
        font-size: 18px;
        line-height: 20px;
    }
    .top_left a:first-child, .dyg {
        width: 130px;
        height: 60px;
        line-height: 60px;
    }
        .nav>li>a {
        position: relative;
        display: block;
        padding: 0px 5px;
    }
    .navbar-default .navbar-nav>li>a {
    color: #ffffff;
    height: 40px;
    line-height: 40px;
}
}
@media (max-width:768px){
    .nav_on {
    background: #850b11;
    background-image: none;

}
    .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 18px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
   .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
        background: #666;
        width: 30%;
        /* float: right; */
        position: absolute;
        left: auto;
        right: 0px;
    }
    .navbar-header{
        padding-left: 15px;
    }
}
@media (max-width:400px){
       .top_left a:first-child, .dyg {
        width: 90px;
        height: 60px;
        line-height: 60px;
    }
    .top_left a:last-child .right_titles .title1, .deg .xinjia .right_titles .title1 {
        font-family: HarmonyOS_Sans_SC_Medium;
        font-size: 5px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 10px;
        letter-spacing: 1px;
        color: #ffffff;
    }
}
