@charset "gb2312";
* {
    /* margin: 0 auto;
    padding: 0px; */
    font-family: '微软雅黑';
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
p {
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei", "Arial";
    color: #333;
    font-size: 14px;
    background: #fff;
}

a {
    text-decoration: none;
    color: #333
}

a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

a:hover {
    text-decoration: none;
    -webkit-transition: color .3s ease 0s;
    -moz-transition: color .3s ease 0s;
    -o-transition: color .3s ease 0s;
    -ms-transition: color .3s ease 0s;
    transition: color .3s ease 0s
}

img {
    border: none;
}

.clear {
    clear: both;
    margin: 0px auto;
}

.cl10 {
    clear: both;
    margin: 0px auto;
    height: 10px;
}

.cl20 {
    clear: both;
    margin: 0px auto;
    height: 20px;
}

.cl50 {
    clear: both;
    margin: 0px auto;
    height: 50px;
}

.cl5 {
    clear: both;
    margin: 0px auto;
    height: 5px;
}
.tl {
    margin: 0px auto;
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*头部*/

#header {
    width: 100%;
    height: 30px;
    margin: 0px auto;
    background: #fff;
}

.tquick {
    margin: 0px auto;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #dedede;
    background-color: #eee;
}

.quick-link {
    float: left;
    line-height: 30px;
}

.quick-link em {
    padding-left: 5px;
}

.welcome {
    margin-right: 12px;
    padding-left: 8px;
}

.tool-link {
    float: right;
    line-height: 30px;
}

.tool-link a {
    padding-left: 10px;
}
/* logo */

.w1200 {
    margin: 0px auto;
    width: 1200px;
}

.w1230 {
    margin: 0px auto;
    width: 1230px;
}

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}

.tyong {
    width: 400px;
    height: auto;
    margin: 0px auto;
    text-align: center;
    margin-top: 20px;
}

.tyong h2 {
    font-size: 36px;
    font-family: '微软雅黑', arial;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-weight: 400;
}

.tyong p {
    font-size: 24px;
    font-family: '微软雅黑', arial;
    height: 30px;
    line-height: 30px;
    color: #cccccc;
    margin-top: 5px;
    font-weight: 0;
}

.tyong2 {
    width: 600px;
    height: auto;
    margin: 0px auto;
    text-align: center;
    margin-top: 50px;
}

.tyong2 h2 {
    font-size: 36px;
    font-family: '微软雅黑', arial;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
}

.tyong2 p {
    font-size: 24px;
    font-family: '微软雅黑', arial;
    width: 285px;
    display: block;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-top: 5px;
    border: 1px solid #ccc;
}

