/* nav_sec */
.nav_sec a{
    padding-right: 10px;
    margin-right: 10px;
}
.nav_sec a:before{
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #666;
}
.nav_sec a:last-child:before{
    display: none;
}
/* art_list_top */
.art_list_top{
    padding: 20px 30px 20px 18px;
    border-radius: 3px;
    box-shadow: 0px 4px 16px #dcdcdc;
    -webkit-box-shadow: 0px 4px 16px #dcdcdc;
}
.art_list_top .art_top_img{
    width: 241px;
    height: 201px;
}
.art_list_top .art_top_img span.pa{
    bottom: 0;
    left: 0;
    right: 0;
    height: 27px;
    line-height: 27px;
    padding: 0 8px;
    background: rgba(0, 0, 0, 0.68);
}
.art_list_top .art_top_con{
    width: 470px;
}
.art_list_top .art_top_con .top_con_bg{
    padding: 8px 10px 4px;
    background: #FEF0F5;
    border-radius: 6px;
}
.art_list_top .art_top_con .more_thr{
    max-height: 75px;
    line-height: 25px;
    overflow: hidden;
}
.art_list_top .art_top_con .art_top_list a{
    width: 200px;
    margin-right: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.art_list_top .art_top_con .art_top_list a:nth-child(2n){
    margin-right: 0;
}
/*閺傛澘濮?*/
.wrap .content_l .nav_sec{
    height: 56px;
    border: 1px solid #ccc;
}
.wrap .content_l .nav_sec .title{
    background: #FF6980;
    height: 56px;
    width: 124px;
    line-height: 56px;
}
.wrap .content_l .nav_sec .box {
    float: left;
    width: 0;
    height: 0;
    border-top: 28px solid white;
    border-right: 12px solid white;
    border-bottom: 28px solid #FF6980;
    border-left: 12px solid #FF6980;
    z-index: 2;
    margin-left: -12px;
}
.wrap .content_l .nav_sec .list .item{
    height: 56px;
    line-height: 56px;
}
.wrap .content_l .nav_sec .list .item a{
    height: 20px;
    border-right: 1px  solid #333;
    padding: 0 8px;
}
.wrap .content_l .nav_sec .list .item:last-child a{
    border-right: none;
}
/*閺傛澘濮炵紒鎾存将*/

/* art_thr_list */
.art_thr_wrap{
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}
.art_thr_wrap .art_thr_list{
    border-bottom: 4px solid #eee;
    padding: 0 40px 24px 10px;
}
.art_thr_wrap .art_thr_list:last-child{
    border-bottom: 0;
}
.art_thr_wrap .art_thr_list .title{
    height: 54px;
    line-height: 54px;
    border-bottom: 1px dashed #dcdcdc;
}
.art_thr_wrap .art_thr_list .more_two{
    max-height: 44px;
    overflow: hidden;
}
.art_thr_wrap .art_thr_list .more_two .pa{
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 0 104px 0 0;
}
.art_thr_wrap .art_thr_list .tip{
    color: #ACABAB;
}
.art_thr_wrap .art_thr_list .tip .tip_time{
    width: 15px;
    height: 15px;
    margin-right: 6px;
}
.art_thr_wrap .art_thr_list .tip .tip_time img.pa {
    top: 4px;
    left: 6px;
    z-index: 1;
    width: 5px;
    height: 8px;
}
/*閸旓拷,2020 10 23 bottom_nav*/
#content .wrap .bottom_nav{
    margin-top: 52px;
}
#content .wrap .bottom_nav .list{
    border-bottom: 1px solid #999;
}
#content .wrap .bottom_nav .list .item{
    height: 56px;
    line-height: 56px;
    padding: 0 35px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-size: 20px;
    color: #333;
    position: relative;
    top: 1px;
}
#content .wrap .bottom_nav .list .item.active{
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    position: relative;
    top: 1px;
    z-index: 2;
}
#content .wrap .bottom_nav .nav_con{
    padding-top: 14px;
}
#content .wrap .bottom_nav .nav_con.active{
    display: block;
}
#content .wrap .bottom_nav .nav_con .item{
    width: 194px;
    margin-right: 57px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #666;
}
#content .wrap .bottom_nav .nav_con .item:nth-child(5n){
    margin-right: 0;
}