
<>
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.top-nav-wrapper {
width: 100%;
height: 48px;
line-height: 48px;
background: #fff;
font-size: 14px;
box-sizing: border-box;
box-shadow: 0px 2px 4px 0px rgba(0000.05);
z-index: 100;
position: relative;
}
.top-nav-wrapper a {
color: #2b2e33;
}
.top-nav-wrapper a:hover {
color: #1887e0;
font-weight: 700;
text-decoration: none;
}
.top-nav-wrapper .top-nav {
width: 1180px;
margin: 0 auto;
display: flex;
align-items: center;
}
.top-nav-wrapper .top-nav-list {
flex: 1;
height: 48px;
display: flex;
align-items: center;
}
.top-nav-wrapper .top-nav-list a {
margin-right: 20px;
}
.top-nav-wrapper .top-nav-list a.top-nav-home {
display: inline-block;
width: 98px;
height: 36px;
margin-right: 20px;
margin-left: 0px;
background-image: url("https://t2.chei.com.cn/yz/assets/images/logo-min.png");
background-image: -webkit-image-set(
url("https://t2.chei.com.cn/yz/assets/images/logo-min.png") 1x,
url("https://t4.chei.com.cn/yz/assets/images/logo-min2x.png") 2x
);
background-repeat: no-repeat;
background-position: center left;
}
.top-nav-hide {
position: relative;
cursor: pointer;
color: #2b2e33;
}
.top-nav-hide:hover {
color: #2b2e33;
}
.top-nav-hide:hover .top-nav-pop {
visibility: visible;
opacity: 1;
}
.top-nav-pop {
padding: 18px 30px 18px 16px;
visibility: hidden;
box-sizing: border-box;
background-color: #fff;
color: #2b2e33;
text-align: center;
border-radius: 6px;
position: absolute;
z-index: 1;
top: 44px;
left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: opacity 0.3s;
box-shadow: 0px 2px 8px 0px rgba(0000.12);
font-size: 12px;
line-height: 20px;
display: flex;
}
.top-nav-pop-arrow {
display: block;
width: 0;
height: 0;
position: absolute;
border-color: transparent;
border-: solid;
left: 50%;
margin-left: -14px;
top: -7px;
border-width: 0 7px 7px;
border-bottom-color: rgba(0000.03);
}
.top-nav-pop-arrow::after {
display: block;
content: '';
width: 0;
height: 0;
position: absolute;
border-color: transparent;
border-: solid;
left: 50%;
margin-left: -7px;
top: 1px;
border-width: 0 7px 7px;
border-bottom-color: #fff;
}
.top-nav-wrapper .top-nav-list a.top-nav-home:hover {
text-decoration: none;
}
.top-nav-wrapper .top-nav-load {
height: 48px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-nav-wrapper a.username {
flex: 1;
color: #1887e0;
overflow: hidden;
text-overflow: ellipsis;
text-align: right;
}
.top-nav-pop-clo {
font-size: 14px;
line-height: 22px;
margin-right: 22px;
}
.top-nav-pop-clo:last-child {
margin-right: 0;
}
.top-nav-wrapper .top-nav-pop-clo a {
display: block;
margin-right: 0;
white-space: nowrap;
text-align: left;
margin-bottom: 8px;
}
.top-nav-wrapper .top-nav-pop-clo a:last-child {
margin-bottom: 0;
}
.top-nav-more {
display: flex;
align-items: center;
}
.top-nav-hide:hover .top-nav-more {
color: #1887e0;
font-weight: 700;
}
.top-nav-more img {
width: 14px;
margin-left: 4px;
transform: rotate(90deg);
}
.top-nav-hide:hover img {
transform: rotate(-90deg);
}
.info-line {
display: block;
width: 1px;
height: 12px;
background: #e8eaed;
margin: 0 12px;
}
.top-nav-wrapper.active .seach-toggel {
display: none;
}
.search-cancel {
display: none;
margin-left: 12px;
cursor: pointer;
}
.top-nav-wrapper.active .search-cancel{
display: block;
}
.top-nav-load-search {
display: block;
width: 20px;
height: 20px;
background: url("https://t2.chei.com.cn/common/images/icon-search.svg") center center no-repeat;
cursor: pointer;
}
.top-nav-search-input {
display: none;
}
.top-nav-search-input .search-input {
display: block;
width: 200px;
border: 1px solid #D5D7DB;
height: 30px;
background: #FFF;
border-radius: 4px;
outline: none;
padding: 0 28px 0 8px;
box-sizing: border-box;
}
.top-nav-search-input .search-input:focus {
border: 1px solid #1887E0;
}
.top-nav-wrapper.active .top-nav-search-input {
display: block;
}
.top-nav-wrapper.active .top-nav-load {
max-width: none;
}
.site-search {
position: relative;
display: flex;
align-items: center;
}
.top-nav-wrapper.active .top-nav-load-search {
display: none;
}
.top-nav-wrapper.active .search-button {
display: block;
width: 20px;
height: 20px;
background: url("https://t2.chei.com.cn/common/images/icon-search.svg") center center no-repeat;
cursor: pointer;
border: none;
outline: none;
position: absolute;
right: 8px;
top: 5px;
}
.top-nav-load-info {
display: flex;
align-items: center;
}
>
<>
.yz-header-banner-wrapper {
background: linear-gradient(179deg,#2094f0,#1887e0 53%);
}
.yz-header-banner-wrapper .banner {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 200px;
line-height: 200px;
background: url("https://t2.chei.com.cn/yz/assets/images/header-banner-2x.jpg") no-repeat top;
background-size: auto 100%;
color: #fff;
text-shadow: 0px 2px 2px rgba(0,0,0,0.06);
text-align: center;
}
.yz-header-banner-wrapper h1 {
line-height: 46px;
font-size: 38px;
font-weight: 700;
}
.yz-header-banner-wrapper .ch-sub-title {
margin-top: 8px;
font-size: 16px;
line-height: 24px;
color: rgba(2552552550.8);
}
.common-nav-box {
position: relative;
height: 60px;
background: #fff;
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12);
}
.common-nav-wrapper {
width: 1180px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
height: 100%;
}
.common-nav-wrapper .nav-list {
display: flex;
align-items: center;
}
.common-nav-wrapper .nav-list a {
position: relative;
display: block;
height: 60px;
font-size: 16px;
line-height: 60px;
color: #2B2E33;
text-decoration: none;
}
.common-nav-wrapper .nav-list a + a {
margin-left: 32px;
}
.common-nav-wrapper .nav-list a:hover,
.common-nav-wrapper .nav-list .nav-selected {
color: #1887E0;
}
.common-nav-wrapper .nav-list .nav-selected {
color: #1887E0;
font-weight: 700;
}
.common-nav-wrapper .nav-list .nav-selected::after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
width: 24px;
height: 3px;
margin-left: -12px;
background-color: #1887E0;
border-radius: 2px;
}
.common-nav-wrapper .nav-login {
display: flex;
align-items: center;
}
.common-nav-wrapper .nav-login a {
position: relative;
display: block;
height: 60px;
font-size: 14px;
line-height: 60px;
color: #2B2E33;
text-decoration: none;
}
.common-nav-wrapper .nav-login a:hover {
color: #1887E0;
}
.common-nav-wrapper .nav-login a::after {
content: '';
position: absolute;
right: -12px;
top: 50%;
width: 1px;
height: 12px;
background-color: #E8EAED;
transform: translate(-50%-50%);
}
.common-nav-wrapper .nav-login a:last-child::after {
display: none;
}
.common-nav-wrapper .nav-login a + a {
margin-left: 24px;
}
.tjbf-box {
padding-top: 16px;
}
>
<>
.xgzc-list-content .news-title a{
color: #2b2e33;
}
.ch-paragraph14 {
color: #65696E;
}
.ch-paragraph14 b {
color: #2b2e33 !important;
}
.home-sm-container {
background: #F1F8FF;
display: flex;
justify-content: center;
}
.home-sm-box {
width: 1180px;
padding: 40px 0;
box-sizing: border-box;
display: flex;
align-items: center;
}
.home-sm-content-left {
width: 240px;
height: 310px;
background: #E0EFFF url(https://t2.chei.com.cn/yz/zsgs/images/student/zsgs-home-sm-bg.png) center bottom no-repeat;
text-align: center;
line-height: 310px;
font-size: 20px;
font-weight: 600;
color: #2B2E33;
background-size: 100% auto;
}
.home-sm-content-right {
flex: 1;
height: 310px;
max-width: 940px;
padding: 20px 18px;
background: #fff;
box-sizing: border-box;
}
.home-sm-content-right-content {
height: 100%;
overflow-y: auto;
padding-right: 12px;
}
.home-sm-content-right-content::-webkit-scrollbar {
width: 8px;
border-radius: 7px;
background: #F1F8FF;
}
.home-sm-content-right-content::-webkit-scrollbar-thumb {
background-color: #E0EFFF;
border-radius: 7px;
}
.home-sm-content-right p {
font-size: 16px;
font-weight: 400;
line-height: 30px;
}
.home-sm-content-right p:not(:last-child) {
margin-bottom: 16px;
}
.container {
display: flex;
align-items: flex-start;
}
.home-zsgs-content-left {
width: 790px;
margin-top: 36px;
}
.home-zsgs-content-left .home-xgzc-header {
display: flex;
padding-bottom: 8px;
border-bottom: 1px solid #E8EAED;
align-items: center;
justify-content: space-between;
color: #1887E0;
}
.home-zsgs-content-left .home-xgzc-header-text {
font-size: 20px;
font-weight: 500;
line-height: 28px;
position: relative;
}
.home-zsgs-content-left .home-xgzc-header-text::after {
content: '';
width: 70px;
height: 3px;
background-color: #1887E0;
border-radius: 8px;
position: absolute;
left: 0;
bottom: -9.5px;
}
.home-zsgs-content-left .home-xgzc-header-more {
font-size: 14px;
line-height: 20px;
}
.xgzc-list-content li {
margin-top: 16px;
position: relative;
padding-left: 10px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 16px;
color: #93989E;
line-height: 26px;
}
.xgzc-list-content li::after {
content: '';
width: 4px;
height: 4px;
background: #D8D8D8;
border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.xgzc-list-content .news-title {
display: block;
margin-right: 19px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.xgzc-list-content .news-time {
flex-shrink: 0;
}
.home-zsgs-content-right {
/* width: 350px; */
margin-left: 40px;
margin-top: 38px;
}
.home-zsgs-content-right .home-xx {
padding: 9px 10px 12px;
background: #E0EFFF;
}
.home-zsgs-content-right .home-xx-title {
margin-left: 50px;
height: 24px;
width: 96px;
position: relative;
margin-bottom: 6px;
background: url(https://t3.chei.com.cn/yz/zsgs/images/student/ggxx.png) center center no-repeat;
}
.home-zsgs-content-right .home-xx-title::before {
content: '';
width: 56px;
height: 57px;
background: url(https://t4.chei.com.cn/yz/zsgs/images/student/zsgs-home-alert.png) no-repeat center center;
position: absolute;
background-size: cover;
left: -60px;
bottom: -8px;
}
.home-zsgs-content-right .home-xx-info {
background: #FFFFFF;
border-radius: 2px;
border: 1px solid rgba(24,135,224,0.39);
box-sizing: border-box;
padding: 10px 0 10px 55px;
line-height: 22px;
}
.home-xx-info-text {
color: #2B2E33;
font-weight: bold;
}
.home-xx-info-time {
color: #65696E;
}
.home-glgd {
margin-top: 24px;
}
.home-website-header,
.home-glgd-header {
height: 28px;
font-size: 20px;
font-weight: 500;
color: #1887E0;
line-height: 28px;
padding-bottom: 8px;
border-bottom: 1px solid #E8EAED;
position: relative;
}
.home-website-header::after,
.home-glgd-header::after {
content: '';
width: 70px;
height: 3px;
background-color: #1887E0;
border-radius: 8px;
position: absolute;
left: 0;
bottom: -2px;
}
.home-glgd-content {
padding: 16px 0 24px;
}
a.home-glgd-alink {
display: inline-block;
height: 22px;
color: #1887E0;
line-height: 22px;
margin-bottom: 9px;
}
.home-glgd-ul {
padding: 10px 8px 10px 12px;
background: #f7f7f7;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.home-glgd-ul li {
width: calc( 50% - 10px );
}
.home-glgd-ul li:not(:nth-last-child(-n+2)) {
margin-bottom: 10px;
}
.glgd-li-alink .item-title,
.glgd-li-alink .item-text {
height: 22px;
line-height: 22px;
color: #65696E;
}
.glgd-li-alink .item-title {
color: #2B2E33;
}
a.glgd-li-alink {
display: block;
width: fit-content;
color: #2B2E33;
}
.home-website-content {
padding: 9px 0 0;
}
.home-website .home-website-content li {
line-height: 22px;
margin-top: 6px;
text-align: left;
}
.home-website-content a {
color: #65696E;
}
.ch-sticky .main-wrapper .container {
padding-bottom: 254px;
}
>
信息公开平台说明
一、为进一步加强对招生单位信息公开工作的监督管理,规范研究生招生录取工作,根据《国务院办公厅关于印发2014年政府信息公开工作要点的通知》(国办发〔2014〕12号)精神和《教育部关于进一步推进高校招生信息公开工作的通知》(教学函〔2013〕9号)要求,教育部2014年建立了“全国硕士研究生招生信息公开平台”(以下简称“研招信息公开平台”)。
二、“研招信息公开平台”在保护考生隐私、保障数据安全的基础上,旨在推进招生信息充分公开,方便利益相关考生进行监督。
三、“研招信息公开平台”所有公开的招生信息,均由各招生单位提供,已在各招生单位网站进行了公开公示。
四、“研招信息公开平台”招生政策、招生单位复试录取办法等栏目对所有公众开放。
五、参加当年全国硕士研究生招生考试统考的考生可在规定时限内查看相关录取公开信息。具体如下:
1. 所有准考考生均可查看一志愿报考单位一志愿报考专业的同类别录取名单。
2. 参加调剂复试的考生,可查看调剂复试单位调剂复试专业的同类别录取名单。
六、考生如对平台公开的招生单位录取公开信息有疑问,可直接与相关招生单位联系咨询或向招生单位所在省级教育招生考试机构投诉。
2024年度公示平台开放时间段为:
2024年9月21日-2024年10月20日