.bmline {
    width: 90px;
    border-top: 1px solid #ccc;
    margin-top: 25px;
}
.logo22 {
    width: 100%;
    position: relative;
    background: #0E427B;
}
.top22 {
    width: 1200px;
    margin: auto;
    background: #0E427B;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title22 {
    width: 1200px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
}
.title22_all {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title22_cent1 ,.title22_cent3  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.title22_cent1 li a ,.title22_cent3 li a{
    width: 130px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.title22_cent1 li a:hover ,.title22_cent3 li a:hover{
    color: #fff !important;
    background: #0E427B !important;
}
.title22_cent1 li a ,.title22_cent3 li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #0E427B;
}
.title22_cent_all {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgb(210, 208, 208);
    display: flex;
    align-items: center;
    justify-content: center;
}
.title22_cent_all img {
    width: 80px;
}

/*banner*/

.xh_banner {
    height: 500px;
    position: relative;
}

.xh_banner .swiper-slide a {
    display: block;
    height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
}

.xh_banner .xh_pages {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
    text-align: center;
    z-index: 100;
}

.xh_banner .xh_pages li {
    display: inline-block;
    width: 200px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    cursor: pointer;
}

.xh_banner .xh_pages li.active {
    background-color: #0E427B;
}

.xydt22 {
    padding: 60px 20px 0 20px;
    font-size: 17px;
    line-height: 30px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
}

.xydt221 {
    width: 46%;
    margin: 0 2%;
}

.xydt222 {
    font-size: 30px;
    font-weight: 700;
    color: #244369;
    margin-bottom: 20px;
}
.xydt223 {
    width: 60px;
    height: 6px;
    background-color: #3A98EF;
    margin: 0;
}
.xydt224 {
    width: 100%;
    height: 1px;
    background-color: rgb(189, 187, 187);
    margin: 0 0 10px 0;
}
.xydt223_img {
    width: 100%;
}
.xydt225 {
    font-size: 16px;
    color: #333;
}
.xydt225 li a {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.xydt225_li_sp {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgb(182, 182, 182);
    display: inline-block;
    margin: 0 10px;
}
.xydt225_li_div {
    display: flex;
    align-items: center;
}
.xydt225 li a p {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.xydt225_li_p1 {
    color: #666;
    margin-left: 5px;
}
.xydt225_li_p {
    color: #333 !important;
    width: 410px;
}

/* 报名动态 */
.zsdt221 {
    width: 46%;
    margin: 0 2%;
}
.zsdt222 {
    display: flex;
    align-items: center;
}
.xydt222_sp1 {
    font-weight: 100;
    margin: 0 10px;
}
.xydt222_sp2 {
    font-size: 16px;
    color: #FB1100;
}
.sxxzc {
    color: #224161;
}
#Xdemo tr:nth-child(2n+1) {
    background-color: #fff;
}

#Xdemo tr:nth-child(2n) {
    background-color: #C6E1FE;
}

.zz_hot1_flex ul {
    display: flex;
    flex-wrap: wrap;
}

.zz_hot1_flex ul li {
    width: 33%;
    margin-top: 8px;
}

.zz_hot1_flex ul li img {
    border-radius: 8px;
}

#Xdemo .jg a {
    padding: 2px 25px;
    color: #fff;
    border-radius: 3px;
    background-color: #FF1200;
}

a {
    text-decoration: none;
}

.score-cer {
    width: 1200px;
    margin: 30px auto;
}

.sxx1 {
    text-align: center;
    color: #fff;
    background: #cd192b;
    padding: 15px 0;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    width: 100%;
    empty-cells: show;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.xb {
    width: 680px;
    height: 40px;
    margin: 0px auto;
}

#Xdemo {
    height: 349px;
    overflow: hidden;
    color: #f00;
}

.tc {
    text-align: center;
}

#Xdemo table {
    width: 100%;
    text-align: center;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    width: 100%;
    empty-cells: show;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

#Xdemo .xm {
    width: 19%;
}

#Xdemo .xb {
    width: 31%;
}

#Xdemo .lx {
    width: 22%;
}

#Xdemo .jg {
    width: 25%;
    border: none;
}


