.body_info {
    display: flex;
    justify-content: space-between;
}

.main_content {
    width:900px;
    min-height: 200px;
}

.toolbar {
    width: 280px;
}

.article {
    width: 280px;
    margin-top:35px;
}

.article_list {
    margin-top:26px;
}

.hr_text_nav_head {
    width: 120px;
    font-size: 24px;
    font-weight: bold;
    color: #1C1414;

}

.more_button {
    float: right;
    margin-top: 10px;
}

.article_item_img {
    width: 120px;
    height: 85px;
}

.article_item_name {
    width: 145px;
    font-size: 16px;
    font-weight: 400;
    color: #1C1414;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article_item_time {
    font-size: 12px;
    margin-top: 15px;
}

.article_list_main {
    
    display: flex;
    flex-direction: row;
}

.QA_list {
    margin-top: 30px;
}

.QA_list ul {
    padding: 0;
    height: 310px;
    overflow: hidden;
}

.Q_info {
    margin-bottom: 10px;
}

.QA_list_content {
    border-bottom: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 0
}

.Q_info_title {
    font-size: 16px;
    font-weight: 400;
    color: #1C1414;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.A_info_title {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
}

/*end右侧*/

.content_top {
    width: 900px;
    height: 370px;
    background: url("../img/jieyoushop_bg1.png") no-repeat center;
    position: relative;
}

.poster_content {
    position: absolute;
    top: 20px;
    left: 600px;

}

.poster_title {
    width: 280px;
    height: 60px;
    background: url("../img/jieyoushop2.png") no-repeat center;
    padding: 10px;
}

.poster_title h3{
    width: 240px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}

.poster_title p{
    width: 180px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 8px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.poster_text{
    width: 280px;
    height: 60px;
    margin-top: 8px;
    background: url("../img/jieyoushop3.png") no-repeat center;
    padding: 10px;
}

.poster_text h3{
    width: 240px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.poster_text p{
    width: 180px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    margin: 8px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.content_bottom{
    /*width: 900px;*/
    border: 1px solid #EDEDED;
    border-radius: 5px;
    margin-top: 10px;
    padding:20px;
	
	background: #fff; border-radius: 10px; overflow: hidden;
	box-shadow:0 0 6px 3px rgba(0,0,0,0.12);
	
}

.article_list_main {
    margin-bottom: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.article_list_main_li_img{
    width: 210px;
    height: 130px;
    overflow: hidden;
}
.article_list_main_li_img a{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.article_list_main_li_img a img{
    width: 100%;
    height: 100%;
    
}
.article_list_main_li_text{
    width: 625px;
}

/*.article_list_main:hover {*/
/*    box-shadow: 0px 0px 5px 1px rgba(72, 71, 71, 0.71);*/
/*    -webkit-box-shadow: 0px 0px 5px 1px rgba(72, 71, 71, 0.71);*/
/*    -moz-box-shadow: 0px 0px 5px 1px rgba(72, 71, 71, 0.71);*/
/*    -webkit-transition: all 100ms linear;*/
/*    -moz-transition: all 100ms linear;*/
/*    -o-transition: all 100ms linear;*/
/*    transition: all 100ms linear;*/
/*}*/

.article_item_title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 18px;
    width: 390px;
}

.article_content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #777777;
    font-size: 14px;
}

.article_info {
    margin-top: 10px;
    color: #777777;
    display: flex;
    flex-direction: row;
}

.article_info div {
    margin-right: 40px;
}

.article_info img {
    margin-right: 15px;
}



/**/
.biaoqian{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin:25px auto 20px;
}

.biaoqian_li{ transition: 0.3s;
    padding:10px 18px;
  
    border-radius: 5px;
    margin-right:12px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center; align-items:center;
}

.biaoqian_li i{ width:34px; height:34px; display: block;}
.biaoqian_li i img{ display: block; width: 100%; margin: 0 auto;}
.biaoqian_li span{ font-size:20px; color: #454545; font-weight: 900; margin-left:6px; transition: 0.3s;}
.biaoqian_li:hover{background-color: #EB6924;color: white;}
.biaoqian_li:hover span{font-size:20px; color: #fff; font-weight: 900; margin-left:6px;}
.biaoqian_li:hover{background-color: #EB6924; }
.biaoqian .biaoqian_li.active{ background-color: #EB6924; }
.biaoqian .biaoqian_li.active span{ font-size:20px; color: #fff; font-weight: 900; margin-left:6px;}

