@charset "utf-8";
/*
* 列表公共部分
*/
.list_a{
    display: block;
    overflow: hidden;
    position: relative;
}
.imgdiv{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 66.66666667%;
}
.imgdiv img{
    display: block;
    width: 100%;
    height: 100%;
    *height: auto;
    position: absolute;
    left: 0px;
    top:0px;
}
.scaleimg img{
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.scaleimg:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.listtit{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listname{
    font-size: 14px;
    color:#666;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listname:hover,
.list_a:hover .listname,
.list_a:hover .listtit{
    color:#57c282;
}
.listintr{
    font-size: 14px;
    color:#999;
    line-height: 25px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listtime{
    font-size: 14px;
    color:#999;
    overflow: hidden;
    line-height: 20px;
}
.listtime i{
    color:#999;
}
.listdeta{
    overflow: hidden;
}
.icon{
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.eyes{
    background: rgba(0,0,0,0.5)  no-repeat center center;
}
.play{
    background: rgba(0,0,0,0.5) url(/uploads/image/syimages/play.png) no-repeat center center;
}

.autoimg{
    position: relative;
    overflow: hidden;
    padding-top: 66.66666667%;
    background: #fafafa;
}
.autoimg img{
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*
* css截取字符串
*/

.clamp1{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clamp2{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp3{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp4{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp5{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp6{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*
* 内容垂直居中
*/
.tablecont{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top:0px;
    z-index: 5;
}
.table{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
}
.tablecell{
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}

/*
* page ycj
*/
.page{padding:5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:12px 18px;color:#999999;border-radius:3px;background: #fff;}
.page a:hover{background: #57c282;color: #fff;}
.page a.hover{background: #57c282;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pagedetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
    width: 11px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page a.firstpage div{background-image: }
.page a.prevpage div{background-image: }
.page a.nextpage div{background-image: }
.page a.lastpage div{background-image: }

.page a.firstpage:hover div{background-image: }
.page a.prevpage:hover div{background-image: }
.page a.nextpage:hover div{background-image: }
.page a.lastpage:hover div{background-image: }

.page a.firstpage.disabled{background:#e2e2e2;}
.page a.prevpage.disabled{background:#e2e2e2;}
.page a.nextpage.disabled{background:#e2e2e2;}
.page a.lastpage.disabled{background:#e2e2e2;}

.page a.firstpage.disabled div{background-image: }
.page a.prevpage.disabled div{background-image: }
.page a.nextpage.disabled div{background-image: }
.page a.lastpage.disabled div{background-image: }


/*
* 全文列表 kis2
*/
.txtlist_dl{
    overflow: hidden;
}
.txtlist_dl dd{
    padding: 10px 0px;
    overflow: hidden;
}
.txtlist_dl dd .list_a{
    background: #f4f4f4;
    border: 1px solid #e7e7e7;
    padding: 50px 35px;
}
.txtlist_dl .listname{
    font-size: 22px;
    color:#434343;
    height: 30px;
    line-height: 30px;
}
.txtlist_dl dd.odd .list_a{
    background: #fff;
}
.txtlist_dl .listintr{
    height: 50px;
    color:#929292;
}
.txtlist_dl .listtime{
    color:#3a3a3a;
    font-size: 15px;
}
.txtlist_dl .txtimg{
    width: 300px;
}
/*
* 图文列表 kis2
*/
.textimg_dl{
    overflow: hidden;
}
.textimg_dl dd{
    padding: 15px 0px;
    overflow: hidden;
}
.textimg_dl .list_a{
    background: #fff;
}
.txtimg{
    overflow: hidden;
    width: 285px;
    position: relative;
    margin-right: 30px;
}
.txtimg .imgdiv{
    padding-top: 54.0023895%;
}
.txtimgtime{
    width: 60px;
    height: 65px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    padding-top: 5px;
    background:  no-repeat center center;
}
.txtimgtime span{
    display: block;
    overflow: hidden;
    font-size: 24px;
    color:#fff;
    text-align: center;
}
.txtimgtime i{
    display: block;
    overflow: hidden;
    font-size: 12px;
    color:#fff;
    text-align: center;
}
.textimg_dl .listdeta{
    padding: 30px 0px;
}
.textimg_dl .listname{
    font-size: 20px;
}
.textimg_dl .listintr{
    height: 50px;
    padding-right: 30px;
}
/*
* 图文列表 kis2
*/
.textimg_dl2{
    overflow: hidden;
    margin: 0px -22px 0px 23px;
}
.textimg_dl2 dd{
    width: 33.3333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 22px 0px 23px 0px;
}
.textimg_dl2 .list_a{
    background: #fff;
    margin: 0px 22px 0px 23px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.textimg_dl2 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translatey(-5px);
    -ms-transform: translatey(-5px);
    -o-transform: translatey(-5px);
    transform: translatey(-5px);
}
.textimg_dl2 .imgdiv{
    padding-top: 54.0023895%;
}
.textimg_dl2 .listdeta{
    overflow: hidden;
    padding: 20px 30px;
}
.textimg_dl2 .listintr{
    height: 50px;
}
.textimg_dl2 .listtime{
    color:#666;
}
/*
* 全图列表1 kis2
*/
.imglist_dl1{
    margin: 0px -10px;
}
.imglist_dl1 dd{
    width: 33.33333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.imglist_dl1 .list_a{
    margin: 0px 10px;
    background: #fff;
    text-align: center;
}
.imglist_dl1 .imgdiv{
    padding-top: 54.0023895%;
}
.imglist_dl1 .listdeta{
    padding: 10px 15px;
}
.imglist_dl1 .list_a{
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imglist_dl1 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translatey(-5px);
    -ms-transform: translatey(-5px);
    -o-transform: translatey(-5px);
    transform: translatey(-5px);
}

/*
* 全图列表2 kis2
*/
.imglist_dl2{
    margin: 0px -10px;
}
.imglist_dl2 dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.imglist_dl2 .list_a{
    margin: 0px 10px;
    background: #fff;
    text-align: center;
}
.imglist_dl2 .imgdiv{
    padding-top: 133.33333333%;
}
.imglist_dl2 .listdeta{
    padding: 10px 15px;
}
.imglist_dl2 .list_a{
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imglist_dl2 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translatey(-5px);
    -ms-transform: translatey(-5px);
    -o-transform: translatey(-5px);
    transform: translatey(-5px);
}

/*
* 全图列表4 kis2
*/
.imglist_dl4{
    margin: 0px -10px;
}
.imglist_dl4 dd{
    width: 33.333333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.imglist_dl4 .list_a{
    margin: 0px 10px;
    background: #fff;
    text-align: center;
}
.imglist_dl4 .imgdiv{
    padding-top: 133.33333333%;
}
.imglist_dl4 .listdeta{
    padding: 10px 15px;
}
.imglist_dl4 .list_a{
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imglist_dl4 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translatey(-5px);
    -ms-transform: translatey(-5px);
    -o-transform: translatey(-5px);
    transform: translatey(-5px);
}

/*
* 全图列表5 kis2
*/
.imglist_dl5{
    margin: 0px -10px;
}
.imglist_dl5 dd{
    width: 33.333333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.imglist_dl5 .list_a{
    margin: 0px 10px;
    background: #fff;
    text-align: center;
}
.imglist_dl5 .imgdiv{
    padding-top: 54.0023895%;
}
.imglist_dl5 .listdeta{
    padding: 10px 15px;
}
.imglist_dl5 .list_a{
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imglist_dl5 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translatey(-5px);
    -ms-transform: translatey(-5px);
    -o-transform: translatey(-5px);
    transform: translatey(-5px);
}


/**
 * 电子期刊（竖）
 * @author 杨朝杰
 * @return
 */
.booklist1{
    margin: 0px -10px;
}
.booklist1 dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.booklist1 .list_a{
    margin: 0px 10px;
    background: #fff;
    text-align: center;
	-webkit-animation:gfadein 0.6s 0.8s both; 
	-moz-animation:gfadein 0.6s 0.8s both; 
	animation:gfadein 0.6s 0.8s both;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}
.booklist1 .list_a:hover{
    box-shadow: 0 0px 25px rgba(0,0,0,0.1);
    -webkit-transform: translatey(-5px);
    -ms-transform: translatey(-5px);
    -o-transform: translatey(-5px);
    transform: translatey(-5px);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
.booklist1 .imgdiv{
    padding-top: 133.33333333%;
}
.booklist1 .listdeta{
    padding: 10px 15px;
}
.imglist_dl2 .list_a{
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imglist_dl2 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translatey(-5px);
    -ms-transform: translatey(-5px);
    -o-transform: translatey(-5px);
    transform: translatey(-5px);
}

/**
 * 电子期刊（横）
 * @author 杨朝杰
 * @return
 */
.booklist2{
    margin: 0px -10px;
}
.booklist2 dd{
    width:33.3333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.booklist2 .list_a{
    margin: 0px 10px;
    background: #fff;
    text-align: center;
	-webkit-animation:gfadein 0.6s 0.8s both; 
	-moz-animation:gfadein 0.6s 0.8s both; 
	animation:gfadein 0.6s 0.8s both;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}
.booklist2 .list_a:hover{
    box-shadow: 0 0px 25px rgba(0,0,0,0.1);
    -webkit-transform: translatey(-5px);
    -ms-transform: translatey(-5px);
    -o-transform: translatey(-5px);
    transform: translatey(-5px);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
.booklist2 .imgdiv{
    padding-top:66.67%;
}
.booklist2 .listdeta{
    padding: 10px 15px;
}
.imglist_dl2 .list_a{
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imglist_dl2 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translatey(-5px);
    -ms-transform: translatey(-5px);
    -o-transform: translatey(-5px);
    transform: translatey(-5px);
}

/**
 * 文章详细页（标题、时间、内容、附件）
 * @author 杨朝杰
 * @return
 */
/* ————— 视频 start ————— */
.newsviewvideo{width: 700px;height: 395px;margin: 0 auto;position: relative;}
.newsviewvideo #col1mui-player{height: 100% !important;cursor: pointer;}
.newsviewvideo #muiplaybtn{position: absolute;left: 0;top: 0;background: url(/uploads/image/syimages/play.png) no-repeat center center;width: 100%;height: 100%;display: block;z-index: 999;cursor: pointer;}
/* ————— 视频 end ————— */
.viewcont{
    padding: 35px;
    overflow: hidden;
    background: #fff;
}
.pagebox{
    min-height:300px;
    height:auto !important;
    height:300px;
    clear:both;
    overflow:hidden;
    padding:40px 60px; 
    background:#fff;
    -webkit-animation: gfadein 0.6s 0.6s both;
    -moz-animation: gfadein 0.6s 0.6s both;
    animation: gfadein 0.6s 0.6s both;
    }
.articletitle{
    padding:20px 0 0px 0;
    font-size:30px;
    line-height:45px;
    color:#141414;
    text-align: center;
    font-weight:bold;
}
.contactsubtit{
    overflow: hidden;
    font-size: 18px;
    color:#333;
    text-align: center;
    padding: 10px 0px;
    line-height: 30px;
}
.articletime {
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    color: #666;
    font-size: 14px;
    padding: 20px 0px 30px 0px;
}
.articletime .center{
    display: inline-block;
}
.article_fz{
    position:relative;
    cursor:pointer;
    margin: 0px 20px;
}
.article_fzbox{
    width:100%;
    overflow:hidden;
    position:absolute;
    top:30px;
    left:0;
    z-index:9999;
    opacity:0;
    transform:rotatex(90deg);
    -webkit-transform:rotatex(90deg);
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    transform-origin:center top;
    -webkit-transform-origin:center top;
}
.article_fz:hover .article_fzbox{
    opacity:1;
    transform:rotatex(0deg);
    -webkit-transform:rotatex(0deg);
}
.article_fzbox span{
    display:block;
    height:20px;
    background:#f5f5f5;
    font-size:14px;
    color:#666;
    text-align:center;
    line-height:20px;
    cursor:pointer;
}
.article_fzbox span:hover{
    background:#cf3827;
    color:#fff;
}
.article_fzbox span.hover{
    background:#cf3827;
    color:#fff;
}
.newsshare{
    overflow: hidden;
}
.sharebox .sharejs_list  .sharejs_item{position:relative;z-index: 100}
/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.articleshare {display: inline-block;vertical-align: middle;}
.articleshare .shareparent .shareitem{vertical-align: middle;}

.articleshare .sharejs_icon.icon_sinaweibo {
    border-color: #e55f5f !important;
    background: #e55f5f !important;
    color: #fff !important;
}
.articleshare .sharejs_icon.icon_sinaweibo:hover{
    opacity: .8;
    border-color: #e55f5f !important;
    background: #e55f5f !important;
    color: #fff !important;
}
.articleshare .sharejs_icon.icon_sinaweibo:hover{
    opacity: .8;
}
.articleshare .sharejs_icon.icon_wechat {
    border-color: #57bb1f !important;
    background: #57bb1f !important;
    color: #fff !important;
}
.articleshare .sharejs_icon.icon_wechat:hover{
    opacity: .8;
    border-color: #57bb1f !important;
    background: #57bb1f !important;
    color: #fff !important;
}
.fontbt span{ cursor:pointer; padding:0 2px;}
.fontbt span:hover,.fontbt span.hover{ color:#ff0000;}
.articlebox {
    overflow:hidden;
    font-size: 14px;
    color: #747474;
    line-height: 30px;
    padding:20px 0 0 0;
}
.articlebox a{
    font-size: 14px;
    color:#57c282;
}
.articlebox img{ max-width:100%;}

.articlehand{
    clear:both;
    font-size:16px;
    overflow: hidden;
    padding:10px 0 0 0;
    }
.articlehand a{
    display:block;
    line-height:32px;
    padding:10px 20px 10px 30px;
    float:left;
    background:url(/uploads/image/syimages/file.png) no-repeat left center; 
}
.articlehand a.word{background:url(/uploads/image/syimages/word.png) no-repeat left center; color:#37a6ff !important; }
.articlehand a.ppt,.articlehand a.pptx{background:url(/uploads/image/syimages/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articlehand a.excel{background:url(/uploads/image/syimages/excel.png) no-repeat left center; color:#15bf44 !important; }
.articlehand a.pdf{background:url(/uploads/image/syimages/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articlehand a.zip{background:url(/uploads/image/syimages/zip.png) no-repeat left center; color:#ff9779 !important; }

.codebox{
    clear:both;
    background:#fff;
    text-align:center;
    padding:20px;
    }
.codebox p{
    display:block;
    line-height:40px;
    font-size:14px;
    }
    
/**
 * 文章阅读页-内容上部大图
 */
#play{
    width:800px;
    height:535px;
    position:relative;
    overflow: hidden;
    background:#fff;
    border:1px solid #e9e9e9;
    padding:5px;
    margin:20px auto 0 auto;
}
#play .change_a {
    width:40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background:;
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}
#play .prev_a span {background: url(/uploads/image/syimages/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(/uploads/image/syimages/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
}
#play .img_ul li{
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
    background:#fff;
    margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgmove{width:800px;clear:both;margin:20px auto;position:relative;}
.img_hd {
    margin:0 auto;
    overflow: hidden;
    height:60px;
    position:relative;
}
.img_hd ul {
    position: absolute;
    z-index: 1
}
.img_hd ul li {
    float: left;
    height:47px;
    width:70px;
    padding:3px;
    margin:0 7px;
    cursor: pointer;
    background:#fff;
    border:1px solid #d4d4d4;
    position:relative;
}
.img_hd ul li p{
    height:47px;
    width:70px;
    display:block;
    background:#fff;
    position:relative;
    }
.img_hd ul li i{
    display:block;
    clear:both;
    line-height:20px;
    padding:0 5px;
    background:#000;
    color:#fff;
    position:absolute;
    right:3px;
    bottom:3px;
    z-index:99999999999999;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family:arial;
    font-size:12px;
    font-style:normal;
    }
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #ff7741;background:#ff7741;}
.imgmove .bottom_a {
    width:20px;
    height:25px;
    display: block;
    cursor: pointer;
    z-index: 10;
    float:left;
    top:15px;
    position:absolute;
    z-index:9999999999999;
    background:url(/uploads/image/syimages/article_icon.png) no-repeat;
}
.imgmove .prev_a {background-position:left top;left:0;}
.imgmove .next_a {background-position:right top;right:0;}

.articlepage{
    clear:both;
    text-align:center;
    overflow:hidden;
    padding:20px 0;
    }
.articlepage a{
    display: inline-block;
    padding: 8px 15px;
    color: #444;
    border-radius: 2px;
    margin: 0 2px;
    background: #e2e2e2;
    }
.articlepage a:hover,.articlepage a.hover{
    color:#fff;
    background:#666;
    }
    
.pageup{
    clear:both;
    overflow:hidden;
    line-height:35px;
    font-size:16px;
    padding:20px 170px 0 0;
    border-top: 1px solid #e4e4e4;
    position: relative;
}
.pageup a{color:#666;}
.pageup a:hover{
    color:#d92a35;
}
a.backlist{
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    background: #57c282;
    font-size: 15px;
    color:#fff !important;
    text-align: center;
    padding: 0px 30px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
}
/**
 * 分享
 * @author 杨朝杰
 * @return
 */
.sharebox {
    overflow: hidden;
    clear:both;
}
.sharebox p {
    display: block;
    overflow: hidden;
    float: left;
}
.sharebox i {
    clear:both;
    display: block;
    font-size:12px;
    color:#666;
    text-align: center;
    overflow: hidden;
    margin:5px 0px;
    display:none;
}
.sharebox span {
    font-size: 14px;
    line-height: 30px;
    float:left;
}
.sharebox a{
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 7px 0 0 !important;
    }
.sharebox .bds_wechat{background:  no-repeat center center !important;background-size:100%!important;}
.sharebox .bds_tsina{background:  no-repeat center center !important;background-size:100%!important;}
.sharebox .bds_tqq{background:  no-repeat center center !important;background-size:100%!important;}
.sharebox .bds_qzone{background:  no-repeat center center !important;background-size:100%!important;}
.sharebox .bds_douban{background:  no-repeat center center !important;background-size:100%!important;}
.sharebox .bds_sqq{background:  no-repeat center center !important;background-size:100%!important;}
.sharebox .f_more{background: no-repeat -111px 0px !important;}

.articlebox table{
    margin:auto;
}
/* ========== 医疗器械首页 start ========== */
.imghover .pic{ overflow:hidden;}/* 设置图片经过放大 */
.imghover img{ overflow:hidden; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}/* 设置图片经过放大 */
.imghover:hover img{ transform:scale(1.05); -webkit-transform:scale(1.05);}/* 设置图片经过放大 */
.clearc:after {display: block;content: ' ';clear: both;visibility: hidden;}
.ylby_ylqxbox{background: ;overflow: hidden;background-size: 100% 100%;}
.ylby_ylqxsearch{padding: 15px 30px;background: rgba(0,0,0,0.4);width: 780px;margin: 0 auto;}
.ylby_ylqxsearch .searchdiv{width: 600px;float: left;display: inline;border-radius: 4px;background: #ffffff;margin-right: 15px;}
.ylby_ylqxsearch .searchdiv input{width: 100%;height: 40px;line-height: 40px;background: none;border: none;box-sizing: border-box;-webkit-box-sizing: border-box;font-size: 16px;color: #666;padding: 0 10px;}
.ylby_ylqxsearch .ylqxsearchbtn{display: block;width: 165px;height: 40px;overflow: hidden;background: #deaa49;text-align: center;line-height: 40px;font-size: 16px;color: #fff;letter-spacing: 12px;text-indent: 12px;}
.ylby_ylqxtitle{font-size: 0;overflow: hidden;text-align: center;}
.ylby_ylqxtitle .title{display: inline-block;padding: 0 30px;position: relative;font-size: 35px;color: #454545;height: 50px;line-height: 50px;overflow: hidden;}
.ylby_ylqxtitle .title::before{content: '';display: block;width: 100%;height: 15px;border-radius: 8px;background: #73d8d4;position: absolute;left: 0;bottom: 0;}
.ylby_ylqxtitle .title span{margin: 0 20px;z-index: 5;position: relative;}
.ylby_ylqxlist1dl{overflow: hidden;}
.ylby_ylqxlist1dl dd{height: 600px;position: relative;overflow: hidden;}
.ylby_ylqxlist1dl dd.dd1 .ball{width: 113px;height: 143px;position: absolute;background: url(/uploads/image/syiylby/ball1.png) no-repeat center left;background-size: auto 143px;left: 0;bottom: 170px;}
.ylby_ylqxlist1dl dd.dd2 .ball{width: 130px;height: 208px;position: absolute;background: url(/uploads/image/syiylby/ball2.png) no-repeat center right;background-size: auto 208px;right: 0;bottom: 150px;}
.ylby_ylqxlist1dl dd.dd3 .ball{width: 146px;height: 204px;position: absolute;background: url(/uploads/image/syiylby/ball3.png) no-repeat center left;background-size: auto 204px;left: 0;bottom: 55px;}
.ylby_ylqxlist1dl dd.dd4 .ball{width: 192px;height: 152px;position: absolute;background: url(/uploads/image/syiylby/ball4.png) no-repeat center right;background-size: auto 152px;right: 0;bottom: 150px;}
.ylby_ylqxlist1dl dd::after{content: '';display: block;width: 100%;height: 99px;position: absolute;top: 150px;}
.ylby_ylqxlist1dl dd.odd::after{right: 0;background: url(/uploads/image/syiylby/line1.png) no-repeat right center;background-size: auto 99px;}
.ylby_ylqxlist1dl dd.dd4::after,
.ylby_ylqxlist1dl dd.even::after{left: 0;background: url(/uploads/image/syiylby/line2.png) no-repeat left center;background-size: auto 110px;}
.ylby_ylqxlist1dl dd::before{content: '';display: block;width: 100%;position: absolute;left: 0;bottom: 0;}
.ylby_ylqxlist1dl dd.odd::before{height: 251px;background: no-repeat right bottom;background-size: auto 251px;}
.ylby_ylqxlist1dl dd.even::before{height: 266px;background: no-repeat left bottom;background-size: auto 266px;}
.ylby_ylqxlist1dl dd.dd4::before{height: 266px;background: no-repeat left bottom;background-size: auto 266px;}
.ylby_ylqxlist1dl dd .imgbox{position: relative;z-index: 5;}
.ylby_ylqxtabbox{overflow: hidden;}
.ylby_ylqxtab,
.ylby_ylqxtabc{margin: 0 15px;}
.ylby_ylqxtabdl{overflow: hidden;background: #ffffff;border-radius: 10px;position: relative;}
.ylby_ylqxtabdl dd{float: left;display: inline;width: 25%;height: 94px;line-height: 94px;overflow: hidden;text-align: center;font-size: 35px;color: #363636;cursor: pointer;border-radius: 10px;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;z-index: 5;position: relative;}
.ylby_ylqxtabdl dd:hover,
.ylby_ylqxtabdl dd.hover{color: #ffffff;background: #99d9d9;}
.menuicon div{border-radius: 10px;}
.ylby_ylqxlist2dl{overflow: hidden;margin-right: -68px;min-height: 200px;text-align: center;font-size: 30px;line-height: 300px;}
.ylby_ylqxlist2dl dd{float: left;display: inline;width: 33.3333%;}
.ylby_ylqxlist2dl dd .con{margin-right: 68px;}
.ylby_ylqxlist2dl dd .con .pic::before{padding-top: 100%;background: #ffffff;}
.ylby_ylqxlist2dl dd .con .text{padding: 16px 0 18px;}
.ylby_ylqxlist2dl dd .con .title{font-size: 0;text-align: center;padding: 0;display: block;}
.ylby_ylqxlist2dl dd .con .title a{display: inline-block;font-size: 22px;color: #454545;max-width: 100%;height: 36px;line-height: 36px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.ylby_ylqxlist2dl dd .con:hover .title a{color: #00bbb4;}
.ylby_ylqxlist2dl dd .con .info{height: 32px;line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;color: #454545;text-align: center;}
.ylby_ylqxtabmore{font-size: 0;text-align: center;margin-bottom: 145px;padding: 40px 15px;}
.ylby_ylqxtabmore a{display: block;background: #00bbb4;height: 94px;line-height: 94px;overflow: hidden;border-radius: 10px;font-size: 35px;color: #ffffff;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.ylby_ylqxtabmore a:hover{box-shadow: 0 0px 30px 0px rgba(0,187,180,0.5);}
.ylby_ylqxtabmore a span{display: inline-block;padding-right: 20px;position: relative;}
.arrowiconr{display: inline-block;width: 10px;height: 10px;border-top: solid 2px currentcolor;border-right: solid 2px currentcolor;-webkit-transform: rotate(45deg);transform: rotate(45deg);position: absolute;top: 5px;bottom: 0;right: 0;margin: auto 0;}
/* ========== 医疗器械首页 end ========== */