/* 内容开始 */

.honor_content {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 38px;
    margin-top: 20px;
}


/* 内容左边开始 */

.honor_con_left {
    width: 885px;
    height: 100%;
    background: #fff;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 6px;
}

.company {
    width: 100%;
    /* height: 362px; */
}

.con_header {
    width: 100%;
    height: 58px;
    border-bottom: 1px solid #f0f0f0;
}

.con_header>img {
    width: 18px;
    height: 18px;
}

.con_header>h3 {
    font-size: 18px;
    font-weight: bold;
    color: #2533c4;
    margin-left: 10px;
}

.company_con_list {
    width: 100%;
}

.term {
    width: 100%;
    height: 101px;
    margin-top: 30px;
    cursor: pointer;
}

.term>img {
    width: 133px;
    height: 101px;
}

.term_right {
    padding-left: 26px;
}
.term:hover h3{
	color: #2533c4;
}
.term_right h3 {
    font-size: 16px;
    margin-top: 2px;
    color: #333;
    font-weight: 600;
}
.term_right .ash {
    color: #999;
}
.term_right .time>img {
    width: 17px;
    height: 17px;
}

.term_right .time>b {
    font-size: 12px;
    font-weight: 100;
    color: #999;
    margin-left: 6px;
}

.term:first-child {
    margin-top: 40px;
}


/* 分页 */

.paging {
    width: 100%;
    height: 32px;
    margin: 40px 0 52px 0;
}

.paging li {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    background: #fff;
    margin-left: 8px;
    font-size: 14px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.65);
}

.paging li:first-child {
    font-size: 22px;
}

.paging li:last-child {
    font-size: 22px;
}

.paging li.paging_active {
    background: #fd6620;
    color: #fff;
}


/* 内容左边结束 */


/*  内容右边开始*/

.honor_con_right {
    width: 295px;
    margin-left: 20px;
}


/* 公司荣誉开始 */

.marg {
    margin-top: 16px;
}

.company_honor {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 0 22px;
    box-sizing: border-box;
    position: relative;
}

.honor_up {
    width: 100%;
    height: 50px;
}

.honor_up>img {
    width: 18px;
    height: 18px;
}

.honor_up>h3 {
    font-size: 16px;
    color: #333333;
    margin-left: 16px;
}

.honor_con {
    width: 100%;
}

.honor_con>li {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    padding: 16px 0;
}

.honor_con>li>img {
    width: 251px;
    height: 189px;
    border-radius: 5px;
}

.honor_con>li>p {
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.honor_con>li>.honor_active {
    color: #2533C4;
}


/* 公司荣誉结束 */


/* 合作伙伴开始 */

.down_stroke {
    border-bottom: 1px solid #f0f0f0;
}

.img_list {
    width: 100%;
    margin-top: 20px;
}

.img_list li {
    width: 115px;
    height: 31px;
    background: #f0f0f0;
    border-radius: 16px;
    margin-bottom: 20px;
}

.img_list li:nth-child(2n) {
    margin-left: 20px;
}

.img_list li p {
    font-size: 14px;
    color: #333333;
}
.img_list li .img_list_select a{
	color: #2533C4;
}


/* 微信公众号 开始*/

.official_account {
    width: 100%;
    height: 253px;
    background: #fff;
    border-radius: 6px;
    margin-top: 20px;
}

.official_account>h3 {
    font-size: 16px;
    color: #333333;
    margin-top: 26px;
}

.official_account>p {
    font-size: 14px;
    color: #999999;
    margin-top: 14px;
}

.official_account>img {
    width: 142px;
    height: 142px;
    margin-top: 17px;
}


/* 微信公众号 结束*/


/* 合作伙伴结束 */


/*  内容右边结束*/


/* 内容结束 */