@charset "utf-8";
/* 右部列表共有样式 */

.right .listHead{
    width: 100%;
    height: 30px;
    background: #f0f0f0;
    line-height: 30px;
    font-size: 16px;
}
.right .listHead img{
    margin:5px 8px 0 8px;
}
.right .listHead a{
    text-indent: 5px;
}




/* =============相关阅读start============== */
.arti{
    margin-top: 5px;
    border: 1px solid #fafafa;
}
.arti .artis{
    margin-bottom: 15px;
}
.arti_box{
    position: relative;
    width: 760px;
    height: 148px;
    padding-top:25px;
    margin:0px 20px 0px 20px;
    border-bottom:1px solid#f0f0f0;
}
.arti_box h3{
    font-size: 22px;
    line-height: 1.4;
    text-align: justify;
    font-weight: bold;
}

.arti_box p{
    line-height: 30px;
    margin-top: 20px;
    color: #6d6f6e;
}
.arti_box p a{
    color: #6d6f6e;
}
.arti_box p span{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/* =============相关阅读end============== */




/* 自定义共有属性 */

/* mainCont start */

/*.mainCont .left{
 width:785px;
 overflow:hidden;
}*/
.mainCont  h1{
    font-size: 30px;
    line-height: 1.4;
    text-align: justify;
    font-weight: bold;
}
.mainCont .title{

    line-height: 40px;
    border-bottom: 1px solid #cdcdcd;
}
.mainCont .sub{
    padding:5px;
}
.mainCont .sub span{
    padding:0 5px 0 5px;
}
.mainCont .content{
    overflow: hidden;
    position: relative;
    padding:8px;
    border-bottom: 1px solid #cdcdcd;
    margin: 30px 0 30px 0; 
    
    color: #333;
    font-size: 18px;
    word-wrap: break-word;
/*    font-weight:lighter;*/
    line-height: 36px;
}
.mainCont .content b{
    font-weight: bold;
}
.mainCont .content strong{
    font-weight: bold;
}
.mainCont .content p{
margin: 0;
}
/*.mainCont .content br{
    display:block;line-height:23px;
    margin:0;
    padding:0;
}*/
.mainCont .content p img{
    max-width: 650px;
}

.mainCont .content p iframe{width:100%;min-height:450px;}

/* banner start */
.banner a{
    display: block;
}
.banner a img{
    height: 100%;
}
/* banner start */

/* 右部栏目 */

/*内容页右侧广告 start */
.right_top_ads{
    overflow: hidden;
    position: relative;
    width:390px;
}
/* 广告动画 */
.right_top_ads div{
    position: absolute;
    width: 390px;
    background: rgba(254, 249, 217, 0.3);
    left: 0;
    top: 0;
    transition: all 0.8s;
    transform-origin: left bottom;
}
.right_top_ads:hover div{
    transform: rotate(-90deg);
    background: rgba(164, 164, 164, 0.0);
}

/* 内容页右侧广告 end */


/*推荐图片 start*/
.focus_box{
 width: 390px;
 position: relative;
 overflow: hidden;
}
.focus_box ul {
 margin-left:-22px;
}
.focus_box ul li{
    position: relative;
    float: left;
    width: 178px;
    height: 140px;
    margin-left:22px;
    margin-top: 15px;
    overflow: hidden;
}
.focus_box ul li .pic{
    width:178px;
    height: 115px;
    overflow:hidden;
}
.focus_box ul li img{
    transition: all 0.8s;
    height:115px;
}
.focus_box ul li img:hover{
    transform: scale(1.2,1.2);
}
.focus_box ul li span{
    display: block;
    width: 100%;
    line-height:27px;
    text-align: center;
    color: #6d6f6e;
}
.focus_box ul li span:hover{
    color: #e70012;
    text-decoration: underline;
}

.focus_box ul li>a>div{
    position: absolute;
    width: 178px;
    height: 115px;
    left: 0;
    top: 0; 
    background: rgba(109, 111, 110, 0.3);
    transition: all 0.8s;
}
.focus_box ul li>a>div:hover{
    background: rgba(109, 111, 110, 0.1);
    transform: scale(0,0);
}
/*推荐图片end*/

/* ==== 遮盖层 start ==== */
#hiddenLayer{
    position: absolute;
    display: block;
    width: 100%;
    background:white;
    background: linear-gradient(to top,rgba(250,250,250,1), 
    rgba(250,250,250,1),rgba(250,250,250,0.8),rgba(250,250,250,0.2));
    left: 0;
    bottom:-100px;
    transition: all 0.8s;
    text-align: center;
}
/* ==== 遮盖层 end ==== */

/* === 按钮 start === */
.button{
    width:100px;
    display: block;
    padding: 5px 8px 5px 8px;
    background: #d40000;
    border-radius: 5px;
    color: white;
    text-align: center;
    outline: none;
    margin:10px auto;
    font-size:14px;
    cursor:pointer;
}

/* === 按钮 end === */

/* mainCont end */
