﻿.aside .block img {
    margin: 0 8px;
}

.aside .block:hover{ background:#fafafa;}

.aside .block {
    display: flex;
}
.container .swiper-container,
.swiper1,
.swiper1 .swiper-wrapper .swiper-slide img {
    height: 321px;
}

.fr {
    float: right;
}
/*热门专题--*/
.r_banner{ margin-top:30px}
.r_banner img{ width:245px; height:330px;} 
.special{ margin-top:25px}
.special h2,.reporter h2{border-bottom: 1px solid #e5e5e5;padding-bottom: 8px;color: #333;margin-bottom: 17.5px;}
.special h2 span, .reporter h2 span{
    font-size: 16px;
    border-bottom: 3px #8fc320 solid;
    padding-bottom: 8px;
}
.special h2 a {
    font-size: 12px;
    color: #a1a1a1;
    margin-top: 5px;
}
.special h2 a:hover {
    color: #8fc320;
}
.box_ul {
  list-style: none;
  margin-top: 1px;
}

    .box_ul li a {
        width: 100%;
        height: 78px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px 0 17.5px 0px;
        cursor: pointer;
    }

.box_ul li .pic {
    width: 111px;
    height: 74px;
}

.box_ul li .pic img {
  width: 100%;
  height: 100%;
  border-radius:2px;
}

.box_ul li .two {
  height: 72px;
  width: 200px;
  display: flex;
  align-items: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}

.box_ul li .two .two_0 {
  font-size: 14px;
  font-family: MicrosoftYaHeiSemibold;
  color: #202123;
  line-height: 22px;
  text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

    .box_ul li:hover .two .two_0 {
        color: #8EC31F;
    }

.box_ul li .two .two_1 {
  margin: 0 15px 0 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.box_ul li .two .two_1 .time {
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #A9A9A9;
  line-height: 20px;
}

.box_ul li .two .two_1 .box_view {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}

.box_ul li .two .two_1 .box_view img {
  width: 16px;
  height: auto;
}

.box_ul li .two .two_1 .box_view .view {
  height: 16px;
  font-size: 15px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #F59949;
  line-height: 16px;
}