.research-mian .group_index .group_list {
    width: 65%;
}
img{max-width: 100%;}
.research-mian .group_index .group_list .title_1 {
    position: relative;
    font-size: 20px;
    color: #171717;
    padding-left: 22px;
    height: 102px;
    line-height: 102px;
}

.research-mian .group_index .group_list .title_1 span {
    display: inline-block;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 20px;
    z-index: 1;
}

.research-mian .group_index .group_list .title_1:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #8f000b;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.research-mian .group_index .group_list .title_1:after {
    position: absolute;
    content: '';
    background: url(../images/title-icon.png) left center no-repeat;
    right: 0;
    left: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100% 0.35rem;
}

.research-mian .group_index .group_list .kt_content {
    width: 100%;
}

.research-mian .group_index .group_list .kt_content .kt_img {
    border: solid 1px rgba(163, 163, 163, 0.37);
    padding: 7px;
    width: 372px;
    height: 234px;
    position: relative;
}

.research-mian .group_index .group_list .kt_content .kt_img .kt_img_one {
    position: relative;
    width: 373px;
    height: 232px;
    background-color: #fafafa;
    text-align: center;
    line-height: 232px;
    overflow: hidden;
}
.research-mian .group_index .group_list .kt_content .kt_img .kt_img_one .kt_picurl{ width: 373px;
    height: 232px;}
.research-mian .group_index .group_list .kt_content .kt_img .kt_img_one .kt_picurl .kt_pic_one{width: 373px;
    height: 232px;}
.research-mian .group_index .group_list .kt_content .kt_img .kt_img_one img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.research-mian .group_index .group_list .kt_content .kt_img #ktNavs {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.research-mian .group_index .group_list .kt_content .kt_img #ktNavs a {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #ffffff;
}

.research-mian .group_index .group_list .kt_content .kt_img #ktNavs a.active {
    background-color: #8f000b;
}

.research-mian .group_index .group_list .kt_content .kt_info {
    font-size: 14px;
    color: #222;
    width: calc(100% - 418px);
    margin-left: 30px;
}

.research-mian .group_index .group_list .kt_content .kt_info p {
    line-height: 30px;
    overflow: hidden;
    text-align: left;
}

.research-mian .group_index .group_list .kt_content .kt_info a {
    width: 84px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    display: inline-block;
    font-size: 14px;
    border: solid 1px #8f000b;
    color: #8f000b;
    margin-top: 5px;
}

.research-mian .group_index .group_list .title_2 {
    font-size: 20px;
    height: 85px;
    color: #171717;
    line-height: 85px;
}

.research-mian .group_index .group_list .imgPages {
    padding: 27px 0;
}

.research-mian .group_index .group_list .team_members {
    width: 100%;
    overflow: hidden;
}

.research-mian .group_index .group_list .team_members .prev {
    width: 28px;
    cursor: pointer;
    height: 28px;
    border: solid 1px #8f000b;
    background-color: #8f000b;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-right: 8px;
}

.research-mian .group_index .group_list .team_members .next {
    cursor: pointer;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border: solid 1px rgba(221, 221, 221, 0.37);
    text-align: center;
    line-height: 28px;
    color: #959595;
    margin-right: 8px;
}

.research-mian .group_index .group_list .team_members .more {
    color: #7a7a7a;
    width: 64px;
    height: 28px;
    background-color: #ffffff;
    display: inline-block;
    border: solid 1px rgba(163, 163, 163, 0.37);
    line-height: 28px;
    text-align: center;
}

.research-mian .group_index .group_list .team_members .members_list {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    height: 252px;
}

.research-mian .group_index .group_list .team_members .members_list .members_item {
    width: 173px;
    text-align: center;
    margin-right: 26px;
    float: left;
}

.research-mian .group_index .group_list .team_members .members_list .members_item .members_img {
    height: 186px;
    border: solid 1px rgba(163, 163, 163, 0.37);
    padding: 7px;
    width: calc(100% - 15px);
    line-height: 186px;
}

.research-mian .group_index .group_list .team_members .members_list .members_item .members_img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.research-mian .group_index .group_list .team_members .members_list .members_item .members_name {
    height: 50px;
    line-height: 50px;
}

.research-mian .group_index .group_news {
    width: 35%;
    margin-top: 30px;
}

.research-mian .group_index .group_news .news_list {
    margin-left: 38px;
    padding: 12px;
    background-color: #f9f9f9;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
    height: 610px;
}

.research-mian .group_index .group_news .news_list:before {
    position: absolute;
    content: '';
    right: 0;
    margin: auto;
    top: 0;
    left: 0;
    height: 100px;
    background: #8f000b;
}

.research-mian .group_index .group_news .news_list:after {
    position: absolute;
    content: '';
    right: 0;
    margin: auto;
    top: 50px;
    left: 0;
    height: 100px;
    background: #8f000b;
    border-radius: 0 0 40% 40%;
}

.research-mian .group_index .group_news .news_list .news_fBg {
    background: #fff;
    padding: 12px 18px;
    position: absolute;
    top: 60px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

.research-mian .group_index .group_news .news_list .news_fBg:after {
    position: absolute;
    content: '';
    background: url(../images/news-bg.png) bottom center no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    top: 145px;
    background-size: 100% 100%;
}

.research-mian .group_index .group_news .news_list .news_fBg .news-box {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    z-index: 2;
    height: 432px;
    overflow: hidden;
}

.research-mian .group_index .group_news .news_list .news_fBg .news-box .news_item {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    position: relative;
    padding-left: 20px;
    display: block;
}

.research-mian .group_index .group_news .news_list .news_fBg .news-box .news_item:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #8f000b;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
}

