.nav-wrap {
    margin-bottom: 40px;
}

.sidebar {
    margin-right: 10px;
    margin-bottom: 50px;
}

.sidebar .title {
    background: #0046B9;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 25px;
}

.sidebar .submenu {
    background: #F2F7FF;
    padding: 0px 5px;
}

.sidebar .a-title {
    display: block;
    padding: 21px 38px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #444444;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-bottom: 1px solid #FFFFFF;
}

.sidebar .a-title.active {
    font-weight: bold;
}

.sidebar .a-title:last-child {
    border-bottom: none;
}

.detail-box {
    margin-bottom: 50px;
}

.common-title {
    padding-top: 5px;
    border-bottom: 1px solid #D6DFEB;
    margin-bottom: 30px;
}

.common-title .h24 {
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    border-bottom: 3px solid #0046B9;
    /* padding-bottom: 15px; */
}

.bread-item-groups {
    float: right;
}

.detail-wrap .top .tit {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 30px;
    color: #0046B9;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

.detail-wrap .top .extend {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 15px 0px;
}

.detail-wrap .top .extend .date {
    margin-right: 40px;
    display: inline-block;
}

.detail-wrap .top .extend .zt {
    display: inline-block;
}

.detail-wrap .content {
    padding-bottom: 30px;
}
.detail-wrap .content p,.detail-wrap .content span{
	font-size: 18px;
	line-height: 30px;
	font-family: Microsoft Yahei;
	color: #444;
	margin-bottom: 20px;
}
.detail-wrap .content img,
.detail-wrap .content video,
.detail-wrap .content table {
    max-width: 100%;
}

.bread-item-groups {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    text-align: right;
    font-style: normal;
    text-transform: none;
}



.m_menu_box {
	display: none;
}
.m_menu_box {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10;
    display: none;
}
.m_menu_btn {
    width: 40px;
    height: 70px;
    background: url("arrowL.png") no-repeat center;
    background-color:rgba(90,163,232,0.7);
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: -39px;
}
.m_menu_btn.open {
    background-image: url("arrowR.png");
}
.m_menu {
    border-radius: 6px 0 0 6px;
	position: relative;
}
.m_menu li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #5AA3E8;
	background-color: rgba(90, 163, 232, 0.7);
}
.m_menu li:last-child{border-bottom: 0;}
.m_menu li a {
    color: #fff;
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
	font-size: 14px;
	white-space: nowrap;
}
.m_menu li:first-child{
	background-color:rgba(29,119,218,0.9);
}
.m_menu_title{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	z-index: 9999;
	padding: 0px 30px 0px 10px;
	white-space: nowrap;
}
@media (max-width:991px) {
    .sidebar {
        display: none;
    }

    .nav-wrap {
        margin-bottom: 20px;
    }
	.m_menu_box { 
		display: block;
		top: 200px; 
	}
}



.col-md-5th {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    float: left;
    padding-bottom: 10px;
}
.people-wrap{
	margin-bottom: 30px;
}

.people-wrap .img {
    width: 100%;
    height: 283px;
    overflow: hidden;

}

.people-wrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}

.people-wrap li:hover img {
    transform: scale(1.1);
}

.people-wrap p {
    text-align: center;
}

.people-wrap p.name {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #444444;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 10px 0px;
}

.people-wrap p.zw {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #3D55A7;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.people-wrap li:hover p.name {
    color: #0046B9;
}

@media (max-width:1600px) {
    .people-wrap .img {
        width: 100%;
        height: 210px;
    }

}

@media (max-width:1200px) {
    .col-md-5th {
        width: 25%;
    }

    .people-wrap .img {
        width: 100%;
        height: 210px;
    }

}

@media (max-width:991px) {
    .col-md-5th {
        width: 50%;
    }

    .people-wrap .img {
        width: 100%;
        height: 280px;
    }

}

.list-wrap {
   margin-bottom: 40px
}

.list-wrap li {
    /* margin-bottom: 19px; */
    padding-left: 26px;
    position: relative;
}

.list-wrap li::before {
    content: '';
    display: inline-block;
    position: absolute;
    align-items: center;
    width: 6px;
    height: 6px;
    background: #4383D2;
    left: 0;
    top: 19.5px;
}

