@charset 'utf-8';
/* == time start */
.info_cate{
    position: absolute;
    display: block;
    white-space: nowrap;
    color: #6d6f6e;
    bottom: 23px;
    right: 10px;
}
/* == time end */

/* == .bar start == */
.bar{
    height: 30px;
    background: #f0f0f0;
    line-height: 30px;
}
.bar img{
    padding:5px 5px 0 10px;
}
.bar span{
    font-size: 18px;
    font-weight: bold
}
/* == .bar end == */

/* 容器 start */
.container_left{
    overflow: hidden;
    width: 655px;
    float: left;
}
.container_right{
    overflow: hidden;
    width: 320px;
    padding-left: 25px;
    margin-top: -20px;
}
/* 容器 end */

/* breadcrumb start */
.bread{
    height: 30px;
    line-height: 30px
}
.bread .container span a{
    margin: 0 5px;
    transition: all 0.8s;
}
.bread .container span a:hover{
    color: #e50123;
}
.bread .container span i{
    font-size: 16px;
}
/* breadcrumb end */

/* --- 新闻列表 start --- */
.list_box{
    overflow: hidden;
    height: 115px;
    border-bottom: 1px solid #f0f0f0;
    padding:23px 0 0 0;
}
.list_box:last-child{
    border: 0;
}
.list_box a{
    display: block;
    color: #353334;
}
.list_box a img{
    width:130px;
    height:90px;
}
.list_box a:first-child{
    width: 135px;
    margin-right: 20px;
}
.list_box a:last-child{
    padding-right: 20px;
    line-height: 22px;
}
.list_box p{
    word-wrap: break-word;
    font-weight: normal;
    font-size: 14px;
    color: #6d6f6e;
    white-space: wrap;
    overflow: hidden;
    max-height: 79px;
    max-width: 240px;
}
/* --- 新闻列表 start --- */


/* ===== newsList_box start ===== */

.newsList_box{
    position: relative;
    height: 130px;
    margin-top: 15px;
    border-bottom: 1px dotted #eeeeee;
}
.newsList_box .pic{
    overflow: hidden;
    width: 162px;
    height: 110px;
    margin-right:20px;
}
.newsList_box .pic img{
    height: 100%;
    max-width: 162px;
    transition: all 0.8s;
}
.newsList_box .pic:hover img{
    transform: scale(1.2,1.2);
}
.newsList_box .main{
    overflow: hidden;
    width:500px;
}
.newsList_box .main>div{
    position: absolute;
}
.newsList_box .main .info_title{
    overflow: hidden;
    top: 0;
}
.newsList_box .main .info_title h3{
    font-size: 18px;
    margin: 0 0 10px 0;
}
.newsList_box .main .info_title h3 a{
    color: #000100;
}
.newsList_box .main .info_title p{
    overflow: hidden;
    word-wrap: break-word;
    font-weight: normal;
    color: #6d6f6e;
    font-size: 14px;
    max-height: 60px;
    line-height: 28px;
    padding: 0 5px 0 0;
}
#main{
    overflow: hidden;
    width: 1000px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #e50123!important;
}
/* ===== 左部区域 end ===== */



/*右侧广告*/
.right_top_ads{
    overflow: hidden;
    position: relative;
    width:320px;
}
/*右侧广告*/

/* special start */
.special{
    min-height: 200px;
}
.special .special_title{

    height: 39px;
    background: #f2f2f2;
    padding-left: 10px;
    line-height: 39px; 
    font-weight: bold;
    font-size: 16px; 
}
.special .special_title img{
    padding-right: 5px;
}
.special .special_list{
    padding: 10px;
}
.special .special_list li{
    display: flex;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.special .special_list li span{
    display: block;
    min-width: 15px;
    height: 15px;
    margin: 7px 0 0 0;
    background: #8b8b8b;
    border-radius: 3px; 
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    color: white;
}
.special .special_list li .special-col{
    background: #fb7f1f;
}
.special .special_list li a{
    overflow: hidden;
    display: block;
    width: 320px;
    line-height: 30px;
    margin: 0 0 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}
.special .special_list li a:hover{
    color: #e50123;
}
.special .special_list li img{
    max-width: 15px;
    max-height: 17px;
    margin: 6px 0 0 0;
}
/* special end */

/* 精彩推荐 start */
.show .special_list li a{
    padding-left: 15px;
    background: url(../images/tip_02.jpg) no-repeat 0 12.5px;
    background-size:5px;
    margin: 0;
}
/* 精彩推荐 end */