.research-mian .group_index .group_news .news_list .news_title {
    position: absolute;
    left: 18px;
    right: 18px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

.research-mian .group_index .group_news .news_list .news_title .title_3 {
    font-size: 20px;
}

.research-mian .group_index .group_news .news_list .news_title a.more {
    display: block;
    color: #fff;
}

.research-mian .group_index .outcomes_list {
    width: 65%;
    margin-top: 30px;
}

.research-mian .group_index .outcomes_list .outcomes_assort{position:relative;}

.research-mian .group_index .outcomes_list .outcomes_assort #alternatelyCont .ContList {
    display: none;
}

.research-mian .group_index .outcomes_list .outcomes_assort #alternatelyCont .ContList .dw_more{
    position:absolute;top:15px;right:0;
}

.research-mian .group_index .outcomes_list .outcomes_assort #alternatelyCont .ContList .dw_more a.more{
        display: inline-block;
    color: #8f000b;
    background: #fff;
}


.research-mian .group_index .outcomes_list .outcomes_assort #alternatelyCont .ContList.curr {
    display: block;
}

.research-mian .group_index .outcomes_list .outcomes_assort .assort_list {
    border-bottom: 1px solid #ddd;
}

.research-mian .group_index .outcomes_list .outcomes_assort .assort_list .ContTitle {
    font-size: 18px;
    float: left;
    margin-right: 7px;
    width: 140px;
    height: 46px;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 46px;
    color: #171717;
    cursor: pointer;
}

.research-mian .group_index .outcomes_list .outcomes_assort .assort_list .ContTitle.curr {
    background-color: #8f000b;
    color: #fff;
}

.research-mian .group_index .outcomes_list .outcomes_assort .assort_list a.more {
    float: right;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    color: #8f000b;
}

.research-mian .group_index .outcomes_list .outcomes_assort .assort_cont .ContList {
    padding: 6px 0;
}

.research-mian .group_index .outcomes_list .outcomes_assort .assort_cont .ContList .assort_item {
    display: block;
    line-height: 26px;
    color: #1a1a1a;
    font-size: 14px;
    border-bottom: 1px #ddd dashed;
    padding: 10px 0 10px 22px;
    position: relative;
}

.research-mian .group_index .outcomes_list .outcomes_assort .assort_cont .ContList .assort_item:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #8f000b;
    top: 18px;
    bottom: 0;
    left: 2px;
    margin: 0 auto;
}

.research-mian .group_index .outcomes_news {
    width: 35%;
    margin-top: 35px;
}

.research-mian .group_index .outcomes_news .out-p-l {
    margin-left: 38px;
}

.research-mian .group_index .outcomes_news .outcomes_title {
    height: 34px;
    line-height: 34px;
    position: relative;
}

.research-mian .group_index .outcomes_news .outcomes_title .title_4 {
    position: relative;
    font-size: 20px;
    padding-left: 20px;
    width: calc(100% - 3rem);
    height: 34px;
    line-height: 34px;
}

.research-mian .group_index .outcomes_news .outcomes_title .title_4 span {
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 20px;
    z-index: 1;
    line-height: 34px;
}

.research-mian .group_index .outcomes_news .outcomes_title .title_4:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #8f000b;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.research-mian .group_index .outcomes_news .outcomes_title .title_4:after {
    position: absolute;
    content: '';
    background: url(../images/title-icon.png) left center no-repeat;
    right: 0px;
    left: 4rem;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100% 0.35rem;
}

.research-mian .group_index .outcomes_news .outcomes_title a.more {
    display: inline-block;
    color: #8f000b;
    background: #fff;
    position: absolute;
    right: 1rem;
}

.research-mian .group_index .outcomes_news .re-list {
    padding: 15px 0;
}

.research-mian .group_index .outcomes_news .re-list .re-item {
    display: block;
    color: #1a1a1a;
    line-height: 26px;
    border-bottom: 1px #ddd dashed;
    background: url(../images/icon-img.png) 10px 15px no-repeat;
    padding: 10px 10px 10px 50px;
}

@media only screen and (max-width: 1024px) {
    .research-mian .group_index .group_list {
        width: 100%;
    }

    .research-mian .group_index .group_news {
        width: 100%;
    }

    .research-mian .group_index .group_news .news_list {
        margin-left: 0;
    }

    .research-mian .group_index .outcomes_list {
        width: 100%;
    }

    .research-mian .group_index .outcomes_news {
        width: 100%;
    }

    .research-mian .group_index .outcomes_news .out-p-l {
        margin-left: 0;
    }
}

@media only screen and (max-width: 540px) {
    .research-mian .group_index .group_list .kt_content .kt_img {
        width: calc(100% - 14px);
    }

    .research-mian .group_index .group_list .kt_content .kt_img .kt_img_one {
        width: 100%;
    }

    .research-mian .group_index .group_list .kt_content .kt_info {
        width: 100%;
        margin-left: 0;
        margin-top: 1rem;
    }

    .research-mian .group_index .group_list .kt_content .kt_info p {
        line-height: 1.5rem;
        height: 6rem;
        margin-bottom: 1rem;
    }

    .research-mian .group_index .group_list .title_1 {
        height: 4rem;
        line-height: 4rem;
    }
}

@media only screen and (max-width: 320px) {
    .research-mian .group_index .outcomes_news .outcomes {
        width: calc(100% - 6rem);
    }
}

@media only screen and (max-width: 320px) {
    .research-mian .group_index .outcomes_list .outcomes_assort .assort_list .ContTitle {
        width: 110px;
    }
}