.list-wrap li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #444444;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    text-transform: none;

}

.list-wrap li .date {
    float: right;
    margin-left: 20px;
    line-height: 45px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    text-align: justifyLeft;
    font-style: normal;
    text-transform: none;
}

@media (max-width: 767px) {

    .list-wrap li p {
        display: flex;
        flex-direction: column;
    }

    .list-wrap li a {
        display: block;
        order: 1;
    }

    .list-wrap li .date {
        order: 2;
        margin-left: 0;
    }

}

.pages {
    margin-top: 54px;
    text-align: center;
}

.pages span {
    display: inline-block;
    min-width: 50px;
    height: 50px;
    background: #0046B9;
    font-size: 14px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    margin: 0 2px;
    padding: 0 4px;
}

.pages a {
    display: inline-block;
    min-width: 50px;
    height: 50px;
    background: #F2F7FF;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0046B9;
    line-height: 50px;
    text-align: center;
    margin: 0 4px;
    padding: 0 5px;
}

.pages a:hover {
    background: #0046B9;

    color: #FFFFFF;
}

@media (max-width: 991px) {
    .column-box.pic .img-box .img img {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .page-phone.visible-xs {
        display: inline-block !important;
        width: auto !important;
        padding: 0 50px;
        height: 50px;
        background: #F2F7FF;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #0046B9;
        line-height: 50px;
        border-radius: 10px;
        margin: 0 auto;
    }
}

.people-detail .wrap .top {
    padding: 33px 46px;
    background: #0046B9;
    margin-bottom: 30px;
    margin-top: 30px;
}

.people-detail .wrap .right {
    padding-left: 0px;
}

.people-detail .wrap .img {
    padding-right: 55px;
    padding-left: 20px;
}

.people-detail .wrap .img img {
    width: 100%;
}

.people-detail .wrap .top .name {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 37px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

.people-detail .wrap .top li {
    width: 40%;
    float: left;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-right: 5px;
}

.people-detail .wrap .top li span {
    font-weight: 400;

}

.people-detail .wrap .top::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.people-detail .wrap .common-tit {
    background: #F2F5FF;
    border-left: 4px solid #0046B9;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 21px;
}

.people-detail .wrap .content {
    padding: 5px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 15px;
}

@media (max-width: 1600px) {
    .people-detail .wrap .img {
        padding-left: 15px;
        padding-right: 15px;
    }

    .people-detail .wrap .right {
        padding-left: 30px;
    }

    .people-detail .wrap .top li {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .people-detail .wrap .img {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .people-detail .wrap .img img {
        width: 50%;
    }

    .people-detail .wrap .right {
        padding-left: 15px;
    }

    .people-detail .wrap .top .name {
        margin-top: 30px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .people-detail .wrap .top li {
        width: 100%;
        display: block;
    }
}

/* 团队介绍 */
.team-wrap .top {
    padding: 33px 46px;
    background: #F2F7FF;
    margin-bottom: 30px;
    margin-top: 30px;

}

.team-wrap .top div {
    margin-bottom: 10px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    color: #0046B9;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.team-wrap .top div:last-child {
    margin-bottom: 0;
}

.team-wrap .top div span {
    color: #333333;
    font-weight: 400;
}

.team-wrap .common-tit {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 22px;
    color: #0046B9;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 21px;
    position: relative;
}

.team-wrap .common-tit::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #0046B9;
    border-radius: 2px 2px 2px 2px;
    position: absolute;
    left: 0px;
    top: 14px;

}

.team-wrap .content {
    padding: 5px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 15px;
}

/* 成果列表 */
.cg-wrap {
    margin-bottom: 40px;

}

.cg-wrap thead {
    background: #F4F6F9;
    border: 1px solid #EEEEEE;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: justifyLeft;
    font-style: normal;
    text-transform: none;

}

.cg-wrap td {
    border: 1px solid #EEEEEE;
    text-align: center;
    min-height: 50px;
    padding: 15px 10px;
}

@media (max-width: 991px) {
    .cg-wrap {
        margin-bottom: 40px;
        overflow: scroll;
    }

    .cg-wrap table {
        min-width: 991px;

    }

}