@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: '方正准雅宋_GBK';
    src: url(/resource/img/fzzys_simplify.ttf);
}
.cont-top {width:1280px;background-color:#fff;margin:0px auto;padding:40px;box-sizing:border-box;border-bottom: 1px solid #ededed;}
.cont-top a:hover {text-decoration:none;}
.article-info {font-size:14px;color:#999;width:900px;height:45px;line-height:45px;}
.article-info .article-time,.article-source {display:block;float:left;margin-right:24px;}
.article-info .article-size {cursor:pointer;}
.article-share {width:155px;position:relative;}
.article-share .share-weixin {display:block;float:left;width:45px;height:45px;border-radius:50%;background: url(/resource/img/weixin.png) 1px 5px #4cad04;margin-right:10px;}
.article-share .share-weibo {display:block;float:left;width:45px;height:45px;border-radius:50%;background: url(/resource/img/weibo.png) 3px 2px #f5c400;margin-right:10px;}
.article-share .share-qq {display:block;float:left;width:45px;height:45px;border-radius:50%;background: url(/resource/img/qqzone.png) -2px 2px #008df0;}
.article-share-qrcode{ position: absolute;left:-260px;top: 0px;z-index: 1000;width: 240px;height: 300px;background: #fff;border: 1px solid #ccc;box-shadow: 0 1px 13px rgb(191 191 191);padding: 15px;
box-sizing: border-box;color: #999;display:none;font-size:12px;}
.article-share-qrcode .code {padding:20px;}
.article-share-qrcode .closed {float: right;width: 12px;height: 12px;background: url(/resource/img/close_btn.png);background-position: 0px 0px;cursor: pointer;}
.article-title {padding: 30px 0px;line-height: 50px;font-size: 2.4em;font-weight: 600;width: 100%;clear: both;}
.cont-main {width:1280px;background-color:#fff;margin:0px auto;overflow:hidden;padding:40px;box-sizing:border-box;}
.cont-main a:hover {text-decoration:none;}
.cont-left {width:820px;}
.cont-article {width:800px;margin:0px auto;}
.cont-article p {line-height: 35px;font-size: 18px;padding: 10px 0px;}
.cont-article img {max-width:800px;}
.cont-article-rel ul {padding:10px 0px;}
.cont-article-rel li {line-height:30px;font-size:16px;}
.article-rel-title {border-bottom:1px solid #eee;height:39px;font-size:16px;}
.article-rel-title span{display:inline-block;border-bottom: 4px solid #ee1c25;width:100px;height:35px;line-height:35px;}
.cont-article-gaoyuan {text-align: right;}
.cont-article-gaoyuan img {height:30px;}
.cont-article-gaoyuan span {padding-left: 20px;}
.cont-right {width:270px;}

/*公共tit标题*/
.tit{
    width: 100%;
}
.tit a{
    display: inline-block;
    width: 100%;
    height: 26px;
    color: #040404;
    font-size: 26px;
    font-family: 宋体;
    font-weight: bold;
    line-height: 26px;
    padding-left: 10px;
    margin: 7px 0;
    border-left: 12px solid #bcbcbc;
}
.sz_box{
    width: 270px;
    margin-top: 20px;
}
.zt_box{
    width: 270px;
    margin-top: 30px;
}
.sz_list,
.zt_list{
    margin-top: 10px;
}
.zt_box .zt_list ul li,
.zt_box .zt_list ul li {
    width: 270px;
}
.sz_box .sz_list ul li a,
.zt_box .zt_list ul li a{
    display: inline-block;
    width: 270px;
    overflow: hidden;
}
.sz_list ul li a img,
.zt_list ul li a img{
    display: inline-block;
    width: 270px;
    height: 154px;
}
.sz_list ul li:hover a img,
.zt_list ul li:hover a img{
    transform: scale(1.05);
    transition: 0.2s;
}
.sz_list ul li a p,
.zt_list ul li a p{
    font-size: 14px;
    text-align: center;
    line-height: 44px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;
}

.sh_box {
    margin-top: 30px;	
}
.sh_list{
   /* margin-top: 10px;*/
}
.sh_list ul li {
    width: 270px;
}
.sh_list ul li a {
    display: inline-block;
    width: 270px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #e9e9e9;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;
}
