@charset "UTF-8";

.main {
    background: #fff;
}

/* 数字资源顶部 */
.szzy_tit {
    /* padding: 20px 15px; */
    margin-bottom: 30px;
}

.right_lmmc {
    font-size: 36px;
    color: #010101;
    text-align: left !important;
    line-height: 40px;
    margin: 50px 0 30px;
    padding-bottom: 23px;
    position: relative;
    display: block;
    width: 200px;
    top: 30px;
    margin: 30px 0 0 0 !important;
}

.right_lmmc::before {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    background: #d92a00;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 !important;

}

.szzy_tit_sub {
    border-top: 1px solid #d4d4d4;
}

.szzy_tit_seach .search {
    width: 32%;
    margin-bottom: 18px;
    float: left;
    position: relative;
    border: 1px solid #b9b9b9;
    background-color: white;
    float: right;
    margin-right: 2px;
}

.szzy_tit_seach .search .menu {
    display: inline-block;
    width: 22%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: white url(../img/search_menu_bg.png) no-repeat right 0px center;
    position: relative;
}

.szzy_tit_seach .search .menu>ul {
    display: none;
    width: 100%;
    position: absolute;
    background-color: rgba(255, 255, 2555, 0.9);
}

.szzy_tit_seach .search .menu>ul>li {
    cursor: pointer;
}

.szzy_tit_seach .search .text {
    width: 53%;
    height: 45px;
    /* text-indent: 20px; */
    font-size: 14px;
    line-height: 35px;
    background: #fff;
    box-sizing: border-box;
    border: 0;
}

.szzy_tit_seach .search .submit {
    width: 25%;
    height: 45px;
    position: absolute;
    right: 0;
    margin: 1px;
    background: white url(../img/submit_bg.png) no-repeat right 16px center;
    padding-right: 50px;
}

.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 {
    margin-left: 25%;
    width: 38%;
    padding-right: 0;
    font-size: 14px;
    color: #595959;
    font-weight: 400;
}

.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:nth-of-type(2n) {
    background: #f4f8ff;
}

.szzy_con ul li p.tit a {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 52px;
    color: #000;
}

.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;
}

/* 图书捐赠 */
.main>.w1400>.right {
    width: calc(100% - 280px);
}

.tsjz .szzy_tit_seach .search {
    margin-bottom: 0;
}

.tsjz_lst ul li {
    background: white;
    height: 46px;
}
.tsjz_lst ul li:hover p{
    color: #b22200;
}
.tsjz_lst ul li.tit:hover p{
    color: white;
}
.tsjz_lst ul li:nth-of-type(2n) {
    background: #f4f8ff;
}

.tsjz_lst ul li.tit p {
    font-weight: bold;
    font-size: 16px;
}

.tsjz_lst ul .tit p {
    background-color: #888888;
}

.tsjz_lst ul li p {
    float: left;
    font-size: 12px;
    line-height: 46px;
    color: #000;
    text-align: center;
    border-right: 1px solid #c8d5f0;
}

.tsjz_lst ul li p:nth-of-type(1) {
    width: 15%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tsjz_lst ul li p:nth-of-type(2) {
    width: 8%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tsjz_lst ul li p:nth-of-type(3) {
    width: 12%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tsjz_lst ul li p:nth-of-type(4) {
    width: 7%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tsjz_lst ul li p:nth-of-type(5) {
    width: 6%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tsjz_lst ul li p:nth-of-type(6) {
    width: 10%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tsjz_lst ul li p:nth-of-type(7) {
    width: 7%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tsjz_lst ul li p:nth-of-type(8) {
    width: 8%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tsjz_lst ul li p:nth-of-type(9) {
    width: 8%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tsjz_lst ul li p:nth-of-type(10) {
    width: 8%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tsjz_lst ul li p:nth-of-type(11) {
    width: 10%;
    border-right: none;
    position: relative;
    color: #3b5999;

}

.tsjz_lst ul .tit p {
    color: white;
}

.tsjz_lst ul .tit p:nth-of-type(11) {
    color: white;
}

.tsjz_lst ul li p:nth-of-type(11) span {
    position: absolute;
    display: block;
    width: 70px;
    height: 28px;
    top: 8px;
    left: 50%;
    line-height: 28px;
    transform: translateX(-50%);
    border: 1px solid #cfcfcf;
    background-color: #f4f4f4;
    color: #c32419;
    margin: auto auto;
    cursor: pointer;
}

/* 遮罩层 */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999999999;
}

.overlay .box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 470px;
    height: 482px;
    background-color: white;
    text-align: center;
}

.overlay .box img {
    margin: -70px auto auto auto;
}

.overlay .box h5 {
    font-size: 42px;
    color: #fa6603;
    line-height: 42px;
    margin-top: 60px;
}

.overlay .box p {
    font-size: 22px;
    line-height: 22px;
    color: #b2b2b2;
    margin-top: 30px;
}

.overlay .box span {
    display: block;
    width: 226px;
    height: 58px;
    margin: 0 auto;
    font-size: 24px;
    color: white;
    line-height: 58px;
    margin-top: 78px;
    background-color: #888888;
    border-radius: 58px;
    cursor: pointer;
}

.overlay .box span:hover {
    background-color: #d92a00;
}






.qkzd_lst ul li {
    background: white;
    height: 46px;
}
.qkzd_lst ul li:hover p{
    color: #b22200;
}
.qkzd_lst ul li.tit:hover p{
    color: white;
}
.qkzd_lst ul li:nth-of-type(2n) {
    background: #f4f8ff;
}

.qkzd_lst ul li.tit p {
    font-weight: bold;
    font-size: 16px;
}

.qkzd_lst ul .tit p {
    background-color: #888888;
}

.qkzd_lst ul li p {
    float: left;
    font-size: 12px;
    line-height: 46px;
    color: #000;
    text-align: center;
    border-right: 1px solid #c8d5f0;
}

.qkzd_lst ul li p:nth-of-type(1) {
    width: 20%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qkzd_lst ul li p:nth-of-type(2) {
    width: 10%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qkzd_lst ul li p:nth-of-type(3) {
    width: 8%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qkzd_lst ul li p:nth-of-type(4) {
    width: 10%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qkzd_lst ul li p:nth-of-type(5) {
    width: 25%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qkzd_lst ul li p:nth-of-type(6) {
    width: 8%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qkzd_lst ul li p:nth-of-type(7) {
    width: 8%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qkzd_lst ul li p:nth-of-type(8) {
    width: 10%;
    border-right: none;
    position: relative;
    color: #3b5999;
}

.qkzd_lst ul .tit p {
    color: white;
}

.qkzd_lst ul .tit p:nth-of-type(8) {
    color: white;
}

.qkzd_lst ul li p:nth-of-type(8) span {
    position: absolute;
    display: block;
    width: 70px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #cfcfcf;
    background-color: #f4f4f4;
    color: #c32419;
    margin: auto auto;
    cursor: pointer;
    margin-left: 23px;
    margin-top: 8px;
}