/* 校园风光 */
.xyfg22{
    position: relative;
}
.xyfg22_cent {
    width: 500px;
    height: 100px;
    background-color: rgba(14, 66, 124, 0.7);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 20px 10px;
    position: absolute;
    top: 180px;
    left: 100px;
    z-index: 1000;
}
.xyfg22_cent1 {
    width: 80%;
}
.xyfg22_cent2_a {
    display: inline-block;
}
.xyfg22_cent2 {
    width: 20%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.xyfg22_0 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.xyfg22_1 {
    width: 60px;
    height: 5px;
    background-color: #fff;
    margin: 0;
}
.xyfg22_2 {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 0 0 10px 0;
}
.TabTitle {
    margin: 0px auto;
    width: 100%;
    height: 50px;
}


.TabTitle ul {
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
}

.TabTitle .active {
    color: #006cbf;
}

.TabTitle li {
    width: 440px;
    margin-right: 10px;
}

.TabTitle li a {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    border: 1px #fff solid;
    display: inline-block;
    border-radius: 3px;
    padding: 4px 8px;
    box-sizing: border-box;
}

.TabTitle li a:hover {
    border: none;
    background: #0E427B;
    color: #fff;
}
.xyfg {
    width: 1230px;
    height: 480px;
    display: flex;
    align-items: center;
}
.nTab {
    width: 1230px;
    float: right;
}
.sma2 {
    width: 25%;
    height: 330px;
}
.sma2 a {
    width: 100%;
    height: 165px;
    display: block;
    position: relative;
}
.sma2 a img {
    width: 100%;
    height: 165px;
}
.sma2 p {
    position: absolute;
    height: 25px;
    line-height: 25px;
    z-index: 999;
    top: 20px;
    color: #fff;
    text-align: left;
    padding: 0 10px;
}
.sma2_0 {
    background: #454FE4;
}
.sma2_1 {
    background:#45C4E5;
}
.sma2_2 {
    background: #911CFF;
}
.sma2_3 {
    background: #01B5FE;
}
.bigz_1 {
    background-color:#FFAA07;
}
.bigz_2 {
    background-color:#FF1B5C;
}
.bigz {
    width: 25%;
    height: 330px;
    position: relative;
}
.bigz img {
    width: 100%;
    height: 330px;
}

.bigz p {
    height: 25px;
    line-height: 25px;
    z-index: 999;
    top: 20px;
    position: absolute;
    background: #FFAA07;
    color: #fff;
    text-align: left;
    padding: 0 10px;
}

.hj a:hover img,
.zpwid a:hover img {
    transform: scale(1.3);
    transition: all 5s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 5s ease 0s;
}
.zz_title {
    font-size: 43px;
    font-weight: 700;
    color: #134181;
    text-align: center;
}
.zz_title1 {
    color: #fff;
    margin: 0 60px;
}
.zz_title02 {
    font-size: 36px;
    text-align: center;
}

.zz_title03 {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
}

.tszy22 {
    padding: 100px 0;
    box-sizing: border-box;
    width: 100%;
    background-color: #454FE4;
}
.zz_major02 {
    background-color: #454FE4;
}
.tszy22_cen_tit , .xhzz22_tit , .ycjy_tit{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ycjy_tit1 {
    width: 430px;
    height: 1px;
    background-color: #fff;
}
.tszy22_cen_tit1 {
    width: 430px;
    height: 1px;
    background-color: #fff;
}
.tszy22_cen_tit2 {
    width: 400px;
    height: 1px;
    background-color: #fff;
}

/* 下面两模块专业的style */
.tszy22_cen_1_1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.zz_major02 {
    margin: 8px 5px;
    padding: 20px;
    width: 547px;
    height: 216px;
    background-color: #fff;
}

.major_img {
    margin-right: 19px;
}
.major_img img{
    width: 223px;
    height: 209px;
    object-fit: cover;
}

.major_name02 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 8px 0;
}

.major_describe02 {
  
    height: 100px;
    line-height: 24px;
    font-size: 15px;
    color: #acacac;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 4;
    /** 显示的行数 **/
    overflow: hidden;
    /** 隐藏超出的内容 **/
}

.small_b {
    margin-left: 1px;
}

.zz_button {
    margin-top: 20px;
}

.zz_button01 {
    display: inline-block;
    width: 130px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    font-size: 23px;
    color: #fff;
    background-color: #213FFF;
}

.zz_button02 {
    display: inline-block;
    width: 130px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    font-size: 23px;
    color: #213FFF;
    background-color: #e7e7e7;
    margin-left: 27px;
}
.xhzz22 {
    padding: 100px 0;
    box-sizing: border-box;
}
.xhzz22_tit1 {
    width: 80px;
    height: 1px;
    background-color: #999;
}
.zz_title2 {
    margin: 0 60px;
}
.theme {
    color: #228AFC;
}
.zz_title03_1 {
    text-align: left;
}
.xhzz22_tit {
    margin: 30px 0;
}
.xhzz22_img1 {
    width: 100%;
    margin: 50px 0 90px;
}
.xhzz22_imga {
    width: 100%;
    display: flex;
    justify-content: center;
}
.xhzz22_imga2 {
    width: 600px;
    display: inline-block;
    padding: 20px 0;
    box-sizing: border-box;
    background-image: linear-gradient(#6C7EFD, #2340FF);
    border-radius: 10px;
    margin: auto;
    /* display: flex;
    justify-content: center; */
}
.xhzz22_imga2 p {
    text-align: center;
    font-size: 40px;
    color: #fff;
}
/* 精彩校园生活 */


.p1_p {
    height: 30px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background-color: rgba(49, 47, 45, 0.5);
    margin-top: -36px;
    position: relative;
}
.ycjy_tit {
    width: 360px;
}
.ycjy1_ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ycjy {
    margin: 0px auto;
    clear: left;
    overflow: hidden;
    background: no-repeat url(/jcshbg.jpg) center/100% 100%;
    padding: 20px 0 100px;
    box-sizing: border-box;
}

.ycjy1 {
    width: 480px;
    height: 310px;
    box-sizing: border-box;
    margin: 0 4px;
}

.ycjy1 img {
    width: 100%;
    height: 100%;
}

.ycjy3 {
    width: 230px;
    height: 310px;
    margin: 0 0 0 4px;
    box-sizing: border-box;
}

.ycjy2 img  , .ycjy3 img {
    width: 100%;
    height: 100%;
}

.ycjy2 {
    width: 230px;
    height: 310px;
    box-sizing: border-box;
    margin: 0 4px;
}

.ycjy2 div {
    height: 50%;
    position: relative;
    overflow: hidden;
    padding: 3px 0;
    box-sizing: border-box;
}

.ycjy2 div img {
    width: 100%;
    height: 100%;
}

.ycjy2_mt {
    margin-top: 3px;
}

/* 底部 */

.yq_lxwm {
    width: 1200px;
    height: 190px;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background: #f1f1f1;
}

.yq_lxwm li {
    width: 150px;
    height: 190px;
    float: left;
    margin-left: 140px;
    overflow: hidden;
}

.yq_lxwm li a {
    display: block;
    height: 150px;
    height: 190px;
    padding-top: 110px;
    text-align: center;
    font-size: 16px;
}

.yq_lxwm li a.a1 {
    background: url(http://www.xinhuazz.com/images/sy19/dl1.png) no-repeat center 30px;
}

.yq_lxwm li a.a2 {
    background: url(http://www.xinhuazz.com/images/sy19/dl2.png) no-repeat center 30px;
}

.yq_lxwm li a.a3 {
    background: url(http://www.xinhuazz.com/images/sy19/dl3.png) no-repeat center 30px;
}

.yq_lxwm li a.a4 {
    background: url(http://www.xinhuazz.com/images/sy19/dl4.png) no-repeat center 30px;
}
.bottom_bg {
    width: 1200px;
    margin: 0px auto;
    color: #ffffff;
    background: url(../images/syimg/bottom_b.png) no-repeat bottom;
    padding-top: 225px;
    line-height: 47px;
    font-size: 14px;
    height: 47px;
    text-align: center;
}

.h47_bg {
    background: url(../images/syimg/h47_bg.png) repeat-x bottom;
    min-width: 1200px;
    margin-top: 30px
}

.mw1200_bg_fa {
    background: #fafafa;
    border-bottom: 1px solid #e7e7e7;
    min-width: 1200px;
}

.bootom_h45 {
    line-height: 30px;
    height: 180px;
    min-width: 1200px;
    text-align: center;
    background: #000;
    color: #fff;
}

.bottom_right_font {
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    height: 20px;
    margin-top: 5px;
}

.p30_mw1200 {
    background: #0E427C;
    padding: 60px 0px;
    min-width: 1200px;
}
.ssn22 {
    display: flex;
    justify-content: space-between;
}
.ssn22_img {
    width: 390px;
} 
.bottom_title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.bottom_show p  {
    margin-bottom: 10px;
}
.bottom_show p a  {
    color: #fff;
}
.bootom_h45 {
    line-height: 30px;
    height: 180px;
    min-width: 1200px;
    text-align: center;
    background: #0D3058;
    color: #fff;
}