/* 栏目资讯列表 */
.column-news-list{
    background-color: #E9ECF4;
    padding: 10px 10px 0;
    margin-top: 5px;
    height: auto;
    clear: both;
    border-left: #7D7D7D 1px solid;
    border-right: #7D7D7D 1px solid;
    /* padding: 15px 0; */
}
.column-news-list .title{
    line-height: 20px;
    font-size: 20px;
    text-align: center;
}
.column-news-list .title span{
    padding-right: 15px;
    background: url(http://img.chinaqking.com/images/newPage/dot3.gif) no-repeat 100% 5px;
    font-weight: bold;
}
.column-news-list ul{
    display: block;
    margin-top: 10px;
    height: auto;
}
.column-news-list li{
    min-height: 100px;
    clear: both;
    background: url(http://img.chinaqking.com/images/newPage/bg6.gif) repeat-x top;
    padding: 8px 0 10px;
    list-style: none;
}
.column-news-list li h3{
    margin-bottom: 5px;
    font-size: 100%;
    margin-top: unset;
}
.column-news-list li h3 a{
    font-size: 14px;
    color: #723E09;
}
.arealistPager{
    margin-top: 20px;
}
.arealistPager .r1{
    PADDING-RIGHT: 7px;
    PADDING-LEFT: 7px;
    FONT-SIZE: 14px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
}

/* 首页-栏目分类 */
.column{
    width: 100%;
    overflow: hidden;
}
.column .item{
    width: 99%;
    float: left;
    margin-right: 1%;
    border-top: #8E8E8E 5px solid;
    height: 300px;
}
.column .item li{
    border-bottom: #B0CBD2 1px dashed;
    padding: 3px 0 3px 10px;
    background: url(http://img.chinaqking.com/images/newPage/dot9.gif) no-repeat 2px 10px;
    font-weight: bold;
}
.column .item dt{
    font-size: 16px;
    margin-bottom: 8px;
    border-bottom: #B0CBD2 1px dashed;
    padding: 8px 5px 4px;
}
.column .item dt a{
    color: #9B164F;
}
.column .item .dl-cnt-rec{
    height: 125px;
    overflow: hidden;
    /* margin: 0 0 7px 0; */
}
.column .item .dl-cnt-rec p{
    display: flex;
}
.column .item .dl-cnt-rec p .content{
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4; 
}
.column .item .dl-cnt-rec img{
    width: 76px;
    height: 76px;
}
.column .item .dl-cnt-rec h2{
    margin-bottom: 3px;
    margin-top: unset;
    background: url(http://img.chinaqking.com/images/newPage/dot9.gif) no-repeat 0px 5px;
    padding-left: 8px;
    font-size: 100%;
    font-weight: bold;
}
.column .item .dl-cnt-rec h2 a{
    color: #000;
    font-size: 14px;
}
.column .item .theme_more {
    display: block;
    /* margin: 5px 5px 0 0; */
    text-align: right;
}

/* 页脚 */
.footer {
    color: #fff;
    text-align: center;
    clear: both;
    background-color: #FF4949;
    padding: 15px 0;
    font-size: 12px;
}

/* 顶部logo及导航菜单 */
.header {
    width:100%;
    margin-top: 10px;
}
.header .logo {
    width: 25%;
}
.header .banner {
    width: 75%;
}
.header .navbar {
    width: 75%;
    background: linear-gradient(to bottom , rgb(255, 136, 0) ,red);
    margin-bottom: unset;
}
.header .navbar ul {
    width: 100%;
    display: flex;
    margin: unset;
}
.header .navbar li {
    list-style: none;
    width: 25%;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color:white;
}
.header .navbar li a{
    color: white;
    text-decoration: none;
}
.header .navbar li:hover {
    background-color: rgb(247, 77, 10);
    cursor: pointer;
    position: relative;
    top: -5px;
    background: url(/images/bg4.jpg) no-repeat 0 0;
}
.header .search {
    background: linear-gradient(to bottom , rgb(206, 204, 203) ,rgb(122, 121, 121));
    width: 30%;
    display:flex;
}
.header .search form {
    margin: auto auto auto auto;
    display: table;
}
.header .search input {
    margin: 0px;
}
.header .navbar-column {
    width: 100%;
    margin: 5px 0px 5px 0px;
}
.header .navbar-column ul {
    display: flex;
    margin: unset;
}
.header .navbar-column li {
    width: auto;
    margin: auto 15px auto 15px;
    list-style:none;
}
.header .navbar-column li:hover {
    text-decoration:underline;
    cursor: pointer;
}

/* 图书推荐 */
.img-news {
    width: 100%;
    height: 220px;
    display: flex;
}
.img-news .img-show {
    width: 72%;
    float: left;
    display: flex;
    background-color: rgb(230, 191, 143);
}
.img-news .big-img {
    margin: auto auto auto 5px;
}
.img-news .min-img {
    float: right;
    display: flex;
}
.img-news .min-img ul {
    width: 110px;
    margin: auto;
}
.img-news .min-img li {
    list-style: none;
    zoom: 1;
    float: left;
    padding: 3px;
}
.img-news .book-show{
    width: 28%;
    background-color:rgb(245, 229, 208);
}
.img-news .book-show .desc{
    height: 170px;
    margin: 5px;
}
.img-news .book-show .desc h2 {
    font-size: 14px;
    border-bottom: #CE9600 1px solid;
    line-height: 20px;
    margin-top: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: bold;
}
.img-news .book-show .desc p {
    text-align: justify;
    font-size: 12px;
    height: auto;
    line-height: 16px;
    padding: 0px 5px 0 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.img-news .book-show .ad-phone {
    height: 25px;
    padding: 5px;
    border-top: 1px solid gray;
    margin: 5px;
}

/* 首页用户登录 */
.login-box {
    width: 100%;
    background-color: #8E8E8E;
    /* color: #fff; */
    padding: 3px 0;
    display: flex;
}
.login-box .weeky {
    float: left;
    padding: 0 60px 0 40px;
    background: url(http://img.chinaqking.com/images/newPage/dot5.gif) no-repeat 15px;
    font-size: 12px;
    line-height: 26px;
}
.login-box p {
    padding-left: 2em;
    float: right;
    margin: 0px 0px 0px auto;
}
.login-box .input {
    width: 126px;
    font-size: 12px;
    border: none;
    padding: 2px;
    *padding: 0;
    margin: 0 18px 0 5px;
}
.login-box label {
    display: unset;
    font-size: 12px;
}
.login-box .button {
    height: 20px;
    cursor: hand;
    line-height: 20px;
    border: #A70606 1px solid;
    background: #F74040 url(http://img.chinaqking.com/images/newPage/bg9.gif) repeat-x 0 0;
    font-size: 12px;
    color: #FFFFFF;
    width: 60px;
    margin-right: 5px;
}

/* 首页-在线服务 */
.inline-services {
    width: 98%;
    height: 220px;
    margin-left: 2%;
    float: right;
    margin: auto 0px auto auto;
    background-color: rgb(255, 219, 37);
}
.inline-services ul {
    margin: 0;
    padding: 0;
}
.inline-services li {
    float: left;
    width: 25%;
    height: 70px;
    text-align: center;
    padding-top: 7px;
    list-style: none;
}
.inline-services p {
    line-height: 16px;
    font-size: 12px
}

/* 行业与展会 */
.industry-exhibition{
    width: 100%;
}
.industry-exhibition .title{
    line-height: 20px;
    font-size: 18px;
    text-align: center;
    padding: 0 5px 0 5px;
}
.industry-exhibition .title span{
    display: inline-block;
    padding: 0 20px;
    background: url(http://img.chinaqking.com/images/newPage/bg8.gif) repeat-x center;
}
.industry-exhibition .title b {
    display: inline-block;
    background-color: #ffffff;
    padding: 0 10px;
}
.industry-exhibition ul {
    margin: 0;
    padding: 0 5px 0 5px;
}
.industry-exhibition li {
    border-top: #A3A3A3 1px solid;
    padding: 10px 5px;
    line-height: 14px;
    height: auto;
    display: list-item;
    list-style: none;
    text-align: justify;
}
.industry-exhibition h3{
    line-height: 16px;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: bold;
}
.industry-exhibition p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 12px;
}
.industry-exhibition h3 a{
    color: black;
}
.industry-exhibition p a{
    color: rgb(95, 94, 94);
}

/* 资讯详情页 */
.news-detail{
    width: 100%;
    float: left;
    border-right: 1px solid #7D7D7D;
    padding: 15px 0;
    height: auto;
    background-color: #E9E9D1;
    background: url('/images/newPage/logo_bg1.png') repeat;
}
.news-detail img{ 
    margin:0 auto;
    display:block;
}
.news-detail h2{
    /* color: #001F93; */
    font-size: 20px;
    text-align: center;
    /* background-color: #EAFCEF; */
    /* width: 650px; */
    height: 41px;
    font-weight: bold;
    border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    margin-top: 15px;
    color: #4E5450;
    padding: 5px 0 5px 0;
}
.news-detail .link-bar{
    font-size: 12px;
    color: #000;
    padding: 0 10px 0 20px;
}
.news-detail .link-bar .foot-zi{
    float: right;
    width: 100px;
    height: 20px;
}
.news-detail .link-bar .foot-zi span{
    font-size: 12px;
    color: #888;
    font-weight: normal;
    vertical-align: top;
    padding-top: 4px;
}
.news-detail .link-bar .gray{
    font-size: 12px;
    color: #000;
}
.news-detail .news-info{
    text-align: right;
    color: #666666;
    margin: 10px 15px 15px 0;
}
.news-detail .news-daodu{
    width: 90%;
    height: auto;
    border: 1px solid #797979;
    background-color: #F0F0F0;
    margin-left: 5%;
    margin-bottom: 15px;
    color: #000;
    padding: 5px;
}
.news-detail .news-daodu tbody{
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.news-detail .news-daodu td{
    font-size: 12px;
    font-weight: bold;
}
.news-detail .news-content{
    font-size: 14px;
    padding: 15px;
    margin-top: 6px;
    line-height: 2em;
    overflow: hidden;
}

/* 首页-论文-来稿 */
.paper{
    background-color: #EEF5FB;
    padding: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
}
.paper .title{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 5px 0px;
    border-bottom: 1px dashed #B0CBD2;
    padding-bottom: 3px;
}
.paper .title span{
    padding-right: 15px;
    background: url(http://img.chinaqking.com/images/newPage/dot3.gif) no-repeat right;
}
.paper table{
    width: 100%;
}
.paper .papertitle{
    padding-left: 10px;
    margin-bottom: 5px;
    background: url(http://img.chinaqking.com/images/newPage/dot9.gif) no-repeat 2px 6px;
}
.paper td{
    font-size: 12px;
}
.paper .papertitle h3{
    /* font-size: 100%; */
    font-size: 12px;
    font-weight: bold;
    margin-top: unset;
}
.paper .theme_more {
    display: block;
    margin: 5px 5px 0 0;
    text-align: right;
}

/* 首页产品展览 */
.product{
    border-top: #8E8E8E 5px solid;
    margin-left: 0;
}
.product .title{
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 5px 0px;
    border-bottom: 1px dashed #B0CBD2;
    /* padding-bottom: 3px; */
    height: 20px;
    /* padding-top: 5px; */
}
.product .title span{
    font-size: 14px;
    color: #303030;
    font-weight: bold;
    float: left;
    padding-right: 15px;
    background: url(http://img.chinaqking.com/images/newPage/dot3.gif) no-repeat right;
}
.product .title .ws_pager{
    float: right;
    margin-right: 10px;
}
.product .title .control{
    display: inline;
    cursor: pointer;
}
.product .container{
    margin: 0 auto;
    width: 574px;
    height: 122px;
    overflow: hidden;
    position: relative;
}
.product .container .slide{
    margin: 0 auto;
    width: 574px;
    height: 122px;
    text-align: center;
    float: left;
}
.product .container .slide div{
    float: left;
    margin: 2px 7px 5px 7px;
}
.product .container .slide img{
    width: 167px;
    height: 94px;
}
.product .container .slide h3{
    font-size: unset;
    margin: unset;
}

/* 底部期刊通 */
.qkt{
    background-color: #9AE6F3;
    padding: 2px 0px 5px 0;
    margin-top: 5px;
    display: inline-grid;
}
.qkt .title{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 5px 0px;
    border-bottom: 1px dashed #B0CBD2;
    padding-bottom: 3px;
    height: 20px;
}
.qkt .book_title{
    float: left;
    padding-left: 10px;
    padding-right: 15px;
    background: url(http://img.chinaqking.com/images/newPage/dot7.gif) no-repeat right;
}
.qkt .book_more{
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
}
.qkt li{
    float: left;
    min-width: 108px;
    padding-left: 28px;
    background: url(http://img.chinaqking.com/images/newPage/dot9.gif) no-repeat 18px 6px;
    height: 18px;
    font-size: 12px;
    overflow: hidden;
    list-style: none;
}

/* 首页滚动消息及站长信箱 */
.scroll-news {
    background-color: #FBCC4E;
    padding: 3px 0;
    margin-top: 6px;
    width: 100%;
    display: table;
    font-size: 12px;
}
.scroll-news .note {
    float: left;
    padding: 0 20px 0 10px;
    margin-top: auto;
    margin-bottom: auto;
    background: url(http://img.chinaqking.com/images/newPage/dot6.gif) no-repeat 15px;
}
.scroll-news span {
    display: inline;
    margin-right: 1em;
    border-bottom: #F68900 2px solid;
    padding: 0 1em;
    float: right;
}
.scroll-news span a {
    display: inline-block;
    background: url(http://img.chinaqking.com/images/newPage/bg10.gif) no-repeat left;
    color: #000000;
    padding-left: 20px;
}

/* 首页合作企业发布 */
.enterprise-pub {
    display: inline;
    color: #555555;
    padding: 10px 10px 0;
    float: left;
    background-color: #E9ECF4;
    margin-left: 10px;
    margin-right: 10px;
}
.enterprise-pub .title{
    line-height: 20px;
    font-size: 20px;
    text-align: center;
}
.enterprise-pub .title span{
    display: inline-block;
    padding: 0 20px;
    background: url(http://img.chinaqking.com/images/newPage/bg8.gif) repeat-x center;
}
.enterprise-pub .title b{
    display: inline-block;
    background-color: #E9ECF4;
    padding: 0 10px;
}
.enterprise-pub ul{
    margin: 10px 0 0 0;
    padding: 0;
}
.enterprise-pub li{
    height: auto;
    clear: both;
    background: url(http://img.chinaqking.com/images/newPage/bg6.gif) repeat-x top;
    padding: 8px 0 10px;
    list-style: none;
}
.enterprise-pub h3{
    font-size: 100%;
    margin-bottom: 5px;
    margin-top: unset;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.enterprise-pub p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 12px;
}
.enterprise-pub p a{
    color: black;
}

/* 首页-中部新闻区底部图片广告 */
.news-pic-ad {
    /* width: 98%; */
    height: auto;
    position: relative;
    padding: 10px 1% 10px 1% ;
}

/* 首页-中部新闻区-新产品情报 */
.news-product-news{
    border: #B0BEC7 1px solid;
    margin: 0 0 0 5px;
}
.news-product-news p a {
    color: #555555
}
.news-product-news h3{
    font-size: 12px;
    line-height: 14px;
    margin-top: unset;
}
.news-product-news p{
    font-size: 12px;
    line-height: 14px;
}
.news-product-news li{
    list-style: none;
}
.news-product-news .title {
    background: url(http://img.chinaqking.com/images/newPage/bg6.jpg) repeat-x top;
    height: 19px;
    line-height: 19px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: #B0BEC7 1px solid;
    padding: 0 10px 0 0;
    overflow: hidden;
}
.news-product-news .title ul{
    margin: 0 0 0 10px;
}
.news-product-news .new-list {
    padding: 5px 10px;
    height: 260px;
    overflow: scroll;
    overflow-x: hidden;
}
.news-product-news .new-list ul{
    margin: 0 0 0 0;
    padding: 0;
}
.news-product-news .new-list li{
    padding: 3px 0;
    clear: both;
    zoom: 1;
    border-top: #DCE3E9 1px solid;
    margin-top: -1px;
}

/* 首页-中部新闻区-市场调研 */
.market_survey {
    border: #B0BEC7 1px solid;
    margin-left: 5px;
}
.market_survey .title{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 5px 0px;
    border-bottom: 1px dashed #B0CBD2;
    padding-bottom: 3px;
}
.market_survey .title span{
    padding-right: 15px;
    background: url(http://img.chinaqking.com/images/newPage/dot3.gif) no-repeat 100% 5px;
    font-weight: bold;
}
.market_survey h3{
    font-size: 12px;
    line-height: 14px;
    margin-top: unset;
}
.market_survey ul{
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.market_survey li{
    list-style: none;
    padding-left: 10px;
    margin-bottom: 5px;
    background: url(http://img.chinaqking.com/images/newPage/dot9.gif) no-repeat 2px 6px;
}
.market_survey .more{
    display: block;
    margin: 5px 5px 0 0;
    text-align: right;
}

/* 首页-主新闻区-本站推广  */
.popularize {
    border-top: #FF4949 4px solid;
    margin-top: 8px;
    background-color: #F6F2E9;
    zoom: 1;
    padding-top: 5px;
    margin-left: 5px;
}
.popularize .title{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 5px 0px;
    border-bottom: 1px dashed #B0CBD2;
    padding-bottom: 3px;
}
.popularize .title span{
    padding-right: 15px;
    background: url(http://img.chinaqking.com/images/newPage/dot3.gif) no-repeat 100% 5px;
    font-weight: bold;
}
.popularize .ad-list{
    height: 150px;
    overflow: hidden;
    position: relative;
}
.popularize .ad-list ul{
    margin: 0 0 0 5px;
}
.popularize .ad-list li{
    list-style: none;
    font-size: 12px;
}

.ad1{ margin-top:15px; height:80px;}
.ad1 #adL{ width:95px; height:60px;float:left;}
.ad1 #adL a{ font-size:10px; color:#0000FF; text-decoration:underline;}
.ad1 #adL span{ color:#666666; text-decoration:none;}
.ad1 #adR{float:right;}