.body_info {
    display: flex;
    justify-content: space-between;
}

.main_content {
    width: 890px;
    min-height: 200px;
}

.toolbar {
    width: 280px;
}

.article {
    width: 280px;
    margin-top:30px;
}

.article_list {
    margin-top:20px;
}

.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 {
    margin-top: 20px;
    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右侧*/

.carousel3 {
    width: 900px;
    height: 370px;
    padding: 0;
}

.carousel-indicators3 {
    position: absolute;
    bottom: 0;
    left: 1010px;
    z-index: 15;
    width: 20%;
    padding-left: 0;
    text-align: center;
    list-style: none;
}

.carousel-indicators3 li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: white;
    border-radius: 50%;
}

.carousel-indicators3 .active {
    width: 8px;
    height: 8px;
    margin: 0 5px;

    background-color: #EB6924;
}

.carousel-caption {
    position: absolute;
    bottom: -20px;
    left: -190px;
    z-index: 15;
    padding-left: 0;
    text-align: center;
    list-style: none;
}

.inner_content {
    border: 1px solid #EDEDED;
    border-radius: 5px;
    padding:20px;box-shadow:0 0 6px 3px rgba(0,0,0,0.12); background: #fff; border-radius: 10px; 
    margin-top: 10px;
    display: block;
}

.inner_content::after{ display: block; content: ""; clear: both;}
.inner_content li{ width: 32%; margin-right: 2%; margin-bottom: 18px; float: left;}
.inner_content li:nth-child(3n){ margin-right: 0; }
.inner_content li .inner_content_li {
    width:100%;
    padding: 10px;
    border: 1px solid gainsboro;
    border-radius: 5px;
    margin-bottom: 20px;
}

.inner_content_li:hover{
    box-shadow: 1px 2px 5px #777777;
}

.inner_content_li_img {
    position: relative; width: 100%; height: 140px; overflow: hidden;
    margin-bottom: 20px;
}

.video_img {
    width: 100%;
    height: 100%;
    
}

.video_bf {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.inner_content_li_text h3 {
    font-size: 15px;
    color: #251d1d;
    font-weight: 400;
    text-align: left;
    line-height: 16px;
    width: 100%;
    transition: 0.3s;
    margin: 15px 0 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.inner_content_li_text p {
    font-size: 12px; 
    height: 32px;
    color: #888888;
    font-weight: 400;
    text-align: left;
    line-height: 1.4em;
    width: 100%;
    transition: 0.3s;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.inner_content_li_chakan{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner_content_li_chakan img{
    width: 17px;
    height: 11px;
    margin-right: 5px;
}
.inner_content_li_chakan_img{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner_content_li_chakan h3 {
    margin: 0;
    font-size: 15px;
    color: #f4621f;
    font-weight: 400;
    text-align: left;
    line-height: 16px;
    float: left;
}

.inner_content_li_chakan p {
    margin: 0;
    font-size: 12px;
    color: #888;
    font-weight: 400;
    text-align: left;
    line-height: 14px;
    float: left;
}

/**/
.biaoqian{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin:0 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;}


.content_top {
    width: 100%;
    height: 300px;
    background: url("../img/jieyouguan_topbg.png") no-repeat center;
    background-size: auto 100%;
    margin-top: -24px;
    margin-bottom: 30px;
    position: relative;
}

.content_top_mbx {
    width: 100%;
    min-width: 1200px;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: white;
    content: ">";
}

.breadcrumb {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.breadcrumb {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    color: white;
    margin: 0;
    padding: 0;
}

.breadcrumb a:hover {
    color: #FCC73C;
}

.breadcrumb a {
    color: white;
    transition: all 0.4s ease 0s;
}
