@charset "UTF-8";
.main{
    background: #fff;
}
/* 数字资源顶部 */
.szzy_tit{
    padding: 20px 15px;
    background: #f7f7f7;
    border-top: 2px solid #b22200;
    margin-bottom: 30px;
}
.szzy_tit_sub{
    border-top: 1px solid #d4d4d4;
}
.szzy_tit_seach .search{
    width: calc(100% - 150px);
    margin-bottom: 18px;
    float: left;
    position: relative;
}
.szzy_tit_seach .search .text {
    width: 85%;
    height: 45px;
    text-indent: 20px;
    font-size: 14px;
    line-height: 35px;
    background: #fff;
    box-sizing: border-box;
    border: 0;
}
.szzy_tit_seach .search .submit {
	background: #d28500 url(../img/szzy_search.png) no-repeat center;
	width: 15%;
	height: 45px;
	position: absolute;
	right: 0;
}
.szzy_tit_seach p.bt,.szzy_tit_sub p.bt{
    width: 150px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    text-align: right;
    float: left;
    margin-top: 18px;
}
.szzy_tit_seach p.bt{
    line-height: 45px;
    margin-top: 0;
}
.szzy_tit_sub ul{
    float: left;
    width: calc(100% - 150px);
    height: auto;
    font-size: 0;
    margin: 15px 0;
}
.szzy_tit_sub ul li{
    float: left;
    width: auto;
    padding: 0 10px;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    margin: 3px 20px 3px 0;
}
.szzy_tit_sub ul li.hover{
    background: #b22200;
    color: #fff;
}
.szzy_tit_sub ul li:hover{
    color: #b22200;
}
/* 数字资源内容 */
.szzy_con_tit{
    padding: 0 20px;
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #b22200;
}
.szzy_con_tit .px{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.szzy_con_tit .px .px_sub{
    height: 34px;
    background: #fff;
    margin-left: 15px;
    padding-right: 10px;
}
.szzy_con_tit .px p{
    display: block;
    float: left;
    font-size: 16px;
    line-height: 34px;
    padding: 0 15px;
}
.szzy_con_tit .px .px_sub a{
    display: inline-block;
    width: 34px;
    height: 34px;
}
.szzy_con_tit .px .px_sub a:nth-of-type(1){
    background: url(../img/px_icon1.png) no-repeat center;
}
.szzy_con_tit .px .px_sub a:nth-of-type(2){
    background: url(../img/px_icon2.png) no-repeat center;
}
.szzy_con_tit .px .px_sub a.on:nth-of-type(1){
    background: url(../img/px_icon11.png) no-repeat center;
}
.szzy_con_tit .px .px_sub a.on:nth-of-type(2){
    background: url(../img/px_icon22.png) no-repeat center;
}
.szzy_con_tit>p{
    font-size: 16px;
    line-height: 56px;
}
.szzy_con ul{
    padding: 20px 0;
    background: #f7f7f7;
}
.szzy_con ul li{
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    background: #fff;
}
.szzy_con ul li a span{
    height: 20px;
    width: 40px;
    background-size: cover !important;
    border: 0;
    outline: 0;
    display: inline-block;
    position: relative;
    top: 4px;
    border-radius: 3px;
}
.szzy_con ul li.mianfeiNewsclass a span{
    background: url(../images/mf.png) no-repeat center;
}
.szzy_con ul li.shiyongNewsclass a span{
    background: url(../images/sy.png) no-repeat center;
}
.szzy_con ul li.gongxiangNewsclass a span{
    background: url(../images/gx.png) no-repeat center;
}
.szzy_con ul li.xietongNewsclass a span{
    background: url(../images/xtziy.png) no-repeat center;
    width: 100px;
}
.szzy_con ul li:nth-of-type(2n){
    background: #f7f7f7;
}
.szzy_con ul li p.tit a{
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 52px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.szzy_con ul li p.tit a:hover{
    color: #d70000;
}
.szzy_con ul li p.kzzd a,.szzy_con ul li p.kzzd span{
    font-size: 16px;
    line-height: 52px;
    display: block;
    float: left;
    padding-left: 30px;
    margin-left: 30px;
}
.szzy_con ul li p.kzzd a:nth-of-type(1){
    background: url(../img/kzzd_icon1.png) no-repeat left center;
}
.szzy_con ul li p.kzzd a:nth-of-type(2){
    background: url(../img/kzzd_icon2.png) no-repeat left center;    
}
.szzy_con ul li p.kzzd span{
    background: url(../img/kzzd_icon3.png) no-repeat left center; 
}
.szzy_con ul li p.kzzd a:hover{
    color: #d70000;
}

/* 图书捐赠 */
.tsjz .szzy_tit_seach .search{
    margin-bottom: 0;
}
.tsjz_lst ul li{
    background: #f7f7f7;
    height: 50px;
}
.tsjz_lst ul li:nth-of-type(2n){
    background: #fff;
}
.tsjz_lst ul li.tit{
    border-bottom: 2px solid #b22200;
}
.tsjz_lst ul li.tit p{
    font-weight: bold;
    font-size: 16px;
}
.tsjz_lst ul li p{
    float: left;
    font-size: 14px;
    line-height: 50px;
    color: #000;
}
.tsjz_lst ul li p:nth-of-type(1){
    width: 5%;
    text-align: center;
}
.tsjz_lst ul li p:nth-of-type(2){
    width: 15%;
}
.tsjz_lst ul li p:nth-of-type(3){
    width: 20%;
}
.tsjz_lst ul li p:nth-of-type(4){
    width: 20%;
}
.tsjz_lst ul li p:nth-of-type(5){
    width: 10%;
}
.tsjz_lst ul li p:nth-of-type(6){
    width: 10%;
}
.tsjz_lst ul li p:nth-of-type(6){
    width: 10%;
}
/*
.tsjz_lst ul li p:nth-of-type(7){
    width: 6%;
}
.tsjz_lst ul li p:nth-of-type(8){
    width: 14%; 
}
.tsjz_lst ul li p:nth-of-type(9){
    width: 14%;   
}
*/
/*文化推广列表页*/
.whtg_list{
    width: 65%;
    float: left;
}
.whtg_rl{
    width: 35%;
    float: left;
}
.whtg_list li a{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.whtg_list li a div{
    float: left;
}
.whtg_list li a .time{
    width: 100px;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #e3e3e3;
}
.whtg_list li a .time p:nth-of-type(1){
    font-size: 40px;
    line-height: 64px;
    color: #6c6c6c;
}
.whtg_list li a .time p:nth-of-type(2){
    background: #a7a7a7;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    border-radius: 13px;
}
.whtg_list li a .con{
    width:calc(100% - 100px);
    padding-left: 45px;
    box-sizing: border-box;
    position: relative;
}
.whtg_list li a .con p.tit{
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.whtg_list li a:hover .con p.tit{
    color:#d92a00;
}
.whtg_list li a .con p span{
    display: block;
    float: left;
    width: 50%;
    font-size: 14px;
    color: #6c6c6c;
    line-height: 30px;
    padding-left: 35px;
    box-sizing: border-box;
}
.whtg_list li a .con p span.sj{
    width: 100%;
    background: url(../img/whtz_list_icon1.png) no-repeat left center;
}
.whtg_list li a .con p span.dz{
    background: url(../img/whtz_list_icon2.png) no-repeat left center;
}
.whtg_list li a .con p span.rs{
    background: url(../img/whtz_list_icon3.png) no-repeat left center;
}
.whtg_list li a .con p.tit span{
    position: absolute;
    width: 35px;
    padding-left: 0;
    line-height: 20px;
    background: #f76e00;
    color: #fff;
    text-align: center;
    left: 0;
    top: 5px;
}
.whtg_list li a .con p.tit span span{
    top: 28px;
    background: none;
    font-size: 12px;
    left: 2px;
}
.whtg_list li a .con p.tit span span.y1{
    color:#009688;
}  
.whtg_list li a .con p.tit span span.y2{
    color:#ffbf00;
} 
.whtg_list li a .con p.tit span span.y3{
    color:#f00;
} 
/*文化推广内容页*/
.content.whtg_con .wzxx{
    position: relative;
}
.content.whtg_con .wzxx p:nth-of-type(1){
    background: none;
    padding-left: 0;
    width: 50%;
}
.content.whtg_con .wzxx p:nth-of-type(1) span{
    display:block;
    padding-left: 30px;
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.content.whtg_con .wzxx p:nth-of-type(1) span:nth-of-type(1){
    background:url(../img/sj_icon.png) no-repeat left center;
    width: 100%;
}
.content.whtg_con .wzxx p:nth-of-type(1) span:nth-of-type(2){
    background:url(../img/whtz_list_icon2.png) no-repeat left center;
}
.content.whtg_con .wzxx p:nth-of-type(1) span:nth-of-type(3){
    background:url(../img/whtz_list_icon3.png) no-repeat left center;
}
.content.whtg_con .wzxx p:nth-of-type(2),.content.whtg_con .wzxx p:nth-of-type(3){
    margin-top:20px;
}
.content.whtg_con .wzxx p.zt{
    width: auto;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #afafaf;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.yyfc{
    
text-align: center;
    
font-size: 0;
    
margin-bottom: 20px;
}
.yyfc li{display: inline-block;margin: 0 50px;cursor: pointer;}
.yyfc p{
    text-align: center;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 10px;
}
.yyfc img{
    display: block;
    width: 130px;
    height: auto;
    border: 10px solid #868686;
}
.form_tc {
    width: 100%;
    height: 100%;
    background: rgb(6 28 26 / 75%);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}
.form_tc.showdiv { 
    opacity: 1; 
    visibility: visible; 
}
.form_tc_sub{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 20px 80px 50px;
    background: #fff;
    width: 40%;
    box-sizing: border-box;
}
.form_tc_sub h2{
    text-align: center;
    font-size: 30px;
    color: #ce0000;
    line-height: 40px;
    margin-bottom: 30px;
}
.form_tc_sub .tit{
    background: #f8f8f8;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.form_tc_sub .tit p:nth-of-type(1){
    width: 40px;
    padding: 5px 10px;
    box-sizing: border-box;
    height: 90px;
    font-size: 16px;
    font-weight: bold;
    color: #000!important;
    background: #f0f0f0;
    text-align: center;
    line-height: 20px!important;
}
.form_tc_sub .tit p:nth-of-type(2){
    padding: 0 20px;
    line-height: 30px;
}

.form_tc_sub .tit input{
    width: calc(100% - 45px);
    height: 90px;
    line-height: 45px;
    border: 0;
    padding: 0 20px;
    box-sizing: border-box;
    background: #f7f7f7;
}

.form_tc_sub .tit p span{
    display: block;
    font-size: 16px;
    color: #696969;
}
.form_tc .close {position: absolute;right: 100px;top: 100px;width: 60px;height: 60px;text-align: center;line-height: 70px;cursor: pointer;font-size: 0;transition: all 0.3s ease-out 0s;}
.form_tc .close:before,.form_tc .close:after{content:'';width: 100%;height: 2px;display:block;position:absolute;background: #fff;transition:1s;transform: rotate(45deg);top: 24px;}
.form_tc .close:before{transform: rotate(-45deg);}
.form_tc .close:hover{transform: rotate(90deg);}
.form form>div{
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.form form>div p:nth-of-type(1){
    width: 20%;
    line-height: 44px;
    font-weight: bold;
    text-align: right;
    font-size: 18px;
}
.form form>div p:nth-of-type(2){
    width: 76%;
    margin-left: 3%;
    line-height: 42px;
}
.form form>div p:nth-of-type(2) input{
    display: block;
    width:100%;
    display: block;
    border: 1px solid #bcbcbc;
    margin: 0;
    padding: 0;
    line-height: 42px;
    height: 42px;
    font-size: 16px;
	/* color: #fff;
    background: #b20808;
    border: 0; */
}
.form form>div p:nth-of-type(2) textarea{
    font-size: 16px;
    width: 100%;
    border: 1px solid #bcbcbc;
    margin: 0;
    padding: 0;
    max-width: 100%;
    resize: none;
}
.form form>div p input[type='submit'] {
    border: 0;
    background: #ce0000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.form form>div p input[type='submit']:hover{
    background: #ce0000;
}
.form form div p input[type="radio"], .form form div p input[type="checkbox"]{   
    width: 16px;  
    height: 16px; 
    display: inline-block;
    margin-right: 10px;
}

/* 资源荐购 */
.zyjg{
    margin-top: 50px;
}
.zyjg_in {
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #888888;
}
.zyjg_in li{
    font-size: 26px;
    line-height: 62px;
    font-weight: bold;
    padding: 0 50px;
    display: inline-block;
    cursor: pointer;
}
.zyjg_in li.in{
    background:#888888;
    color:#fff;
}
.zyjg_con>div{
    display: none;
}
.zyjg_con>div.con{
    display: block;
}
.zyjg_con form div{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.zyjg_con form div p:nth-of-type(1){
    width: 20%;
    text-align: right;
    font-size: 18px;
    color: #000000;
    line-height: 45px;
    font-weight: bold;
}
.zyjg_con form div p:nth-of-type(2){
    width: 70%;
    margin-left: 2%;
}
.zyjg_con form div input{
    display: inline-block;
    width: 70%;
    border: 1px solid #bcbcbc;
    margin: 0;
    padding: 0;
    line-height: 43px;
    height: 45px;
    font-size: 16px;
    box-sizing: border-box;
}
.zyjg_con form div textarea{
    font-size: 16px;
    width: 70%;
    border: 1px solid #bcbcbc;
    margin: 0;
    padding: 0;
    max-width: 70%;
}
.zyjg_con form div input[type='submit'] {
    border: 0;
    background: #d92a00;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.zyjg_con form div input[type='submit']:hover{
    background: #ce0000;
}
.zyjg_con form div p:nth-of-type(2) span{
    display:inline-block;
    width:20%;
    line-height: 45px;
}
.zyjg_con form div input[type="radio"], .zyjg_con form div input[type="checkbox"]{   
    width: 16px;  
    height: 16px; 
    display: inline-block;
    margin-right: 10px;
}
.zyjg_con form div p:nth-of-type(2) font{
    font-size:15px;
    margin-left:20px;
}

/* 学科导航 */
.xkdh .szzy_tit_seach {
    background: #f7f7f7;
    padding: 30px 40px;
    box-sizing: border-box;
    border-top: 2px solid #5e5e5e;
}
.xkdh .szzy_tit_seach .search{
    margin-bottom: 0;
}
.xkdh .szzy_tit_seach .search .submit{
    background: #b23131 url(../img/szzy_search2.png) no-repeat center;
}
.xkdh_in {
    font-size: 0;
    border-bottom: 2px solid #888888;
    padding: 0 20px;
    background: #f7f7f7;
    margin-top: 20px;
}
.xkdh_in li{
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    padding: 0 50px;
    display: inline-block;
    cursor: pointer;
}
.xkdh_in li.in{
    background:#888888;
    color:#fff;
}
.xkdh_con>div{
    display: none;
}
.xkdh_con>div.con{
    display: block;
}
.xkdh_con ul{
    padding: 25px 0 0;
    background: #f7f7f7;
}
.xkdh_con ul li{
    padding: 0 50px;
    box-sizing: border-box;
}
.xkdh_con ul li:nth-of-type(odd){
    background: #fff;
}
.xkdh_con ul li a{
    display: block;
    width: 90%;
    float: left;
    font-size: 16px;
    color: #000000;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xkdh_con ul li p{
    float: left;
    width: 10%;
    height: 50px;
    cursor: pointer;
    background: url(../img/jc_icon.png) no-repeat right center;
}
.xkdh_con ul li p:hover{
    background: url(../img/jc_icon2.png) no-repeat right center;
}
.xkdh_con ul li a:hover{
    color: #b22200;
}