/* 添加栏目 */

.J_main_left{
    width:100%;
    overflow:hidden;
    padding-top:20px;
}

.J_main_left .main-l-top{
    overflow:hidden;
}
.J_main_left .main-l-top .news-content-l{
    width:379px;
    float:left;
}
.J_main_left .main-l-top .news-content-r{
    width:379px;
    float:right;
}

.J_main_left .main-l-top .info-box{
    padding:0 10px 24px 20px;
    background:#f9f9f9;
    margin-bottom:20px;
}
.J_main_left .main-l-top .info-box h3{
    color: #333;
    font-size: 18px;
    line-height: 18px;
    padding: 24px 0;
    font-weight: 400;
    position: relative;
}
.J_main_left .main-l-top .info-box .tit a{
    position: absolute;
    right: 0;
    top: 24px;
    color: #00a4ff;
    font-size: 12px;
    line-height: 18px;
}
.J_main_left .main-l-top .info-box .list li{
    color: #666;
    font-size: 14px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-l-top .info-box .list .first{
    margin-bottom:10px;
}
.main-l-top .info-box .list .first h6{
    font-weight: 300;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-l-top .info-box .list .first p{
    color: #999;
    font-size: 12px;
    line-height: 14px;
}
.main-l-top .info-box .list .first p span a{
    font-style: normal;
    color: #00a4ff;
}
.main-l-top .info-box a{
    text-decoration:none;
    color:inherit;
}
.main-l-top .info-box a:hover{
    color:#00a4ff!important;
}
.main-l-top .info-box .list li .time{
    float: left;
    width: 50px;
    overflow: hidden;
}
.main-l-top .info-box .list li .tit{
    padding-left: 15px;
    font-size:14px;
    position:relative;
}
.main-l-top .info-box .list li .tit::before{
    content:'';
    display:table;
    position:absolute;
    width:0;
    height:0;
    border:2px solid #ccc;
    top:50%;
    left:2px;
    border-radius:50%;
    margin-top:-2px;
}
.main-l-top .info-box .list li:hover .tit::before{
    border-color:rgba(0,164,255,0.5);
}

.guanxin {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.guanxin a {
    padding: 15px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: auto;
    position: relative;
    overflow: hidden;
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .12);
    cursor: pointer;
    -webkit-transition: box-shadow .2s linear;
    -webkit-transition: transform .2s linear;
    transition: box-shadow .2s linear;
    transition: transform .2s linear;
    display: block;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-bottom: 20px;
    width: 32%;
}

.guanxin a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    border: 1px solid #008fff;
}

.guanxin a:hover .yyly_show_start_s h4 {
    color: #008fff;
    text-decoration: underline;
}













