/*
 * Author:zhuly
 * time:2020/11/12
 * Company:cait
 */
/* 列表页样式 */
/* 当页面宽度小于1600px时，此时显示1280px */
@media screen and (max-width:1600px) {

    /* 位置开始 */
    .position {
        width: 100%;
        margin: 2px auto;
        height: 48px;
        line-height: 48px;
        background-color: #ebf2fa;
    }

    .position_now {
        height: 48px;
        line-height: 48px;
        padding-left: 40px;
        font-size: 16px;
        color: #454647;
    }

    .position_now a {
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        color: #454647;
    }

    /* 位置结束 */
    /* 本院概况开始 */
     .caiq_bygk {
        width: 100%;
        margin: 0 auto;
        padding-top: 25px;
        position: relative;
    }

    .caiq_bygk_dh {
        width: 25%;
        float: left;
        background-color: #2d68bc;
        position: absolute;
        top: 25px;
        bottom: 0px;
    }
    .caiq_bygk_dh_ul{
        margin-top: 45px;
        background-color: #fff;
    }
    .caiq_bygk_dh li {
        margin-left: 20px;
        height: 60px;
        line-height: 60px;
        padding-left: 30px;
        background: url(../images/li_bygk_03.png) no-repeat;
        background-position: 5px 20px;
        border-bottom: 1px dashed #ccc;
    }

    .caiq_bygk_dh li a {
        display: block;
        font-size: 18px;
        color: #525252;
    }

    .caiq_bygk_dh li:hover a {
        color: #337cbd;
    }
    .caiq_bygk_dh_img{
        display: block;
        width: 100%;
        margin: 0 auto;        
    }
    .caiq_bygk_dh_img img{
        width: 100%;     
    }
    .caiq_bygk_content {
        width: 75%;
        float: right;
        margin-bottom: 50px;
      	min-height:610px;
    }

    .caiq_bygk_content h3 {
        font-weight: normal;
        font-size: 24px;
        color: #fff;
        line-height: 44px;
        text-align: left;
        background: url(../images/tit_bg_0605.png) left top no-repeat;
        position: relative;
        padding-left: 50px;
    }
    .caiq_bygk_content h3::before {
        content: "";
        position: absolute;
        top: 7px;
        left: 6px;
        height: 31px;
        width: 34px;
        background: url(../images/bygk_ico_0605.png) no-repeat;
    }
    .caiq_zzjgt_img {
        display: block;
        margin: 20px auto;
    }

    .caiq_bygk_content_txt {
        margin-top: 15px;
        padding: 10px;
    }

    .caiq_bygk_content_img {
        width: 330px;
        height: 200px;
        float: left;
    }

    .caiq_bygk_content_img img {
        display: block;
        width: 330px;
        height: 200px;
    }

    .caiq_bygk_content_txt1 {      
        padding: 20px 10px 0px 10px;
    }

    .caiq_bygk_content_txt1 p {       
        font-size: 18px;
        color: #005bac;
        line-height: 35px;
    }
    .caiq_bygk_content_text_img {
        margin-top: 40px;
        margin-bottom: 50px;
        overflow: hidden;
    }

    .caiq_bygk_content_text_img img {
        text-align: right;
        float: right;
    }

    /* 本院概况结束 */
    /* 合作交流开始 */
    .caiq_hzjl {
        width: 100%;
        margin: 0 auto;
    }

    .caiq_hzjl_dh {
        width: 250px;
        float: left;
        margin: 0px 0px 0px 20px;
        padding-top: 20px;
    }

    .caiq_hzjl_dh li {
        height: 60px;
        line-height: 60px;
        padding-left: 30px;
        margin-right: 30px;
        background: url(../images/li_bygk_03.png) no-repeat;
        background-position: 5px 20px;
        border-bottom: 1px dashed #ccc;
    }

    .caiq_hzjl_dh li a {
        display: block;
        font-size: 18px;
        color: #525252;
    }

    .caiq_hzjl_dh li:hover a {
        color: #337cbd;
    }

    .caiq_hzjl_content {
        width: 1000px;
        float: right;
        margin-bottom: 50px;
        border-left: 1px solid #ccc;
    }

    .caiq_hzjl_list {    
        margin-top: 20px;
    }

    .caiq_hzjl_list li {
       
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #4a4949;
        margin-left: 10px;
        padding-left: 25px;
        background: url(../images/li_list.png) no-repeat left center;
        border-bottom: 1px dashed #ccc;
    }

    .caiq_hzjl_list li a {
        display: block;
        width: 60%;
        font-size: 16px;
        color: #4a4949;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
    }

    .caiq_hzjl_list li a:hover {
        display: block;
        width: 70%;
        font-size: 16px;
        color: #2569ca;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        text-decoration: underline;
    }

    .caiq_hzjl_list li span {
        display: block;
        font-size: 16px;
        color: #4a4949;
        overflow: hidden;
        float: right;
        text-align: center;
      	margin-right:20px;
    }

    /* 合作交流结束 */
    /* 联系我们开始 */
    .caiq_lxwm {
        width: 100%;
        height: 600px;        
        position: relative;
    }

    .caiq_lxwm_img {
        display: block;
        position: absolute;
        top: 160px;
        left: 100px;
    }

    .caiq_lxwm_content {
        position: absolute;
        top: 180px;
        left: 530px;
    }

    .caiq_lxwm_content p {
        font-size: 24px;
        color: #333;
        line-height: 40px;
    }

    /* 联系我们结束 */
    /* 人才队伍开始 */
    .caiq_rcdw {
        width: 100%;
        margin: 0 auto;
    }

    .caiq_rcdw_dh {
        width: 250px;
        float: left;
        margin: 0px 0px 0px 26px;
        padding-top: 20px;
    }

    .caiq_rcdw_dh li {
        height: 60px;
        line-height: 60px;
        padding-left: 30px;
        margin-right: 30px;
        background: url(../images/li_bygk_03.png) no-repeat;
        background-position: 5px 20px;
        border-bottom: 1px dashed #ccc;
    }

    .caiq_rcdw_dh li a {
        display: block;
        font-size: 18px;
        color: #525252;
    }

    .caiq_rcdw_dh li:hover a {
        color: #337cbd;
    }

    .caiq_rcdw_content {
        width: 1000px;
        float: right;
        margin-bottom: 50px;
        border-left: 1px solid #ccc;
        overflow: hidden;
    }

    .caiq_rcdw_list {
        margin-left: 30px;
        margin-top: 20px;
    }

    .caiq_rcdw_list li {
        width:100%;
        height: 210px;
        padding-top: 40px;
        border-bottom: 1px dashed #ccc;
    }

    .redw_list_l {
        width: 160px;
        height: 250px;
        float: left;
    }

    .redw_list_l img {
        display: block;
    }



    .redw_list_r h3 {
        font-size: 24px;
        color: #555656;
        line-height: 50px;
        font-weight: 700;
    }

    .redw_list_r p {
        margin-top: 20px;
        font-size: 18px;
        color: #555656;
        line-height: 35px;
        text-indent: 2em;
    }

    .redw_list_r p a {
        font-size: 18px;
        color: #e60333;
    }

    /* 人才队伍结束 */
    /* 数据库开始 */
    .caiq_sjk {
        width: 1280px;
        height: 500px;
        background: url(../images/sjk_bg.png) no-repeat center center;
        position: relative;
    }

    .caiq_sjk ul {
        position: absolute;
        top: 50px;
        left: 100px;
    }

    .caiq_sjk ul li {
        width: 360px;
        height: 70px;
        float: left;
        background-color: #fff;
        margin-right: 20px;
        margin-top: 20px;
        box-shadow: 1px 1px 2px #eee;
        border: 1px solid #eee;
    }

    .caiq_sjk ul li a {
        display: block;
        font-size: 18px;
        color: #000;
        padding-left: 120px;
        line-height: 70px;
    }

    .caiq_sjk ul li:hover {
        /* border: 1px solid #337cbd; */
        box-shadow: 1px 1px 2px #bdbdbd;
    }

    .caiq_sjk ul li:hover a {
        color: #337cbd;
    }

    .caiq_sjk ul li:nth-child(1) a {
        background: url(../images/sjk_01.png) no-repeat;
        background-position: 10px 6px;
    }

    .caiq_sjk ul li:nth-child(2) a {
        background: url(../images/sjk_02.png) no-repeat;
        background-position: 10px 6px;
    }

    .caiq_sjk ul li:nth-child(3) a {
        background: url(../images/sjk_02.png) no-repeat;
        background-position: 10px 6px;
    }

    .caiq_sjk ul li:nth-child(4) a {
        background: url(../images/sjk_02.png) no-repeat;
        background-position: 10px 6px;
    }

    .caiq_sjk ul li:nth-child(5) a {
        background: url(../images/sjk_03.png) no-repeat;
        background-position: 10px 6px;
    }

    .caiq_sjk ul li:nth-child(6) a {
        background: url(../images/sjk_04.png) no-repeat;
        background-position: 10px 6px;
        line-height: 35px;
    }

    .caiq_sjk ul li:nth-child(7) a {
        background: url(../images/sjk_05.png) no-repeat;
        background-position: 10px 6px;
    }

    .caiq_sjk ul li:nth-child(8) a {
        background: url(../images/sjk_06.png) no-repeat;
        background-position: 10px 6px;
    }

    /* 数据库结束 */
    /* 详情页开始 */
    .caiq_detail {
        width: 100%;
        margin: 20px auto;
    }

    .caiq_detail h3 {
        line-height: 70px;
        text-align: center;
      	font-size:30px;
        color: #191919;
        font-weight: 500;
    }

    .line {
        height: 1px;
        background-color: #eaeaea;
        width: 100%;
        margin-bottom: 10px;
    }

    .caiq_detail_xx {
        font-size: 14px;
        text-align: center;
        color: #191919;
        line-height: 30px;
    }

    .detail_messge {
        width: 100%;
        margin: 20px auto 40px auto;
      	padding:0 40px;
       	box-sizing:border-box;
    }

    .detail_messge p {
        text-align: justify;
        text-justify:inter-ideograph;
        line-height: 35px;
        font-size: 14px;
        color: #555656;
    }

    /* 详情页结束 */
    /* 学术期刊开始 */
    .caiq_xsqk {
        width: 100%;
        margin: 50px auto;
      	display:flex;
    }

    .caiq_xsqk_01 {
        width: 280px;
        margin-left: 40px;
    }

    .caiq_xsqk_01_img a img {
        display: block;
        width: 235px;
        height: 333px;
    }

    .caiq_xsqk_01_content {
        margin-top: 30px;
    }

    .caiq_xsqk_01_content p {
        text-align: left;
        font-size: 16px;
        color: #464646;
        line-height: 30px;
    }

    /* 学术期刊结束 */
    /* 学术期刊详情开始 */
    .caiq_xsqk_detail_box {
        width: 1050px;
        margin: 80px auto;
    }

    .caiq_xsqk_detail_box_l {
        float: left;
    }

    .caiq_xsqk_detail_box_l img {
        display: block;
        width: 405px;
        height: 570px;
    }

    .caiq_xsqk_detail_box_r {
        float: right;
        width: 560px;
    }

    .caiq_xsqk_detail_box_r p {
        line-height: 30px;
        font-size: 16px;
        color: #464646;
    }

    .caiq_xsqk_detail_table {
        margin-top: 30px;
    }

    .caiq_xsqk_detail_table table tr:first-child {
        border-top: 1px dashed #ccc;
    }

    .caiq_xsqk_detail_table table tr {
        border-bottom: 1px dashed #ccc;
        height: 30px;
        line-height: 30px;
    }

    .caiq_xsqk_detail_table table tr td:nth-child(1) {
        width: 60px;
        padding: 0px 10px;
        text-align: justify;
        font-size: 14px;
        color: #464646;
        font-weight: 700;
        text-justify: distribute-all-lines;
        text-align-last: justify;
    }

    .caiq_xsqk_detail_table table tr td:nth-child(2) {
        padding-left: 30px;
        font-size: 14px;
        color: #464646;
        font-weight: 500;
    }

    .caiq_xsqk_detail_zzgy {
        width: 285px;
        height: 60px;
        background-color: #005bac;
        position: relative;
        border-radius: 8px;
        margin-top: 35px;
        margin-left: 125px;
    }

    .caiq_xsqk_detail_zzgy a {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        padding-left: 30px;
    }

    .caiq_xsqk_detail_zzgy a span {
        width: 45px;
        height: 35px;
        background: url(../images/caiq_xsqk_detail_zzgy.png) no-repeat top left;
        position: absolute;
        top: 15px;
        left: 45px;
    }

    /* 学术期刊详情结束 */
    /* 杂志稿约开始 */
    .caiq_zzgy_box {
        width: 1146px;
        height: 697px;
        margin: 0 auto;
        background: url(../images/caiq_zzgy_bg.png) no-repeat top center;
        position: relative;
        overflow: hidden;
    }

    .caiq_zzgy_box h3 {
        font-size: 32px;
        line-height: 60px;
        margin-left: 550px;
        color: #047ea2;
        margin-top: 20px;
        font-family: "微软雅黑";
    }

    .caiq_zzgy_content01 {
        width: 1040px;
        height: 150px;
        position: absolute;
        top: 125px;
        left: 52px;
    }

    .caiq_zzgy_content01 p {
        font-size: 16px;
        color: #464646;
        line-height: 30px;
    }

    .caiq_zzgy_content02 {
        width: 1040px;
        height: 150px;
        position: absolute;
        top: 360px;
        left: 52px;
    }

    .caiq_zzgy_content02 p {
        font-size: 16px;
        color: #464646;
        line-height: 30px;
    }

    /* 杂志稿约结束 */
    /* 通用列表开始 */
    .caiq_com_list {
        width: 100%;
        margin: 0 auto;
    }

    .caiq_com_list_content {
        width: 1200px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .caiq_com_list_ul {
        margin-top: 20px;
    }

    .caiq_com_list_ul li {
        width: 1160px;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #4a4949;
        margin-left: 10px;
        padding-left: 25px;
        background: url(../images/li_list.png) no-repeat left center;
        border-bottom: 1px dashed #ccc;
    }

    .caiq_com_list_ul li a {
        display: block;
        width: 900px;
        font-size: 16px;
        color: #4a4949;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
    }

    .caiq_com_list_ul li a:hover {
        display: block;
        width: 900px;
        font-size: 16px;
        color: #2569ca;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        text-decoration: underline;
    }

    .caiq_com_list_ul li span {
        display: block;
        width: 100px;
        font-size: 16px;
        color: #4a4949;
        overflow: hidden;
        float: right;
        text-align: center;
    }

    /* 通用列表结束 */
}

/* 当页面宽度大于1600px时 */
@media screen and (min-width:1600px) {

    /* 位置开始 */
    .position {
        width: 100%;
        margin: 2px auto;
        height: 48px;
        line-height: 48px;
        background-color: #ebf2fa;
    }

    .position_now {
        height: 48px;
        line-height: 48px;
        padding-left: 40px;
        font-size: 16px;
        color: #454647;
    }

    .position_now a {
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        color: #454647;
    }

    /* 位置结束 */
    /* 本院概况开始 */
    .caiq_bygk {
        margin: 0 auto;
        padding-top: 20px;
      position:relative;
    }

    .caiq_bygk_dh {
        width: 25%;
        float: left;
        background-color: #2d68bc;
        position: absolute;
        top: 20px;
        bottom: 0px;
    }
  .caiq_bygk_dh_ul{
    margin-top: 45px;
background-color: #fff;
  }

    .caiq_bygk_dh li {
        height: 60px;
        line-height: 60px;
        padding-left: 30px;
        background: url(../images/li_bygk_03.png) no-repeat;
        background-position: 5px 20px;
        border-bottom: 1px solid #ccc;
        margin-left:20px;
    }

    .caiq_bygk_dh li a {
        display: block;
        font-size: 18px;
        color: #525252;
    }

    .caiq_bygk_dh li:hover a {
        color: #337cbd;
    }

    .caiq_bygk_content {
        width: 75%;
        float: right;
        margin-bottom: 100px;
      	min-height:610px;
    }

    .caiq_bygk_content h3 {
        font-weight: normal;
        font-size: 24px;
        color: #fff;
        line-height: 44px;
        text-align: left;
        background: url(../images/tit_bg_0605.png) left top no-repeat;
        position: relative;
        padding-left: 50px;
    }

    .caiq_bygk_content h3::before {
        content: "";
        position: absolute;
        top: 7px;
        left: 6px;
        height: 31px;
        width: 34px;
        background: url(../images/bygk_ico_0605.png) no-repeat;
    }

    .caiq_zzjgt_img {
        display: block;
        margin: 20px auto;
    }

    .caiq_bygk_content_txt {
        margin-top: 15px;
        padding: 10px;
    }

    .caiq_bygk_content_img {
        width: 408px;
        height: 245px;
        float: left;
    }

    .caiq_bygk_content_img img {
        display: block;
        width: 408px;
        height: 245px;
    }

    .caiq_bygk_content_txt1 {
        padding: 20px 10px 0px 10px;
    }

    .caiq_bygk_content_txt1 p {      
        font-size: 18px;
        color: #005bac;
        line-height: 35px;
    }
    .caiq_bygk_content_text_img {
        margin-top: 40px;
        margin-bottom: 50px;
        overflow: hidden;
    }
    .caiq_bygk_content_text_img img {
        text-align: right;
        float: right;
    }
    /* 本院概况结束 */
    /* 合作交流开始 */
    .caiq_hzjl {
        width: 100%;
        margin: 0 auto;
    }

    .caiq_hzjl_dh {
        width: 250px;
        float: left;
        margin: 0px 20px 0px 40px;
        padding-top: 20px;
    }

    .caiq_hzjl_dh li {
        height: 60px;
        line-height: 60px;
        padding-left: 30px;
        margin-right: 30px;
        background: url(../images/li_bygk_03.png) no-repeat;
        background-position: 5px 20px;
        border-bottom: 1px solid #ccc;
    }

    .caiq_hzjl_dh li a {
        display: block;
        font-size: 18px;
        color: #525252;
    }

    .caiq_hzjl_dh li:hover a {
        color: #337cbd;
    }

    .caiq_hzjl_content {
        width: 1280px;
        float: right;
        margin-bottom: 50px;
        border-left: 1px solid #ccc;
    }

    .caiq_hzjl_list {       
        margin-top: 20px;
    }

    .caiq_hzjl_list li {
        width: 925px;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #4a4949;       
        padding-left: 25px;
        background: url(../images/li_list.png) no-repeat left center;
        border-bottom: 1px dashed #ccc;
    }

    .caiq_hzjl_list li a {
        display: block;
        width: 820px;
        font-size: 18px;
        color: #4a4949;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
    }

    .caiq_hzjl_list li a:hover {
        display: block;
        width: 820px;
        font-size: 18px;
        color: #2569ca;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        text-decoration: underline;
    }

    .caiq_hzjl_list li span {
        display: block;
        width: 100px;
        font-size: 16px;
        color: #4a4949;
        overflow: hidden;      
        text-align: center;
    }
    

    /* 合作交流结束 */
    /* 联系我们开始 */
    .caiq_lxwm {
        width: 100%;
        height: 600px;        
        position: relative;
    }

    .caiq_lxwm_img {
        display: block;
        position: absolute;
        top: 160px;
        left: 100px;
    }

    .caiq_lxwm_content {
        position: absolute;
        top: 180px;
        left: 530px;
    }

    .caiq_lxwm_content p {
        font-size: 24px;
        color: #333;
        line-height: 40px;
    }

    /* 联系我们结束 */
    /* 人才队伍开始 */
    .caiq_rcdw {
        width: 100%;
        margin: 0 auto;
    }

    .caiq_rcdw_dh {
        width: 250px;
        float: left;
        margin: 0px 20px 0px 40px;
        padding-top: 20px;
    }

    .caiq_rcdw_dh li {
        height: 60px;
        line-height: 60px;
        padding-left: 30px;
        margin-right: 30px;
        background: url(../images/li_bygk_03.png) no-repeat;
        background-position: 5px 20px;
        border-bottom: 1px solid #ccc;
    }

    .caiq_rcdw_dh li a {
        display: block;
        font-size: 18px;
        color: #525252;
    }

    .caiq_rcdw_dh li:hover a {
        color: #337cbd;
    }

    .caiq_rcdw_content {
        width: 1280px;
        float: right;
        margin-bottom: 50px;
        border-left: 1px solid #ccc;
    }

    .caiq_rcdw_list {
        width: 900px;
        margin-left: 30px;
        margin-top: 20px;
    }

    .caiq_rcdw_list li {
        width: 910px;
        height: 210px;
        padding-top: 40px;
        border-bottom: 1px dashed #ccc;
    }
    .caiq_rcdw_list1 {
        width: 900px;
        margin-left: 30px;
        padding-top: 10px;
    }

    .caiq_rcdw_list1 li {
        width: 910px;
        height: 80px;
        display: flex;
        
        border-bottom: 1px dashed #ccc;
    }

.redw_list_l1 {
        width: 160px;
        height: 90px;
        float: left;
        padding-top:11px;
    }
.redw_list_l2 {
        width: 160px;
        height: 72px;
        float: left;
        padding-top: 10px;
    }
    .redw_list_l {
        width: 160px;
        height: 250px;
        float: left;
    }

    .redw_list_l img {
        display: block;
    }

    .redw_list_r {
        width: 750px;
        float: left;
    }
    .redw_list_r1 {
        width: 200px;
        float: left;
        padding-left: 150px;
        padding-top: 28px;
    }
    .redw_list_r2 {
        width: 200px;
        float: left;
        padding-left: 150px;
        padding-top: 15px;
    }
    

    .redw_list_r h3 {
        font-size: 24px;
        color: #555656;
        line-height: 50px;
        font-weight: 700;
    }

    .redw_list_r p {
        margin-top: 20px;
        font-size: 18px;
        color: #555656;
        line-height: 35px;
        text-indent: 2em;
    }

    .redw_list_r p a {
        font-size: 18px;
        color: #e60333;
    }

    /* 人才队伍结束 */
    /* 数据库开始 */
    .caiq_sjk {
        width: 1600px;
        height: 600px;
        background: url(../images/sjk_bg.png) no-repeat center center;
        position: relative;
    }

    .caiq_sjk ul {
        position: absolute;
        top: 80px;
        left: 220px;
    }

    .caiq_sjk ul li {
        width: 360px;
        height: 70px;
        float: left;
        background-color: #fff;
        margin-right: 20px;
        margin-top: 20px;
        box-shadow: 1px 1px 2px #eee;
        border: 1px solid #eee;
    }

    .caiq_sjk ul li a {
        display: block;
        font-size: 18px;
        color: #000;
        padding-left: 120px;
        line-height: 70px;
    }

    .caiq_sjk ul li:hover a {
        color: #337cbd;
    }

    .caiq_sjk ul li:nth-child(1) a {
        background: url(../images/sjk_01.png) no-repeat;
        background-position: 10px 6px;
    }

    .caiq_sjk ul li:nth-child(2) a {
        background: url(../images/sjk_02.png) no-repeat;
        background-position: 10px 6px;
    }

    .caiq_sjk ul li:nth-child(3) a {
        background: url(../images/sjk_02.png) no-repeat;
        background-position: 10px 6px;
    }

    .caiq_sjk ul li:nth-child(4) a {
        background: url(../images/sjk_02.png) no-repeat;
        background-position: 10px 6px;
    }

    .caiq_sjk ul li:nth-child(5) a {
        background: url(../images/sjk_03.png) no-repeat;
        background-position: 10px 6px;
    }

    .caiq_sjk ul li:nth-child(6) a {
        background: url(../images/sjk_04.png) no-repeat;
        background-position: 10px 6px;
        line-height: 35px;
    }

    .caiq_sjk ul li:nth-child(7) a {
        background: url(../images/sjk_05.png) no-repeat;
        background-position: 10px 6px;
    }

    .caiq_sjk ul li:nth-child(8) a {
        background: url(../images/sjk_06.png) no-repeat;
        background-position: 10px 6px;
    }

    /* 数据库结束 */
    /* 详情页开始 */
    .caiq_detail {
        width: 1600px;
        margin: 20px auto;
    }

    .caiq_detail h3 {
        line-height: 70px;
        text-align: center;
        font-size: 30px;
        color: #191919;
        font-weight: 500;
    }

    .line {
        height: 1px;
        background-color: #eaeaea;
        width: 100%;
        margin-bottom: 10px;
    }

    .caiq_detail_xx {
        font-size: 18px;
        text-align: center;
        color: #191919;
        line-height: 30px;
    }

    .detail_messge {
        width: 1500px;
        margin: 20px auto 40px auto;
    }

    .detail_messge p {
      	margin:0 auto;
      	text-align: justify;
      	text-justify:inter-ideograph;
        line-height: 30px;
        font-size: 18px;
        color: #555656;        
    }

    /* 详情页结束 */
    /* 学术期刊开始 */
    .caiq_xsqk {
        width: 100%;
        margin: 50px auto;
    }

    .caiq_xsqk_01 {
        width: 300px;
        margin-left: 115px;
        float: left;
    }

    .caiq_xsqk_01_img a img {
        display: block;
        width: 235px;
        height: 333px;
    }

    .caiq_xsqk_01_content {
        margin-top: 30px;
    }

    .caiq_xsqk_01_content p {
        text-align: left;
        font-size: 16px;
        color: #464646;
        line-height: 30px;
    }

    /* 学术期刊结束 */
    /* 学术期刊详情开始 */
    .caiq_xsqk_detail {
        /* padding: 80px 270px; */
    }

    .caiq_xsqk_detail_box {
        width: 1050px;
        margin: 80px auto;
    }

    .caiq_xsqk_detail_box_l {
        float: left;
    }

    .caiq_xsqk_detail_box_l img {
        display: block;
        width: 405px;
        height: 570px;
    }

    .caiq_xsqk_detail_box_r {
        float: right;
        width: 560px;
    }

    .caiq_xsqk_detail_box_r p {
        line-height: 30px;
        font-size: 16px;
        color: #464646;
    }

    .caiq_xsqk_detail_table {
        margin-top: 30px;
    }

    .caiq_xsqk_detail_table table tr:first-child {
        border-top: 1px dashed #ccc;
    }

    .caiq_xsqk_detail_table table tr {
        border-bottom: 1px dashed #ccc;
        height: 30px;
        line-height: 30px;
    }

    .caiq_xsqk_detail_table table tr td:nth-child(1) {
        width: 60px;
        padding: 0px 10px;
        text-align: justify;
        font-size: 14px;
        color: #464646;
        font-weight: 700;
        text-justify: distribute-all-lines;
        text-align-last: justify;
    }

    .caiq_xsqk_detail_table table tr td:nth-child(2) {
        padding-left: 30px;
        font-size: 14px;
        color: #464646;
        font-weight: 500;
    }

    .caiq_xsqk_detail_zzgy {
        width: 285px;
        height: 60px;
        background-color: #005bac;
        position: relative;
        border-radius: 8px;
        margin-top: 35px;
        margin-left: 125px;
    }

    .caiq_xsqk_detail_zzgy a {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        padding-left: 30px;
    }

    .caiq_xsqk_detail_zzgy a span {
        width: 45px;
        height: 35px;
        background: url(../images/caiq_xsqk_detail_zzgy.png) no-repeat top left;
        position: absolute;
        top: 15px;
        left: 45px;
    }

    /* 学术期刊详情结束 */
    /* 杂志稿约开始 */
    .caiq_zzgy_box {
        width: 1146px;
        height: 697px;
        margin: 0 auto;
        background: url(../images/caiq_zzgy_bg.png) no-repeat top center;
        position: relative;
        overflow: hidden;
    }

    .caiq_zzgy_box h3 {
        font-size: 32px;
        line-height: 60px;
        margin-left: 550px;
        color: #047ea2;
        margin-top: 20px;
        font-family: "微软雅黑";
    }

    .caiq_zzgy_content01 {
        width: 1040px;
        height: 150px;
        position: absolute;
        top: 125px;
        left: 52px;
    }

    .caiq_zzgy_content01 p {
        font-size: 16px;
        color: #464646;
        line-height: 30px;
    }

    .caiq_zzgy_content02 {
        width: 1040px;
        height: 150px;
        position: absolute;
        top: 360px;
        left: 52px;
    }

    .caiq_zzgy_content02 p {
        font-size: 16px;
        color: #464646;
        line-height: 30px;
    }

    /* 杂志稿约结束 */
    /* 通用列表开始 */
    .caiq_com_list {
        width: 100%;
        margin: 0 auto;
    }

    .caiq_com_list_content {
        width: 1400px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .caiq_com_list_ul {
        margin-top: 20px;
    }

    .caiq_com_list_ul li {
        width: 1350px;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #4a4949;
        margin-left: 10px;
        padding-left: 25px;
        background: url(../images/li_list.png) no-repeat left center;
        border-bottom: 1px dashed #ccc;
    }

    .caiq_com_list_ul li a {
        display: block;
        width: 1200px;
        font-size: 16px;
        color: #4a4949;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
    }

    .caiq_com_list_ul li a:hover {
        display: block;
        width: 1200px;
        font-size: 16px;
        color: #2569ca;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        text-decoration: underline;
    }

    .caiq_com_list_ul li span {
        display: block;
        width: 100px;
        font-size: 16px;
        color: #4a4949;
        overflow: hidden;
        float: right;
        text-align: center;
    }

    /* 通用列表结束 */
} 
.detail_messge p img{display:block;margin:15px auto!important;max-width:90%;height:auto;} 
@media screen and (max-width:1000px) {
      .caiq_logo {
         margin:0 auto;
         max-width:1920px;
         height:126px;
         overflow:hidden;
         background:url(../images/logo0605.png) -200px center no-repeat;
         background-size:150% auto;
      }
}
