/* 重点高校详情 */
.news-list {
    min-height: 1000px;
}

.news-list .center-box {
    display: flex;
    align-items: flex-start;
    min-height: inherit;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-top: 60px;
}
.news-list .center-box .right-list .new-news .de-text a:hover
{ text-decoration:underline;}
.news-list .center-box .left-list {
    width: 866px;
    min-height: inherit;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.news-list .center-box .left-list .switch-type {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.news-list .center-box .left-list .switch-type .sw-link {
    color: #333333;
    font-size: 20px;
    margin-right: 20px;
}

.news-list .center-box .left-list .switch-type .sw-link.act {
    color: #1d55a6;
    position: relative;
}

.news-list .center-box .left-list .switch-type .sw-link.act::before {
    width: 40px;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #1c54a4;
}

.news-list .center-box .right-list {
    width: 293px;
    min-height: inherit;
    background-color: #ffffff;
}

.news-list .center-box .right-list .new-news {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}

.news-list .center-box .right-list .new-news .top-title {
    width: 100%;
    line-height: 51px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background-color: #1c54a4;
}

.news-list .center-box .right-list .new-news .list-link {
    width: 100%;
    height: inherit;
    padding: 24px 20px;
}

.news-list .center-box .right-list .new-news .list-link .news {
    width: 100%;
    height: 216px;
    position: relative;
    margin-bottom: 18px;
    display: block;
}

.news-list .center-box .right-list .new-news .list-link .news img {
    width: 100%;
    height: 100%;
}

.news-list .center-box .right-list .new-news .list-link .news .news-title {
    width: 100%;
    line-height: 25px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    padding: 0 15px;
}

.news-list .center-box .right-list .new-news video {
    width: 100%;
}

.news-list .center-box .right-list .new-news .links {
    width: 100%;
    height: auto;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.news-list .center-box .right-list .new-news .links .link {
    padding: 0 8px;
    border-radius: 50px;
    border: solid 1px #eeeeee;
    font-size: 14px;
    margin-right: 10px;
    color: #333333;
    margin-bottom: 10px;
}

.news-list .center-box .right-list .new-news .de-text {
    width: 100%;
    height: auto;
    padding: 30px;
}

.news-list .center-box .right-list .new-news .de-text .link {
    width: 100%;
    font-size: 14px;
    display: block;
    line-height: 36px;
    color: #333333;
}

.tab-list {
    width: 100%;
    height: auto;
}

.tab-list th {
    height: 60px;
    background-color: #1d55a6;
    color: #ffffff;
}

.tab-list td {
    text-align: center;
    line-height: 47px;
    font-size: 14px;
    color: #333333;
}

.tab-list td a {
    padding: 4px 8px;
    border-radius: 50px;
    border: solid 1px #aaaaaa;
    color: #666666;
}

.tab-list tr:nth-child(2n) {
    background-color: #e9e9e9;
}

.det-texts {
	overflow:hidden;
}

.det-texts .center-box {
    border-bottom: solid 1px #eeeeee;
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.det-texts .center-box .left-img{
	width: 474px;
}
.det-texts .center-box .right-box{
	width: 660px;
	overflow:hidden;
}
.det-texts .center-box .right-box .cp-name{
	width: 100%;
	font-size: 24px;
	margin-bottom: 10px;
}
.det-texts .center-box .right-box .cp-wz{
	width: 100%;
	font-size: 18px;
	margin-bottom: 34px;
}
.det-texts .center-box .right-box .contents{
	width: 100%;
	height: auto;
}
.det-texts .center-box .right-box .contents p{
	font-size: 14px;
	line-height: 24px;
}