@charset "utf-8";
/* 初始化 */
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
img {max-width: 100%;height: auto;width:auto\9; /* ie8 */}
*{margin:0; padding:0; border:none;box-sizing:border-box;}
body{background:#f0f0f0;color:#000;font-size: 15px;}
em,i{font-style: normal;}
a{text-decoration:none;color: #000; }
a:hover{ text-decoration:none;color: #000;}
ul,ol{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%;font-weight: normal;}
input,select{outline: none;}
.fl{float: left;}
.fr{float: right;}
.ov{overflow: hidden;}
.flex{display:flex;}
.flex-between{justify-content:space-between;}
.flex-center{justify-content:center;}
.flex-end{justify-content:flex-end;}
.align-center{align-items: center;}
.main{width: 1200px;margin:0 auto;}
.mb10{margin-bottom: 10px;}
.mt10{margin-top: 10px;}
.mtb{margin:10px auto;}
.p20{padding: 20px;}
.bg_white{background: #fff;}
.isfixed{height: 100%;overflow: hidden;position: relative;}

.copy{text-align: center;line-height:30px;padding:6px 0;background:#f9f9f9;width: 100%;font-size: 13px;}
.copy p{display:inline-block;padding:0 10px;color:#666;}
.copy a{color:#666;text-decoration: underline;}


/*顶部样式*/
.topCon{height:80px;align-items: center;}
.logoL{font-size: 28px;letter-spacing:1px;line-height: 80px;}
.logoL img{width: 90px;vertical-align: top;margin-right: 5px;vertical-align:text-bottom;margin-top:7px;}
.loginR{}
.loginR p{float: left;border-radius:6px;line-height: 45px;font-size: 16px;margin-left:10px;}
.Overview a{color: #c9413a;font-size: 18px;padding-left:50px;display: block;background:#fff url(../images/zonglan.png) no-repeat 15px center;-webkit-background-size:28px 28px;background-size:28px 28px;border:1px solid #c9413a;border-radius:6px;padding-right: 20px;}
.log{text-align: center;}
.log a{color:#2a9d1b;border:1px solid #cdeaa9;display:inline-block;padding:0 17px;background: #fafff3;border-radius:6px;}
.log a i{margin-right:3px;}
.log a:hover{background:#54b400;color:#fff;}
.Overview a:hover{color: #fff;background-image:url(../images/zonglanW.png);background-color:#d42525;}

/*导航样式*/
.topNav{background:#c9413a;color: #fff7b4;height:60px;margin-bottom: 10px;}
.topNav li{width: 12.5%;text-align: center;height: 60px;}
.topNav a{color:#fff7b4;line-height: 60px;font-size:20px;display: block;position: absolute;left: 0;bottom: 0;width: 100%;z-index:999;}
.topNav li.on{background: #ab3731;}
/*鼠标经过效果*/
.ul2 li{
  list-style: none;
  color:#ab3731;
  position: relative; 
  cursor: pointer;
}
.ul2 li::before,.ul2 li::after{
  content:"";
  position:absolute;
  bottom:0;
  left:49%;
  height:60px;
  width:0;
  background-color:#ab3731;
  transition: all .2s linear;
	pointer-events: none;
}
.ul2 li:hover::before{
  width:51%;
  left:0;
}
.ul2 li:hover::after{
   width:51%;
}

/*轮播图*/
.slideBox{ width:720px; height:409px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:0px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:4px;  width:30px; height:4px; line-height:99; text-align:center; background:rgba(0,0,0,.5); cursor:pointer;overflow: hidden;}
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:750px; height:409px; display:block;  }

/*招考热点*/
.hotTxt{background: #fdfdf1;width: 480px;padding:15px 15px 5px;}
.hotTxtUp{margin-bottom:16px;}
.hotTxtUp h3{font-weight: bold;background:url(../images/hot.png) no-repeat left center;padding-left: 30px;letter-spacing:1px;margin-bottom: 10px;position: relative;}
.hotTxtUp h3 a{position: absolute;right: 0;top: 0;color: #ff6600;font-weight: normal;}
.hotTxtUp li{margin-bottom: 4px;position: relative;padding-left:12px;}
.hotTxtUp li::after{content: "";width: 4px;height: 4px;background:#ff812d;border-radius:50%;position: absolute;left: 0;top:calc(50% - 2px);}
.hotTxtUp li a{display:flex;justify-content:space-between;align-items:center;}
.hotTxtUp li a p{width: 70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hotTxtUp li a span{width: 30%;text-align: right;font-size: 14px;color: #666;}
.hotTxtUp li a span b{display: block;font-weight: normal;font-size: 12px;}
.hotTxtUp li a:hover{color:#ff812d;}
.hotTxtUp li a:hover b{color:#ff812d;}
.zxhtop a{color: #f56e00;}

.rili{}
.rili{border:2px solid #f56e00;background:#fff9f2;}
.rili .rili_w1{color: #fff;padding:0 10px;background: #f56e00;height: 36px;}
.rili .rili_w1 h3 span{font-size: 14px;font-weight: normal;padding-left: 3px;}
.rili .rili_w1 a{background: #fff;padding: 4px 6px;border-radius: 3px;font-size: 15px;}
.rili .rili_w1 a:hover{color:brown;text-decoration:underline;}
.rili h3{color: #fff;font-weight: bold;background:url(../images/rili.png) no-repeat left center;padding-left: 26px;letter-spacing:1px;}
.rili table{width: 100%;text-align: center;}
.rili table .red{color: #cf0000;}
.rili table th{height: 36px;background: #ffefed;}
.rili table td{border-bottom:1px solid #f7cfc9;padding:8px 0 18px 0;position:relative;}
.rili table .on{background:#e6e6fa url(../images/youKS.png) no-repeat 8px 34px;-webkit-background-size:11px;background-size:11px;box-shadow:0 0 3px #fff;}
.rili table .on::after{content:'有考试';width:100%;text-align:center;position:absolute;left:0;bottom:2px;font-size:11px;color:#009e00;text-indent:14px;}
.rili table .onday { background-color: darkorange; color: #fff; }
.rili .makeDZ{padding:7px;text-align: center;background:#fff;}
.rili .makeDZ a{color:#195eeb;text-decoration:underline;font-size:15px;}
/*日历喇叭*/
.noteLeft .bd{padding-left:40px;background:url(../images/laba.png) no-repeat 10px center;-webkit-background-size:20px 20px;background-size:20px 20px;}
.noteLeft li{line-height:36px;font-size: 14px;width: 100%;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.noteLeft li a{color:blue;}
.noteLeft li a:hover{text-decoration:underline;}

/*热门院校*/
.mapQG0127{background:#fff url(../images/map_QG.png) no-repeat 95% 7px;-webkit-background-size:110px;background-size:110px;}
.mapQG0207{background:#fff url(../images/map_QG.png) no-repeat right 7px;-webkit-background-size:110px;background-size:110px;}
.mapGCY0128{background:#fff url(../images/map_GCY.png) no-repeat 94% 15px;-webkit-background-size:75px;background-size:75px;}
.mapGCY0207{background:#fff url(../images/map_GCY.png) no-repeat 99% 15px;-webkit-background-size:75px;background-size:75px;}
.mapSDDX0131{background:#fff url(../images/map_SDDX.png) no-repeat 95% 14px;-webkit-background-size:75px;background-size:75px;}
.mapNEWS0131{background:#fff url(../images/map_news.png) no-repeat 96% 7px;-webkit-background-size:85px;background-size:85px;}
.newsBG0206{background:#fff url(../images/map_news.png) no-repeat right 7px;-webkit-background-size:85px;background-size:85px;}
.mapSHOP0131{background:#fff url(../images/map_SHOP.png) no-repeat 95.5% 14px;-webkit-background-size:75px;background-size:75px;}
.mapYZW0131{background:#fff url(../images/map_YZW.png) no-repeat 99% 7px;-webkit-background-size:95px;background-size:95px;}
.mapGWLX0207{background:#fff url(../images/map_GWLX.png) no-repeat 99% 7px;-webkit-background-size:95px;background-size:95px;}
.mapXKPG0203{background:#fff url(../images/map_XKPG.png) no-repeat 98% center;-webkit-background-size:85px;background-size:85px;}
.mapYXYX0203 { background: #fff url(../images/map_SDDX.png) no-repeat 98% center; -webkit-background-size: 85px; background-size: 85px; }
.mapQIKAN0207{ background: #fff url(../images/map_qikan.png) no-repeat right center; -webkit-background-size: 85px; background-size: 85px; }
.mapFMZL0327{ background: #fff url(../images/map_zhuanli.png) no-repeat right center; -webkit-background-size: 85px; background-size: 85px; }
.mainBox{width: 1200px;margin:0 auto;margin-bottom: 10px;padding:30px 15px 10px;overflow: hidden;background-color:#fff;}
.title{margin-bottom: 10px;}
.title h3{font-size:22px;font-weight: bold;position: relative;padding-left: 15px;margin-right: 10px;line-height: 38px;}
.title h3::after{content: "";width: 4px;height: 18px;background:#db0002;position: absolute;left: 0;top:calc(50% - 9px);}
.titL{align-items:baseline;}
.titL p{margin-left: 10px;color: #666;font-size: 14px;overflow: hidden;}
.titL p a{display: block;color: #666;padding:3px 6px;border-radius:4px;border:1px solid #fbd7bf;background:#fef6ef;}
.titL p a i{font-weight:bold;color:#ff6600;}
.titL p b{font-weight: normal;margin-right: 3px;}
.titL p:hover a{color: #f56e00;border-color:#f56e00;}
.titL .p_pm a{background: #ffeeeb;color: #f94a4a;}
.titL em{font-size:14px;}
.titL em a i{font-weight:bold;color:#ff6600;}
.titL em a:hover{text-decoration:underline;}
.ZSfast_tip{display:block;width:30%;border:2px solid #f6c370;margin:0 auto;text-align:center;background:linear-gradient(to top,#ffe343,#fdfe8f);color:#c83d06;border-radius:4px;cursor:pointer;line-height:36px;font-size:18px;}
.ZSfast_tip i{font-size:25px;vertical-align:bottom;}

.title .more a{color: #ff6600;}
.schoolTJ{border:1px solid #fedfdd;border-radius:4px;padding:15px;background: #fffafa;margin-bottom: 10px;padding-bottom:5px;}
#smallH0326{padding:5px 15px 0;margin-top:10px;}
#zhuanye_H0326{margin:10px 0;}
#ZSfast_tip0403{display:none;}
.schoolTJ h3{color: #ee1a29;background:url(../images/tjyx.png) no-repeat  left 8px;-webkit-background-size: 22px 22px;background-size: 22px 22px;font-size: 18px;padding-left:32px;margin:0px 0 20px;}
#zhuanye_H0326 h3{margin:0px 0 10px;font-size:16px;}
.schoolTJ h3 b a{font-size: 22px;color: #ee1a29;}
.schoolTJ h3 a:hover{text-decoration:underline;}
.schoolTJ h3 .SP127{color:#666;font-size:15px;}
.schoolTJ h3 .SP127 a {color:#ee1a29;font-weight:bold;}
.schoolTJ h3 .SP227{color:#333;font-size:16px;}
.schoolTJ h3 .SP227 a{color:#ee1a29;font-weight:bold;}
.schoolTJ h3 .SP130{background:#777;color:chartreuse;padding:1px 7px;border-radius:2px;font-size:16px;}
.schoolTJ h3 .SP130 a{padding:0 3px;color:chartreuse;display:inline-block;font-weight:bold;text-decoration:underline;}

.schoolTJ ul{flex-wrap: wrap;}
/*.schoolTJ li{width:16%;border: 1px solid #fcced0;border-radius:6px;text-align: center;margin-bottom: 10px;overflow:hidden;}
.schoolTJ li.li30{width:32%;}
.schoolTJ li a{font-size: 18px;color: #ee1a29;font-weight: bold;padding:5px;display: block;}
.schoolTJ li a:hover{text-decoration:underline;}
.schoolTJ li span{background: #ffeceb;display: block;text-align: center;padding:3px 0;color: #c73600;font-size: 15px;}*/
/*20260207新*/
.schoolTJ li{width:16%;border-width: 1px 1px 1px 1px;border-style: solid;border-color: rgba(224, 137, 141, 0.3);position: relative;text-align: center;margin-bottom: 10px;border-radius:6px;overflow: hidden;top:0;/*border: 1px solid #fcced0;*/transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
#Def_width0327 li{width:10.5%;}
#Def_width0327 li:nth-child(4){width:13%;}
#smallH0326 li{width:10.5%;}
#smallH0326 li:nth-child(4){width:13%;}

#Def_width0327 li:nth-last-child(1),#Def_width0327 li:nth-last-child(2),#Def_width0327 li:nth-last-child(3),#Def_width0327 li:nth-last-child(4),
#Def_width0327 li:nth-last-child(5),#Def_width0327 li:nth-last-child(6),#Def_width0327 li:nth-last-child(7),#Def_width0327 li:nth-last-child(8),#Def_width0327 li:nth-last-child(11){width:16.2%;}

#smallH0326 li:nth-last-child(1),#smallH0326 li:nth-last-child(2),#smallH0326 li:nth-last-child(3),#smallH0326 li:nth-last-child(4),
#smallH0326 li:nth-last-child(5),#smallH0326 li:nth-last-child(6),#smallH0326 li:nth-last-child(7),#smallH0326 li:nth-last-child(8),#smallH0326 li:nth-last-child(11){width:16.2%;}

.schoolTJ li a{font-size: 18px;color:#ee1a29;font-weight: bold;padding: 5px;display: block;background:rgba(255, 255, 255, 0.5);}
#smallH0326 li a{line-height:16px;}
.schoolTJ li:hover a{text-decoration:none;color:#ee1a29;background:rgba(255, 255, 255, 0);}
.schoolTJ li:hover{top:-5px;box-shadow: 0 0 5px #ccc;}
/*.schoolTJ li::before,*/.schoolTJ li::after{content: '';display: block;height: 1px;position: absolute;left: 50%;transform: translateX(-50%);top: 0px;background: rgba(247, 162, 157, 1);width: 0;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.schoolTJ li::after{top: auto;bottom: 0px;}
/*.schoolTJ li:hover::before,*/.schoolTJ li:hover::after{width: 100%;}
.schoolTJ li span{background: #ffeceb;display: block;text-align: center;padding:3px 0;color:#c73600;font-size: 15px;}
#smallH0326 li span{font-size: 14px;line-height:16px;}


/*.JYT_bg li:nth-child(1){border-color:#f8cb1a;background:#fff7b3;}*/
.JYT_bg li:nth-child(1) span{background: #ffe740;}
/*.JYT_bg li:nth-child(2){border-color:#ddd;background: #f6fff2;}*/
.JYT_bg li:nth-child(2) span{background: #ddf1ad;}
/*.JYT_bg li:nth-child(3){border-color:#ffdfb2;background: #ffebcd;}*/
.JYT_bg li:nth-child(3) span{background: #ffdfb2;}
.ULzhuYa0127 a{font-size: 18px;color: #ee1a29;font-weight: bold;padding:6px 5px;display: block;}
.Msgfl0206 li{width:13%;}
.Msgfl0206 .ulDL li a{color:#666 !important;font-weight:normal !important;font-size:15px !important;}
.Msgfl0206 .ulDL li a i{color:#ee1a29;font-weight:bold !important;margin-right:5px;font-size:18px !important;}

/*学科门类统计*/
.xueKeml0204 li { width: 13%; background: url(../images/zydl_05.png) no-repeat right bottom; background-size: 35px; -webkit-background-size: 35px; }
.xueKeml0204 li:nth-child(2) { background-image: url(../images/zydl_07.png); }
.xueKeml0204 li:nth-child(3) { background-image: url(../images/zydl_08.png); }
.xueKeml0204 li:nth-child(4) { background-image: url(../images/zydl_09.png); }
.xueKeml0204 li:nth-child(5) { background-image: url(../images/zydl_10.png); }
.xueKeml0204 li:nth-child(6) { background-image: url(../images/zydl_12.png); }
.xueKeml0204 li:nth-child(7) { background-image: url(../images/zydl_13.png); }

/*高校评估结果*/
.xueKemlGX0204 { }
.xueKemlGX0204 .newli0204 li.on { position: relative; box-shadow: 0 0 3px #ccc; }
.xueKemlGX0204 .ulDL li a.on span { background: #c73600; color: #fff; }
.xueKemlGX0204 .ulDL li a { padding: 0; }
.xueKemlGX0204 .ulDL li a span { font-weight: normal; }
.xueKemlGX0204 .ulDL li a b { padding: 5px; display: block; }
.xueKemlGX0204 .ulDL li a:hover { text-decoration: none; }
.xueKemlGX0204 .gxbox0204 { background: #FFF; box-shadow: 0 0 3px #f4cbbc; border-radius: 6px; line-height: 60px; overflow: hidden; }
.xueKemlGX0204 .gxbox0204 span { width: 170px; text-align: center; color: #666; }
.xueKemlGX0204 .gxbox0204 .gxbox0204In p { width: 11%; text-align: center; }
.xueKemlGX0204 .gxbox0204 .gxbox0204In p b a { background: #c73600; color: #fff; padding: 0 8px; border-radius: 4px; font-weight:normal;margin:0 5px; }
.CKxkpgJG0204 { padding: 0 10px; border-radius: 4px; border: 1px solid #fbd7bf; background: #fef6ef; height: 36px; line-height: 36px; color: #c73600; font-size: 15px; }
.CKxkpgJG0204:hover { color: #c73600; text-decoration: underline; }

/*港澳台标志*/
.guohui {background:url(../images/guohui.png) no-repeat right bottom;-webkit-background-size: 35px;background-size: 35px;}
.guohui span{background:#fdfe8f  !important;}
.xianggang{background:url(../images/xianggang.png) no-repeat right bottom;-webkit-background-size:35px;background-size:35px;}
.xianggang span{background: #f7b9b0 !important;}
.aomen{background:url(../images/aomen.png) no-repeat right bottom;-webkit-background-size:35px;background-size:35px;}
.aomen span{background: #91ddd1 !important;}
.taiwan{background:url(../images/taiwan1.png) no-repeat right bottom;-webkit-background-size:35px;background-size:35px;}
.taiwan span{background: #9de8f5 !important;}
.qikan{background:url(../images/qikan.png) no-repeat right bottom;-webkit-background-size:35px;background-size:35px;}
.qikan span{background: #cef5cb !important;}
.zhuanli{background:url(../images/zhuanli.png) no-repeat right bottom;-webkit-background-size:35px;background-size:35px;}
.zhuanli span{background: #cfe1ff !important;}
.yiliuKC{background:url(../images/yiliuKC.png) no-repeat right bottom;-webkit-background-size:35px;background-size:35px;}
.yiliuKC span{background: #ffdfb2 !important;}
#smallBG0326 .guohui{background-size:25px;}
#smallBG0326 .xianggang{background-size:25px;}
#smallBG0326 .aomen{background-size:25px;}
#smallBG0326 .taiwan{background-size:25px;}
#smallBG0326 .yiliuKC{background-size:25px;}
#smallBG0326 .qikan{background-size:25px;}
#smallBG0326 .zhuanli{background-size:25px;}


.schoolTJ h3 .jyb0127{font-size: 15px;color: #666;}
.schoolTJ h3 .zailu0127{font-size:18px;color: #666;margin-left: 10px;}
.schoolTJ h3 .zailu0127 a{color:#ee1a29;font-weight:bold;}

.schoolsome{}
.schoolsome ul{flex-wrap: wrap;align-content: space-between;}
.schoolsome li{width: 32.5%;position: relative;margin-bottom:8px;}
.schoolsome li a{display: block;display: flex;align-items: center;padding:10px;color: #000;border:1px solid #eee;border-radius:4px;height: 100px;}
.schoolsome li img{width:60px;margin-right: 10px;}
.schoolsome li dt{font-size: 18px;}
.schoolsome li dd{color: #999;font-size: 14px;margin-top: 4px;}
.schoolsome li dd:nth-of-type(1){background:url(../images/weizhi.png) no-repeat left center;-webkit-background-size: 13px 13px;background-size: 13px 13px;padding-left:15px;}
.schoolsome li dd span{padding:0 5px;background: linear-gradient(to left, #f6c370,#fde2ab);margin-right: 3px;border-radius:4px;color: #ac232b;border:1px solid #f2ce70;font-size: 13px;}
.schoolsome li a:hover{box-shadow:0 0 3px #fedede inset;color: #e6453c;border-color:#fedfdd;}
/*.schoolsome li a:hover dd span{background:#fffbf6;color: #fca61b;border-color:#f8e7ca;}*/


/*热门专业*/
.zyTJ{width: 29%;border:1px solid #fbeabe;background: #fffdf7;border-radius:4px;padding:15px;position: relative;margin-bottom: 10px;}
.zyTJ h3{color: #f56e00;background:url(../images/tjzy.png) no-repeat  left 8px;-webkit-background-size: 22px 22px;background-size: 22px 22px;font-size: 18px;padding-left:32px;margin:20px 0 40px;}
.zyTJ h3 b{font-size: 22px;}
.zyTJ ul{flex-wrap: wrap;}
.zyTJ ul li{width: 50%;margin-bottom: 15px;}
.zyTJ li a{color: #f56e00;font-size: 18px;font-weight: bold;padding: 5px;}
/*新热门专业统计*/
.zyTJ0122{margin-bottom: 10px;}
.zyTJ0122 li{display: flex;width:23%;line-height:42px;text-align: center;}
#inSheight_0326 li{width:22%;line-height:24px;}
.zyTJ0122 li span{width: 45%;background: cornsilk !important;}
.zyTJ0122 li a{width: 55%;cursor: pointer;color:#ee1a29;font-size:18px;font-weight:bold;}

/*专业大类统计*/
.zydlTJ{background:#fffdf7;border-color:#fbeabe;}
.zydlTJ h3{background:none;position: relative;padding-left:20px;color:#333;}
.zydlTJ h3::after{content:"";width: 10px;height: 10px;background:#ee1a29;position: absolute;left: 0;top: calc(50% - 5px);}
.zydlTB0130 .ulDL li { width: 7%;  }

/*学科评估统计列表*/
.zydlTB0130 .ABC0203 li{width:10%;background:none !important;}


.zydlTJ .ulDL li span{background: cornsilk;}
.zydlTJ .ulDL li a{color:#ee1a29;font-weight:bold;font-size:18px;}
#zhuanye_H0326 .ulDL li a{line-height:14px;}
#zhuanye_H0326 .ulDL li span{font-size:14px;line-height:18px;}
.zysome ul{}
.zysome li{width:24.5%;}
.zysome li a{padding:12px 20px;justify-content: space-between;}
.zysome li img{width:50px;margin-right: 0;}
.zysome li dt{font-size: 18px;margin-bottom:0;}
.zysome li dd i{display: block;}
.zysome li dd:nth-of-type(1){background: none;padding-left: 0;}
.zysome li:nth-child(1) a{background: #f3fffa;}
.zysome li:nth-child(2) a{background: #fff7f8;}
.zysome li:nth-child(3) a{background: #ecf7ff;}
.zysome li:nth-child(4) a{background: #fff8f3;}
.zysome li:nth-child(5) a{background: #f3f3ff;}
.zysome li:nth-child(6) a{background: #f3feff;}
.zysome li:nth-child(7) a{background: #fffdf7;}
.zysome li:nth-child(8) a{background: #f9fff1;}
.zysome li a:hover{box-shadow:0 0 3px #ffdbbd inset;color: #f56e00;border-color:antiquewhite;}

/*高中与高校*/
.YXBox{}
.YXBox ul{flex-wrap: wrap;}
.YXBox li{width: 48%;margin-bottom: 15px;}
.YXBox li a{display:flex;color: #000;}
.YXBox li a img{width:160px;height:100px;margin-right: 15px;}
.YXBox li dt{font-size: 18px;height:60px;margin-top: 10px;}
.YXBox li dd{color: #999;}
.YXBox li a:hover{background:#f5f5f5;box-shadow:0 0 3px #ddd;}
.YXBox li a:hover dt{color: #f56e00;}
/*高中地市分布0126*/
.gaozhongTJ{}
.gaozhongTJ h3 a{    font-size: 22px;color: #ee1a29;font-weight:bold;}
.gaozhongTJ .ulDL li{width: 12%;background:rgba(255,255,255,.5);}
.gaozhongTJ li a.ciYa0127{font-size:14px;color:#666;font-weight:normal;display:inline-block;padding:0;padding-bottom:2px;}
/*0113高校民办公办*/
.gaozhongTJ .ulDL li span{}
.gaozhongTJ .ulDL li a{padding: 0;display:inline-block;}
.gaozhongTJ .ulDL li em{display: flex;justify-content: space-between;padding: 0 5px;margin: 10px 0;}
.gaozhongTJ .ulDL li em .A131{font-size: 14px;padding: 0;width:48%;font-weight: normal;text-align: center;line-height: 26px;border-radius: 3px;}
.gaozhongTJ .ulDL li em .A131.L{/*background: #f1efff;*/color: #403dcd;}
.gaozhongTJ .ulDL li em .A131.R{/*background: #e8fdf3;*/color: #059669;}
/*高中导航分类131*/
.GZfl131{margin-right:26px;border:1px solid #fbd7bf;padding:2px;}
.GZfl131 p{margin-left:0;}
.GZfl131 p a{display:block;border:none;text-align:center;border-radius:0;}
.GZfl131 p:hover a{color:#000;border-color:none;}
.GZfl131 em{padding:10px;}

.gaozhongTJ .ulGZFL131{}
.gaozhongTJ .ulGZFL131 li{width:49%;text-align:left;padding:2px;background:#fff;color:#666;}
.gaozhongTJ .ulGZFL131 li em{display:inline-block;background:#ffeceb;line-height:50px;padding:0 10px;}
.gaozhongTJ .ulGZFL131 li em b{color:#c73600;font-size:18px;}
.gaozhongTJ .ulGZFL131 li span{display:inline-block;background:none;color:#666;text-align:center;width:27%;}
.gaozhongTJ .ulGZFL131 li span i{color:#c73600;font-size:18px;font-weight:bold;padding:0 3px;}


/*优秀中学*/
/*.midSchool{background:url(../images/bg-1.jpg) no-repeat right bottom,linear-gradient(45deg, #fff, #fcfcf4);}*/
.midSchool{background:#fff url(../images/map_SD.png) no-repeat 95% 7px;-webkit-background-size:100px;background-size:100px;position:relative;}
.picScroll-top{padding: 10px;border:1px solid #eedead;}
.picScroll-top .bd{}
.picScroll-top .bd ul li{display:flex;justify-content:space-between;flex-wrap: wrap;margin-bottom: 14px;}
.picScroll-top .bd ul li a{width:24%;border:1px solid #eee;border-radius:4px;padding:10px;color: #000;display:flex;position: relative;align-items:center;}
.picScroll-top .bd ul li img{width: 60px;height: 60px;margin-right: 6px;border-radius:50%;}
.picScroll-top .bd ul li dt{width:180px;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:bold;}
.picScroll-top .bd ul li dd{font-size: 14px;background:url(../images/Bicon05.png) no-repeat left center;-webkit-background-size:15px 5px;background-size:15px 15px;padding-left: 20px;color: #666;position: absolute;bottom:4px;right:10px;}		
.picScroll-top .bd ul li a:hover{color: #f56e00;box-shadow:0 0 2px #f6c298 inset;}
.midSchool .jijiao0201{position:absolute;right:25px;bottom:8px;color:#999;}

/*教师和学生*/
.small_bt{color: #c59501;background: #f8f5eb;padding:6px 25px;font-size: 15px;position: relative;}
.small_bt::after{content:"";width: 4px;height: 14px;position: absolute;background:#c59501;top:calc(50% - 7px);left:10px;border-radius:4px;}



.tea_stu{width: 49%;overflow:hidden;border:1px solid #eedead;border-radius:4px;}
.tea_stu .bd{padding:10px;}
.tea_stu .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; font-size:14px;width: 20%;}
.tea_stu .bd ul li img{width: 87px;height: 87px;border-radius:50%;}
.tea_stu .bd ul li span{width: 100%;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;display: block;}
.tea_stu .bd ul li a:hover{color: #f56e00;}

/*校长*/
.xiaoZ{overflow: hidden;border-radius:4px;}
.xiaoZ .ul_xz li{float: left;width: 14%;text-align: center;padding:20px 0;font-size: 14px;}
.xiaoZ .ul_xz li img{width:130px;height:170px;}
.xiaoZ .ul_xz li a:hover{color: #f56e00;}
.xiaoZ .bd{width: 100%;margin:0 auto;}

.bufen1{margin-bottom: 10px;}
.bufen2{border:1px solid #eedead;margin-bottom: 10px;}
.from_time{font-size: 12px;color: #999;text-align: right;padding:0px 10px 0;}

/*资讯*/
/*.zixun{background:#fff url(../images/bg-2.jpg) no-repeat right bottom;-webkit-background-size: contain;background-size: contain;}*/
.newBox{}
.newBox ul{width:47%;padding:0 10px;}
.newBox ul li{margin-bottom:10px;}
.newBox ul a{color: #000;font-size: 16px;display:flex;justify-content: space-between;}
.newBox ul a p{width: 80%;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.newBox ul a span{color: #999;font-size: 14px;}
.newBox ul a p b{font-weight: normal;width: 18px;height:18px;text-align: center;display: inline-block;background:#c4c9c6;font-size: 13px;margin-right: 6px;border-radius:2px;color: #fff;}
.newBox ul.FF li:nth-child(1) b{background: #ee3c32;}
.newBox ul.FF li:nth-child(2) b{background: #fb8619;}
.newBox ul.FF li:nth-child(3) b{background: #ffbf00;}
.newBox ul a:hover{color: #f56e00;}

/*商城*/
.shopBox ul{flex-wrap: wrap;}
.shopBox li{width: 18%;border:1px solid #eee;border-radius:4px;overflow: hidden;}
.shopBox li a{color: #000;font-size: 15px;}
.shopBox li img{display: block;width: 100%;}
.shopBox li h3{padding:3px 10px;height: 48px;}
.shopBox li p{display: flex;justify-content: space-between;padding:0 10px 10px;}
.shopBox li p b{color: #ff641f;}
.shopBox li p span{color: #999;}
.shopBox li:hover{border-color:#ff641f;}

/*底部广告图轮播*/
.fot_slide{width: 1200px;margin:0 auto;margin-bottom: 20px;}


/*====================================================招生计划===================================================*/
.plan_zs{padding: 20px;margin-bottom: 3px;border-bottom:2px solid #ab3731;font-size: 20px;background-color:#fff;position:relative;}
.plan_zsTab{min-height:70vh;}
.plan_zsTab ul{width: 95%;margin:0 auto 10px;}
.plan_zsTab li{width: 23%;text-align:center;}
/*.XKlb0127 li a{background:#f5f5f5 url(../images/puH.png) no-repeat right center;color: #999;font-size: 22px;display: block;margin:0 auto;width:100%;line-height: 60px;border-radius:10px;border:1px solid #eee;-webkit-background-size: contain;background-size: contain;padding-left:66px;}
.XKlb0127 li a.on{border-color:#a4e1a0;color: #1d812b;background-image:url(../images/pu.png);background-color:#f1fff1;}
.XKlb0127 li a img{width: 100px;}
.XKlb0127 li.yi a{background-image:url(../images/yiH.png);}
.XKlb0127 li.ti a{background-image:url(../images/tiH.png);}
.XKlb0127 li.chun a{background-image:url(../images/chunH.png);}
.XKlb0127 li.yi a.on{border-color:#fadea9;color: #e26814;background-image:url(../images/yi.png);background-color:#fffbf2;}
.XKlb0127 li.ti a.on{border-color:#d3e7fa;color: #246dd1;background-image:url(../images/ti.png);background-color:#f0f8ff;}
.XKlb0127 li.chun a.on{border-color:#f9d4d4;color: #d51818;background-image:url(../images/chun.png);background-color:#fff2f2;}
.XKlb0127 li:nth-child(2).on{background:linear-gradient(to top,#d3ffd2,#fff);border-color:#ebcf85;color: #d56010;}
.XKlb0127 li:nth-child(3).on{background:linear-gradient(to top,#bee1ff,#fff);border-color:#80c4f1;color: #1253ae;}*/
.XKlb0127 li a{display:block;line-height:54px;font-size:22px;border:1px solid #f9d4d4;background-color:#fff2f2;border-radius:4px;box-shadow:0 0 8px #fff inset;}
.XKlb0127 li a.on{background: linear-gradient(to top,#ff8989,#b90c01);color:#fff;}

.plan_zsTab table{width: 95%;border-top:1px solid #eee;border-left:1px solid #eee;text-align: center;margin:0 auto;}
.plan_zsTab table td,.plan_zsTab table th{border-bottom:1px solid #eee;border-right:1px solid #eee;height: 40px;}
.plan_zsTab table th{background: #fdf4ee;}
.plan_zsTab table .zongji td{color: #e30000;font-size:18px;}
.plan_zsTab table .zongji td a{color: #e30000;text-decoration: underline;background:url(../images/what_fill.png) no-repeat right top;-webkit-background-size: 18px 18px;background-size: 18px 18px;padding-right:30px;}
.tubiao_chart{text-align: center;padding:0 20px;}

/*招生计划----新增院校专业计划查询0519*/
.schoolPlan0519 a{
    position: absolute;
    right: 20px;
    top: 15px;
    display: flex;
    align-items: center;
    background: linear-gradient(to top,#11bf0e,#1c8127);
    padding: 9px 12px;
    cursor: pointer;
    color: #fff;
    box-shadow: 0 0 8px #fff inset;
    border-radius:4px;
}
.schoolPlan0519 i{font-size:24px;margin-left:3px;}


/*====================================================录取情况===================================================*/
.plan_luqu{}
.GLtit_luqu{font-size: 18px;position: relative;padding-left: 17px;}
.GLtit_luqu::after{width:10px;height:10px;content: '';position: absolute;background:#ab3731;left: 0;top: calc(50% - 5px);}

.GKline, .GKtoudang{width:100%;border-right:1px solid #ffe7ca;border-bottom:1px solid #ffe7ca;margin:25px 0 0;}
.GKline th, .GKtoudang th{height:50px;background:#fdf4ee;border-left:1px solid #ffe7ca;border-top:1px solid #ffe7ca;color: #df6400;}
.GKline td, .GKtoudang td{height: 42px;border-left:1px solid #ffe7ca;border-top:1px solid #ffe7ca;text-align: center;background:#fffdfb;}
.GKline tbody tr td:nth-child(1){text-align:left;padding:0 30px;}
.GKtoudang td{width:5%;}
.GKtoudang td a{color: #e30000;text-decoration: underline;background:url(../images/what_fill.png) no-repeat right top;-webkit-background-size: 18px 18px;background-size: 18px 18px;padding-right:30px;}
.zongS0523 td{font-size:16px;font-weight:bold;}
.Mxitop0523{color:#999;}

/*====================================================院校和专业===================================================*/
/*院校*/
.dhNav{border-bottom:2px solid #ab3731;align-items:flex-end;}
.dhNav a{display: block;width: 200px;line-height:43px;text-align: center;font-size: 18px;color: #000;background: #ffeae9;border-right:1px solid #ffeae9;border-top-left-radius:15px;border-top-right-radius:15px;}
.dhNav li.on a, .dhNav li a:hover{color: #fff;background:linear-gradient(to top, #ab3731, #fb534a);}
.SS{margin-bottom:4px;float:right;margin-top:9px;}
.SS .txt{padding:0 40px;background:floralwhite  url(../images/sousuoh.png) no-repeat 10px center;font-size: 15px;width: 340px;height: 42px;border: 1px solid #f9e4bb;}
.SS .btnSS{background: #c67219;color: #fff;padding:0 30px;font-size: 16px;}

.YXdh{padding: 20px;margin-bottom: 5px;background-color:#fff;}
.YXdh .txt{/*background: #fff9f2;*/padding: 15px;}
.YXdh .txt p{background: url(../images/icon04.png) no-repeat left center;padding-left: 30px;}
.YXdh .txt p .span1{font-size: 20px;}
.YXdh .txt p .span1 a{color: #f52526;padding:0 5px;font-weight: bold;}
.YXdh .txt p a:hover{text-decoration: underline;}
.YXdh .txt p .span2{color:#333;}
.YXdh .txt p .span2 a{padding:0 7px;background:#f52526;color: #fff;border-radius:2px;margin:0 3px;line-height:20px;display:inline-block;}
.YXdh .txt p .span3{background:#777;color:chartreuse;padding:2px 7px;border-radius:2px;}
.YXdh .txt p .span3 a{padding:0 7px;color: chartreuse;display:inline-block;font-weight:bold;text-decoration:underline;}


.PM_aline i{font-size: 22px;vertical-align: middle;margin-right: 3px;}
.PM_aline{font-size: 18px;background:linear-gradient(to right,#ff6906,#f52526);color: #fff;border-radius:4px;font-weight: normal;width:130px;height: 40px;text-align: center;line-height: 40px;}
.PM_aline a{color: #fff;}

.base_Title{}
.base_Title li{width: 10%;background: #fff9f2;border:1px solid #ffe7ca;border-radius:6px;text-align: center;color: #ab3731;}
.base_Title li p{line-height:42px;font-size: 16px;/*color: #ff6600;*/}
.base_Title li span{line-height: 32px;border:1px solid #fff;background: #ffe7ca;display: block;border-top-left-radius:6px;border-top-right-radius:6px;font-size: 15px;}
.base_Title li p em{font-size: 13px;color:#666;}

.tongjiGL{/*border:1px solid #fff0e6;*/color: #666;}
.tongjiGL a{background:#e63434;color: #fff;border-radius: 2px;padding:0px 8px;margin:0 3px;font-weight: normal;}
.tongjiGL a:hover{text-decoration:underline;box-shadow:0 0 3px #b1d442 inset;}
.tongjiGL table{width: 100%;}
.tongjiGL table td{height: 36px;}
.tongjiGL table th{background: #f5f5f5;height: 36px;}

.tongjiGL ul{display:flex;justify-content:space-between;}
.tongjiGL li{width: 32%;border:1px solid #eee;display: flex;}
.tongjiGL li h3{background: #f5f5f5 url(../images/map_SD.png) no-repeat center;width:30%;display: flex;align-items:center;justify-content: center;text-align:center;background-size:contain;color:#000;}
.tongjiGL li .newdiv0120{padding:10px 20px;}
.tongjiGL li p{line-height: 36px;}
.tongjiGL li:nth-child(2) a{background: #fe741d;}
.tongjiGL li:nth-child(3) a{background: #f9b407;}

.YXdhBox{background: #fff;padding: 20px;margin-bottom: 20px;}
.YXdhBox .tiaojian{}
.YXdhBox .tiaojian select{border:1px solid #f4d69c;border-radius:5px;padding:0 10px;height: 38px;}
.YXdhBox .txt{color: #666;margin-bottom: 20px;font-size: 14px;}
.YXdhBox .txt i{color: #ff6600;padding:3px 10px;background: #fff9f2;}
.YXdhBox .txt b{color: #c9413a;}
.YXdhBox .tiaojian .btn_cx{height: 38px;background: #ff6600;color: #FFF;font-size: 16px;width:80px;}
.YXdhBox .tiaojian .txt_sx0124{height:38px;padding:0 5px;border:1px solid #f4d69c;margin-left:30px;}
.diyuSX select{border: 1px solid #ddd;padding: 0 10px;height: 38px;width: 100px;border-radius: 4px;}


.schoolBigbox{}
.schoolBigbox ul{flex-wrap: wrap;}
.schoolBigbox li{width: 48%;border:1px solid #eee;padding:12px;margin-bottom: 20px;position: relative;border-radius:6px;overflow: hidden;}
.schoolBigbox li a{display: flex;color: #666;align-items: center;}

.DXlogo0204{width:65px;height:65px;overflow:hidden;color:#999;font-size:12px;display:flex;justify-content:center;align-items:center;text-align:center;position:relative;}
.schoolBigbox li a img{display: block;width:65px;height:65px;position:absolute;left:0;top:0;}

.schoolBigbox li a dl{margin-left: 10px;font-size: 14px;}
.schoolBigbox li a dl dt{color: #000;font-size: 18px;margin-bottom: 4px;}
.schoolBigbox li a dl dd:nth-of-type(1){background:url(../images/weizhi.png) no-repeat left 5px;-webkit-background-size:12px 12px;background-size:12px 12px;padding-left:15px;margin-bottom: 6px;width:438px;}
.schoolBigbox li a dl dd b{font-weight: normal;border-radius:3px;padding:0 8px;margin-right: 5px;background: linear-gradient(to left,#f6c370,#fde2ab);color: #ac232b;border:1px solid #f2ce70;}
.schoolBigbox li a dl dd b.cwur{background: #f6f7ff;color: #5070dd;font-size: 12px;padding:1px 5px;border:1px solid #d0d6fc;}
.luz::after{content:"在鲁招生";background: #f4fff4;color: #2a9d1b;border:1px solid #bbe9af;text-align: center;position: absolute;right:0;top:0;font-size: 13px;padding:0px 5px;width: 18px;height: 98%;}
.Bluz::after { content: "不在鲁招生"; background: #fff6f3; color: #fc7032; border: 1px solid #ffd6ce; text-align: center; position: absolute; right: 0; top: 0; font-size: 13px; padding: 0px 5px; width: 18px; height: 98%; line-height:16px; }
.schoolBigbox li:hover{border-color:#f4d69c;}
.schoolBigbox li:hover{border-color:#f4d69c;}
.bao::before{content:"推免";padding:1px 6px;background: #fff1e2;color: #ff6600;position: absolute;top:2px;right:40px;font-size: 14px;}
.schoolBigbox li a dl dt span{background: #e4f3ff;color: #0099ff;font-size: 12px;padding:2px 5px;border-radius:4px;margin-left: 8px;}
.schoolBigbox li a dl dt b{background: #f6f1ff;color: #ad7bff;font-size: 12px;padding:2px 5px;border-radius:4px;margin-left: 8px;font-weight: normal;}
.schoolsome li dd .cwur{background: #f6f7ff;color: #5070dd;font-size: 12px;padding:1px 5px;border-color:#d0d6fc;}

.yuanxiaoTJ{background: #fff;padding:10px;border:1px solid #fff0e6;margin-bottom: 10px;flex-wrap:wrap;}
.yuanxiaoTJ li{width:16%;background: #fff;border: 1px solid #f9d6c3;text-align: center;margin-bottom:8px;}
.yuanxiaoTJ li p a{color:#f52526;font-size: 18px;line-height: 36px;}
.yuanxiaoTJ li p i{font-size:14px;color:#666;}
.yuanxiaoTJ li p i a{font-size:14px;}
.yuanxiaoTJ li span{color: #000;font-size: 15px;display: block;background:#ffece2;line-height: 26px;}
.yuanxiaoTJ li:hover{font-weight: bold;}
.yuanxiaoTJ li p a:hover{text-decoration:underline;}


.TM_zhu{font-size: 14px;padding:10px 10px 0;color: #999;}

/*专业*/
.ZY_Box{background: #fff;margin-bottom: 10px;}
.ZY_Box .txttop{margin-bottom: 10px;color: #666;font-size: 16px;line-height:36px;}
.ZY_Box .txttop b{font-weight:normal;width:8%;}
.ZY_Box .txttop p{width:92%;}
.ZY_Box .txttop a{font-weight: normal;color: #000;cursor: pointer;display:inline-block;text-align:center;border-radius:4px;}
.ZY_Box .txttop a:hover{color:#fd6500;}
.zytop01251 a{width:110px;}
.zytop01251 a.on, .zytop01251 a.on:hover{color:#fff ;background:#fd6500;}
.zytop01252 a{padding:0 15px;}
.zytop01252 a.on{color:#ff6500 ;background:#ffefe5;}


.ZY_w1{margin-bottom: 8px;text-align: right;padding:8px 15px;background: #f5f5f5;}
.ZY_w1 b{font-weight: bold;color: #e20000;}

.slide_ZY{min-height:45vh;}
.slide_ZY .hd{width:25%;}
.slide_ZY .hd li a{line-height:48px;padding-left: 15px;cursor: pointer;font-size: 16px;display:block;}
.slide_ZY .hd li a.on{background: #fff6f4;color: #ef6000;border-left:4px solid #ef6000;}
.slide_ZY .hd li a:hover{color: #ef6000;}

.slide_ZY .bd{width: 75%;border:1px solid #ffbaae;padding:1px;}
.slide_ZY .bd .txt .box{margin-bottom: 30px;display:flex;justify-content:space-between;margin:10px 20px;}
.slide_ZY .bd .txt .box dt{font-size: 17px;margin-bottom: 8px;}
.slide_ZY .bd .txt .box dd{margin-bottom:10px;}
.slide_ZY .bd .txt .box span{color:#999;font-size:14px;}
.slide_ZY .bd .txt .box:hover{color:#ff6500;}
.slide_ZY .bd .txt .box:hover span{background: #fff6f4;color: #ef6000;}
.slide_ZY .bd .txt .box a{color:#ff6500;border:1px solid #ff6500;border-radius:6px;line-height: 30px;height: 30px;width: 100px;text-align: center;font-size:15px;}
.slide_ZY .bd .txt .box:hover a{background:#ff6500;color: #fff;}
.xktop0520{background:#fff6f4;line-height:46px;padding:0 20px;font-size:16px;font-weight:bold;}
#CKxkjs0520{cursor:pointer;}

.ZY_tj0120{margin-bottom:0;margin-top:5px;}
.ZY_tj0120 li{width: 24%;border:1px solid #fff0e6;text-align: center;}
.ZY_tj0120 li a{color: #666;display: block;}
.ZY_tj0120 li a span{color: #000;font-size: 15px;display: block;background: #ffece2;line-height: 36px;}
.ZY_tj0120 li a.on{font-weight:bold;}
.ZY_tj0120 li a:hover{color: #000;font-weight: bold;}
.ZY_tj0120 li p{font-size: 22px;color: #f60;padding:7px;}

.ABC0121{font-size: 14px;text-align: center;}
.ABC0121 li{width: 10%;background: #fff;}
.ABC0121 li a{color: #666;border:1px solid #eee;display: block;}
.ABC0121 li a:hover{font-weight: bold;border-color:antiquewhite;}
.ABC0121 li p{font-size: 16px;color: #fc7032;padding:5px 0;}
.ABC0121 li em{background: #fff6f3;display: block;padding:3px 0;}


/*院校详情*/
.YX_about{background: #fff;padding: 20px;border-top:2px solid #ab3731;margin-top: 6px;align-items:center;margin-bottom: 10px;}
.YX_about .name img{width: 100px;height: 100px;position:absolute;left:0;top:0;}
.DXinlogo0204{width:100px;height:100px;overflow:hidden;color:#999;font-size:12px;display:flex;justify-content:center;align-items:center;text-align:center;position:relative;}

.YX_about .name dl{margin-left: 20px;}
.YX_about .name dl dt{font-weight: bold;font-size: 26px;margin-bottom:5px;}
.YX_about .name dl dt span{border-radius:4px;font-weight: normal;font-size:14px;padding:3px 10px;background: #f4fff4;color: #2a9d1b;border: 1px solid #bbe9af;vertical-align: middle;margin-left: 10px;}
.YX_about .name dl dt span.none {background: #fff6f3;color: #fc7032;border: 1px solid #ffd6ce;}
.YX_about .name dl dd span{margin-right:15px;color:#666;font-size:15px;}
.YX_about .name dl dd span i{font-size:14px;}
.YX_about .name dl dt em{font-weight:normal;background:#e6f5ff;font-size:14px;color:#0d9fff;border:1px solid #96d5ff;padding:3px 10px;border-radius:4px;vertical-align:middle;}

.YX_about .name dl dd:nth-of-type(1){margin-bottom:12px;}
.YX_about .name dl b{font-weight: normal;border-radius:3px;padding:0 8px;margin-right: 3px;background: linear-gradient(to left,#f6c370,#fde2ab);color: #ac232b;border:1px solid #f2ce70;font-size:15px;}
.YX_about .name dl dd .cwur{background: #f6f7ff;color: #5070dd;padding: 1px 5px;border:none;}

.schoolGGtab{width: auto;height: 140px;}
.schoolGGtab .bd img{width: 250px;height: 140px;}

.schoolxq_box{margin-bottom: 30px;}
.schoolxq_box .hd{width:18%;background: #fff;min-height: 100vh;}
.schoolxq_box .hd h3{text-align: center;line-height: 50px;font-size: 20px;background:#c9413a;color: #fff;margin-bottom: 1px;}
.schoolxq_box .hd li{height: 54px;line-height: 54px;font-size: 18px;padding:0 15px;cursor: pointer;}
.schoolxq_box .hd li.on {
    /*background: #fdf4ee;*/
    border-left: 3px solid #e20000;
    color: #e20000;
    background:url(../images/goldBG.jpg) no-repeat center;
    background-size: 100%;
    -webkit-background-size: 100%;
}
.schoolxq_box .hd li:hover{color: #e20000;}
.schoolxq_box .hd li span{font-size:10px;color:#fff;background:orangered;border-radius:2px;padding:0 3px;vertical-align:top;margin-left:6px;}
.schoolxq_box .hd li i{color:orangered;font-size:20px;}
.schoolxq_box .bd{background: #fff;padding:20px;width: 81%;}
.schoolxq_box .bd h3{font-size: 18px;padding-left: 10px;margin-bottom:20px;position:relative;}
.schoolxq_box .bd h3::after{content:"";width: 3px;height: 16px;background:#e20000;position: absolute;left: 0;top:calc(50% - 8px);border-radius:10px;}
.schoolxq_box .bd h3 i{background: #ffe7ca;color: #da832c;border-radius:2px;padding:4px 8px;font-size: 12px;cursor: pointer;}
.schoolxq_box .bd h3 a{color:#3167f0;position: absolute;right: 0;}
.schoolxq_box .bd h3 span{font-size:15px;color:#999;}
.schoolxq_box .bd h4{font-size: 16px;position: relative;padding-left: 17px;margin:15px 0;}
.schoolxq_box .bd h4::after{content:"";width:12px;height: 12px;background:#e20000;position: absolute;left: 0;top:calc(50% - 6px);}
.schoolxq_box .bd h5{border-bottom:2px solid #ffe7ca;margin-bottom: 20px;display:flex;justify-content:space-between;align-items: flex-end;}
.schoolxq_box .bd h5 b{font-size: 16px;background: #fdf4ee;border:1px solid #ffe7ca;display: inline-block;width: 120px;text-align: center;line-height:36px;border-bottom: none;}
.schoolxq_box .bd h5 em{color:#f60;}
.schoolxq_box .tongji_zy{margin-bottom: 30px;}
.schoolxq_box .tongji_zy ul{display:flex;flex-wrap: wrap;}
.schoolxq_box .tongji_zy li{width:15%;text-align: center;line-height: 55px;border:1px solid #ddd;display: flex;margin-bottom: 15px;padding: 1px;margin-right: 15px;}
.schoolxq_box .tongji_zy li i{padding:0 2px;width: 50%;}
.schoolxq_box .tongji_zy li span{background: #f5f5f5;width:50%;}
.zhu_0326H{text-align:right;color:#999;font-size:14px;margin-top:5px;}
.luquQK0523 tbody tr td:nth-child(1){text-align:left;padding:4px 10px;}
/*两个二维码*/
.xy_ewm0127{position: absolute;right: 0;top: 0;font-size:14px;text-align:center;}
.xy_ewm0127 p{margin-left:20px;}
.xy_ewm0127 img{width:110px;height:110px;display:block;}
.xy_ewm0127 span{display:block;}

/*学校详情页里的省内分数线0519折叠榜单*/
.FSline0519{margin: 20px 0;}
.FSline0519 h4 {
    background: url(../images/goldBG.jpg) no-repeat center;
    color: red;
    font-size:16px;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    font-weight:bold;
    margin-bottom:6px;
    background-size: 100%;
    -webkit-background-size: 100%;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.FSline0519:hover h4{margin-top:-5px;box-shadow:0 3px 3px #ddd;}
.FSline0519 table {
    width: 100%;
    text-align: center;
    background: linear-gradient(to top,#fdffd0,#fff);
    border-top:1px solid #eacb5f;
    border-left:1px solid #eacb5f;
    }
.FSline0519 table td{line-height:33px;border-bottom:1px solid #eacb5f;border-right:1px solid #eacb5f;}
.FSline0519 table .headNF td{font-weight:bold;color:#703d23;}
.FSline0519 table .headLX{font-weight:bold;font-size:14px;}
.FSline0519 table a{color:#d55820;}
.FSline0519 table a:hover{text-decoration:underline;}
#goldBD0519_down{display:none;}





/*设置专业表格翻页20260428*/
.dataTables_wrapper { margin-bottom: 30px; }
.dataTables_filter { text-align: right; margin-bottom: 10px; }
.dataTables_filter input { border: 1px solid #ddd; border-radius: 4px; height: 30px; padding: 0 8px; }
.dataTables_info { text-align: right; font-size: 14px; color: #999; }
.dataTables_paginate { text-align: center; }
.dataTables_paginate a { border: 1px solid #eee; border-radius: 4px; padding: 2px 8px; font-size: 14px; margin: 0 5px; cursor: pointer; }
.dataTables_paginate a.current { border-color: #f60; background-color: #f60; color: #fff; }
.dataTables_paginate a.disabled { color: #999; cursor: no-drop; }
.dataTables_empty{font-size:13px;padding-top:7px;}


.schoolxq_box .bd .txt1{position:relative;}
.schoolxq_box .bd .txt1 .ul2_H{display:flex;margin-bottom:20px;}
.schoolxq_box .bd .txt1 .ul2_H li{font-size: 15px;color: #666;padding: 2px;border-radius:5px;background:aliceblue;box-shadow:0 0 3px #ddd;margin-right: 10px;min-width: 100px;max-width: 150px;}
.schoolxq_box .bd .txt1 .ul2_H li span{display: flex;align-items: center;height: 21px;margin-bottom: 1px;font-size: 15px;padding: 0 5px;}
.schoolxq_box .bd .txt1 .ul2_H li span i{color:#29adff;margin-right:3px;}
.schoolxq_box .bd .txt1 .ul2_H li p{
    margin: 0;height: 29px;line-height: 29px;padding: 0 3px;
    border-radius: 4px;
    border: 1px solid #fff;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .8));
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:center;
}
.schoolxq_box .bd .txt1 .ul1{overflow: hidden;margin-bottom: 20px;}
.schoolxq_box .bd .txt1 .ul1 li{margin-bottom:8px;font-size:15px;}
.schoolxq_box .bd .txt1 .ul1 li i{vertical-align: middle;margin-right:5px;font-size:14px;}
.schoolxq_box .bd .txt1 .ul1 li a{color:#3167f0;text-decoration:underline;}
.schoolxq_box .bd .txt1 .ul3{margin-bottom:30px;flex-wrap:wrap;}
.schoolxq_box .bd .txt1 .ul3 li{width:19.5%;margin-bottom:5px;}
.schoolxq_box .bd .txt1 .ul3 li.long{/*width:20%;*/}
.schoolxq_box .bd .txt1 .ul4{display:flex;justify-content:space-between;margin-bottom:30px;}
.schoolxq_box .bd .txt1 .ul4 ul{}
.schoolxq_box .bd .txt1 .ul4 ul li{width:450px;margin-bottom:13px;}
.schoolxq_box .bd .txt1 .ul4 ul li .S{width: 18px;height: 18px;text-align: center;line-height: 18px;background: #eaeaea;display: inline-block;margin-right:5px;font-size: 12px;font-weight: normal;border-radius:3px;}
.schoolxq_box .bd .txt1 .ul4 .ul0 li:nth-child(1) .S{background: #e64444;color: #fff;}
.schoolxq_box .bd .txt1 .ul4 .ul0 li:nth-child(2) .S{background: #fe741d;color: #fff;}
.schoolxq_box .bd .txt1 .ul4 .ul0 li:nth-child(3) .S{background: #f9b407;color: #fff;}
.schoolxq_box .bd .txt1 .ul4 ul li a{margin-right:8px;}
.schoolxq_box .bd .ul4 ul li span, .schoolxq_box .bd .txt4 .Zye_tab td span{border-radius:3px;padding:0 5px;font-size: 12px;}
.schoolxq_box .bd .A{border:1px solid #165aca;color: #165aca;display: inline-block;width: 30px;text-align: center;font-size: 12px;}
.schoolxq_box .bd .B{border:1px solid #0084e8;color: #0084e8;display: inline-block;width: 30px;text-align: center;font-size: 12px;}
.schoolxq_box .bd .C{border:1px solid #80c7ff;color: #80c7ff;display: inline-block;width: 30px;text-align: center;font-size: 12px;}
.schoolxq_box .bd .txt1 .ul4 ul li p{color: #999;margin-top:5px;font-size:13px;}
.schoolxq_box .bd p em{display:inline-block;}
.schoolxq_box .bd p .K{margin-left:26px;margin-right:8px;}
/*.schoolxq_box .bd .M{color: #14852f;width: 36px;height: 18px;display: inline-block;position: relative;background:url(../images/dc_100.png) no-repeat left center;-webkit-background-size: contain;background-size: contain;vertical-align: text-bottom;}
.schoolxq_box .bd .M_2{background-image:url(../images/dc_80.png);}
.schoolxq_box .bd .M_3{background-image:url(../images/dc_50.png);}
.schoolxq_box .bd .M_4{background-image:url(../images/dc_20.png);}*/
/*专业设置*/
.zhuanye_shezhi{}
.zhuanye_shezhi h6{font-size: 18px;color:#e20000;position: relative;}
.zhuanye_shezhi h6::after{content: '';background:rgba(226,0,0,.3);width: 36px;height: 4px;border-radius:30px;position: absolute;bottom: 0;left: 0;}
.xiangxiZY{background:#fff9f5;padding:15px;margin-bottom: 20px;overflow: hidden;}
.xiangxiZY li{width: 25%;float: left;margin-bottom:10px;}
.xiangxiZY li a{margin-right: 8px;}
.xiangxiZY a:hover{text-decoration:underline;color: #fe660a;}
.xiangxiZY li span{ border-radius: 3px;padding: 0 5px;font-size: 12px;margin-right: 8px;}

.YXzhuanyeXQtit{}
.YXzhuanyeXQtit span{
	display: inline-block;
    width: 60px;
    height: 60px;
    background: #fef7f2;
    color: #fe650b;
    text-align: center;
    letter-spacing: 3px;
    padding-top: 9px;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 20px;
    border: 1px solid #ffe7d9;
}
.YXzhuanyeXQtit b{font-size: 22px;}
.schoolxq_box .bd .TD{color: #2eb017;width:45px;border: 1px solid #2eb017;position: relative;font-size: 12px;}
.schoolxq_box .bd .TD i{position: absolute;width:14px;height:14px;text-align: center;font-size: 10px;border-radius:50%;background: #2eb017;color: #fff;line-height:14px;top:-7px;right:-7px;}
.schoolxq_box .bd .BM{color: #f27302;border-color:#f27302;}
.schoolxq_box .bd .BM i{background:#f27302}
.schoolxq_box .bd .ZC{color: #fd0000;border-color:#fd0000;}
.schoolxq_box .bd .ZC i{background:#fd0000}
.schoolxq_box .bd .XZXF{color:#999;}

.schoolxq_box .bd .txt1 .fsx_tab{width: 100%;border-left:1px solid #ffe7ca;border-top:1px solid #ffe7ca;text-align: center;}
.schoolxq_box .bd .txt1 .fsx_tab td, .fsx_tab th{border-right:1px solid #ffe7ca;border-bottom:1px solid #ffe7ca;height: 42px;}
.fsx_tab th{background: #fdf4ee;}

.schoolxq_box .bd .txt2 .lzJH{margin-bottom:30px;}
.schoolxq_box .bd .txt2 .lzJH p{width: 50%;color: #666;text-align: center;}
.schoolxq_box .bd .txt2 .lzJH p a{display: inline-block;width: 75px;text-align: center;line-height: 32px;}
.schoolxq_box .bd .txt2 .lzJH p a.on{color: #df6400;background: #fdf4ee;border:1px solid #ffe7ca;border-radius:4px;}
.schoolxq_box .bd .txt2 .lzJH p a:hover{color: #df6400;}
.schoolxq_box .bd .txt2 table{width: 100%;border-left:1px solid #ffe7ca;border-top:1px solid #ffe7ca;text-align: center;}
.schoolxq_box .bd .txt2 table td, .schoolxq_box .bd .txt2 table th{border-right:1px solid #ffe7ca;border-bottom:1px solid #ffe7ca;height: 42px;}
.schoolxq_box .bd .txt2 table th{background: #fdf4ee;}
.tabRed_0330{color:#df6400;}
.zsjhmx0518 td, .TDzyqk0519 td{font-size:14px;}
.zsjhmx0518 tbody tr td:nth-child(2){text-align:left;padding:4px 10px;width:450px;}
.TDzyqk0519 tbody tr td:nth-child(1){width:400px;text-align:left;padding:4px 10px;}
.YXdaima p{display:flex;justify-content:space-between;background:#ffe7ca;padding:6px;margin-bottom:1px;font-size:16px;}

.ul5{margin-bottom: 20px;}
.ul5 ul{overflow: hidden;}
.ul5 li{width: 33%;float: left;margin-bottom:20px;}
.ul5 li a, .Zye_tab td a{margin-right:10px;}
.ul5 li a:hover, .Zye_tab td a:hover{color: #2a4cca;text-decoration: underline;}
.schoolxq_box .bd .txt4 .pgu_tab{width:100%;border-left:1px solid #eee;border-top:1px solid #eee;text-align: center;}
.schoolxq_box .bd .txt4 .pgu_tab td, .schoolxq_box .bd .txt4 .pgu_tab th{border-right:1px solid #eee;border-bottom:1px solid #eee;height: 34px;width:50%;}
.schoolxq_box .bd .txt4 .pgu_tab th{background: #f5f5f5;}
.schoolxq_box .bd .txt4 .Zye_tab{width:100%;border-left:1px solid #ffe7ca;border-top:1px solid #ffe7ca;text-align: center;margin-bottom: 30px;}
.schoolxq_box .bd .txt4 .Zye_tab td, .schoolxq_box .bd .txt4 .Zye_tab th{border-right:1px solid #ffe7ca;border-bottom:1px solid #ffe7ca;height: 38px;}
.schoolxq_box .bd .txt4 .Zye_tab th{background: #fdf4ee;}
.schoolxq_box .bd .txt4 p{color:#50545b;margin-bottom:20px;line-height: 22px;}
.schoolxq_box .bd .txt4 p i{padding: 0 5px;color: #ab3731;background: #fff0ef;border-radius: 2px;margin: 0 3px;line-height: 16px;display: inline-block;border: 1px solid #f7c9c7;}
/*.schoolxq_box .bd .txt4 p::after, .schoolxq_box .bd .txt4 p::before{content:"";width: 15px;height: 15px;position: absolute;}
.schoolxq_box .bd .txt4 p::after{left: 0;top: 0;border-left:2px solid #fbdbb5;border-top:2px solid #fbdbb5;}
.schoolxq_box .bd .txt4 p::before{right: 0;bottom: 0;border-right:2px solid #fbdbb5;border-bottom:2px solid #fbdbb5;}*/

.schoolxq_box .bd .txt5 ul{width: 80%;margin:0 auto;}
.schoolxq_box .bd .txt5 li{margin-bottom:30px;position: relative;padding-left: 15px;}
.schoolxq_box .bd .txt5 li::before{content:"";width: 6px;height: 6px;position: absolute;background:#eee;border-radius:50%;left: 0;top:calc(50% - 3px);}
.schoolxq_box .bd .txt5 li a:hover{color: #ee8000;}
.schoolxq_box .bd .txt5 li:hover::before{background: #ee8000;}
.schoolxq_box .bd .txt5 .zhangC_txt0519 p{line-height:32px !important;}
.schoolxq_box .bd .txt5 .zhangC_txt0519 p span{font-size:16px !important;}

/*院校章程*/
.zhangcheng{background: #fff;padding: 20px;margin-bottom: 10px;}
.zhangcheng h2{text-align: center;font-size: 20px;}

/*专业详情*/
.zhuanyeXQ_name{padding:20px 40px;margin:5px 0; overflow:hidden;background:url(../images/bgFF.jpg);/*background:url(../images/greenBG.png) 30px center no-repeat,linear-gradient(91deg,#edffd0,#fff 99.02%);*/-webkit-background-size: cover;background-size: cover;}
.zhuanyeXQ_name h4{font-size: 26px;margin-bottom:10px;font-weight:bold;}
.zhuanyeXQ_name p span{color: #ab3731;background: #fff;border: 1px solid #ffe7ca;padding: 3px 12px;border-radius: 4px;margin-right: 5px;display: inline-block;}


.zhuanyeXQ_box{margin-bottom: 10px;}
.zhuanyeXQ_box h3{font-size: 16px;position: relative;padding-left: 10px;margin-bottom:20px;font-weight: bold;}
.zhuanyeXQ_box h3::after{content:"";width: 3px;height: 16px;background:#e20000;position: absolute;left: 0;top:calc(50% - 8px);border-radius:10px;}
.zhuanyeXQ_W1{margin-bottom: 5px;}
.zhuanyeXQ_W1 .H_zyjj0525{margin-bottom:15px;font-size: 15px;}
.zhuanyeXQ_W1 .H_zyjj0525 h5{/*background: aliceblue;*/padding: 2px 5px 2px 10px;color:#2a9d1b;font-weight:bold;font-size:16px;margin-bottom:6px;display:flex;align-items:center;}
.zhuanyeXQ_W1 .H_zyjj0525 p{text-indent:32px;line-height:24px;margin-bottom:30px;}
.zhuanyeXQ_W1 .H_zyjj0525 h5 i{font-weight:normal;font-size:22px;margin-right:5px;}
.zhuanyeXQ_W2 p{font-size: 15px;background:#f8f8f8 url(../images/icon04.png) no-repeat 15px center;padding-left:30px;padding:6px 45px;margin-bottom:3px;}
.zhuanyeXQ_W2 p i{font-weight: bold;padding:0 3px;}
.zhuanyeXQ_W2 p a{color: #ff6600;text-decoration:underline;}
.ul_zyxq{}
.ul_zyxq li{width:120px;height: 70px;margin-top: 9px;margin-right: 10px;}
.ul_zyxq li p{line-height: 32px;}
/*.ul_zyxq li:nth-child(1){background:#fff6f5;}
.ul_zyxq li:nth-child(1) span{background: #ffeeeb;}*/
.ul_zyxq li:nth-last-of-type(1){background:#f4fff4;border-color:#bbe9af;}
.ul_zyxq li:nth-last-of-type(1) span{background: #ecfadd;color: #2a9d1b;}
.ul_zyxq li:nth-last-of-type(1) p{color: #2a9d1b;}


/*====================================================选科===================================================*/
.xuankeBox{width: 80%;padding:30px 50px;box-shadow:0 0 3px #ddd;}
.xuankeBox h3{text-align: center;font-size:22px;padding:30px 0 50px;}
.studentType{margin-bottom:80px;}
.studentType li{width:23%;line-height: 50px;text-align:center;}
.FormTab{margin-bottom: 20px;}
.FormTab b{}
.FormTab select{border:1px solid #ddd;border-radius:6px;height: 38px;padding: 0 15px;font-size: 16px;}
.FormTab_1 select{width:220px;}
.FormTab_2 .labelForm input{margin-left:100px;margin-right: 5px;}
.FormTab_3 .xkForm{width: 90%;}
.FormTab_3 .xkForm span{margin-left:40px;}
.FormTab_3 .xkForm span label{margin-left:5px;}
.FormTab_3 .xkForm button{width: 95px;height: 34px;border-radius:6px;background: #fff;border:1px solid #ddd;font-size: 16px;}
.FormTab_3 .xkForm button.on, .FormTab_3 .xkForm button:hover{background: #fff9f2;border-color:#ff6600;color: #ff6600;}
.FormTab_4 input{border:1px solid #ddd;border-radius:6px;height: 38px;padding: 0 15px;width: 220px;font-size: 16px;}
.FormTab_5 select{width: 90%;}
.moniTB_btn{width: 50%;background:linear-gradient(to top, #ff6b07, #ff9442);color: #fff;font-size: 18px;line-height: 52px; height: 52px;border-radius:6px;margin:50px auto;display: block;text-align: center;}
.moniTB_btn:hover{color: #fff;}
/*选科左边栏*/
.xuankeLeft_side{width: 20%;height: 80vh;}
.xuankeLeft_side li a{display: block;line-height: 60px;font-size: 18px;padding-left: 20px;border-bottom:1px solid #eee;}
.xuankeLeft_side li.on a{background: #ff944c;color: #fff;}

/*====================================================专业优选===================================================*/
.youX_tit{font-size: 18px;}
.youX_tit img{width: 23px;height: 23px;vertical-align: top;}
.youX_tit span{padding:0 8px;}
.youX_tit i{color: #f46d00;}
.youX_1{margin-bottom: 5px;margin-top: 10px;}
.youX_1 ul{margin-top: 15px;}
.youX_1 ul li span{color: #666;font-size: 15px;}
.youX_1 ul li b{font-size: 18px;font-weight: normal;display:block;}
.youX_1 .edit{color: #666;background:url(../images/Bicon01.png) no-repeat left center;padding-left: 30px;font-size: 18px;-webkit-background-size:20px 20px;
background-size:20px 20px;}
.youX_1 .edit:hover{color: #f46d00;}

.tjzy_box{margin-bottom: 5px;}
.tjzy_box .tj select{border:1px solid #eee;border-radius:6px;width: 120px;height: 38px;font-size: 14px;padding:0 10px;}
.tjzy_tab table{width: 100%;}
.tjzy_tab table tr td{height: 36px;padding:0 15px;}
.tjzy_tab table tr.bdnTS_all td{border-bottom:none;border-bottom:1px dashed #ddd;}
.tjzy_tab table tr.bdnTS td:nth-child(1){border-bottom:1px dashed #ddd;}
.tjzy_tab table tr.bdnTS td:nth-child(2){border-bottom:1px dashed #ddd;}
.tjzy_tab table tr.bdnTS td:nth-child(7){border-bottom:1px dashed #ddd;}
.tjzy_tab table .w1{width: 270px;text-align: left;}
.tjzy_tab table .w2{width: 220px;text-align: left;}
.tjzy_tab table .w3{width: 120px;text-align: left;}
.tjzy_tab table .w4{width: 150px;}
.tjzy_tab table .cen{text-align: center;}
.tjzy_tab table tbody{color: #666;}
.tjzy_tab table b{color: #000;}
.tjzy_tab table p{font-size: 14px;margin-top: 3px;}
.tjzy_tab table thead th{height: 36px;background:#f5f5f5;padding:0 15px;}
.tjzy_tab table .tban{width: 66px;height: 33px;background: #fff;color: #c9413a;border-radius:4px;font-size: 14px;border:1px solid #c9413a;}
.tjzy_tab table .tban.on{background:#c9413a;color: #fff;}
.tjzy_tab table p i{padding-right:10px;}
.tjzy_tab table .tban_sc, .tjzy_tab table .tban_sy{width: 66px;height: 26px;background: #fff;color: #c9413a;border-radius:4px;border:1px solid #c9413a;font-size: 14px;}
.tjzy_tab table .tban_sy{color: #358f1d;border-color: #358f1d;margin-top:10px;}
.tjzy_tab table .tban_sc:hover{color: #fff;background: #c9413a;}
.tjzy_tab table .tban_sy:hover{color: #fff;background: #358f1d;}

/*志愿清单*/
.zyqd{margin-bottom:5px;}
.zyqd_an{padding:10px 20px 0;}
.zyqd_an i{padding:0 5px;color: #666;}
.zyqd_an input{width: 90px;height:38px;margin-left: 15px;font-size: 16px;border-radius:4px;color: #fff;background: #f44118;}
.zyqd_an input:nth-child(2){background: #ffa415;}


/*模拟记录*/
.monijilu{width: 79%;}
.monijilu table{width: 100%;text-align: center;border-left:1px solid #eee;border-top:1px solid #eee;margin-bottom: 30px;}
.monijilu table td, .monijilu table th{height:52px;border-right:1px solid #eee;border-bottom:1px solid #eee;}
.monijilu table th{background: #f5f5f5;height: 48px;}
.monijilu table .tb{color: #2ca70a;}
.monijilu table .ck{color: #0084ff;}
.monijilu table tbody td{font-size: 15px;}

/*====================================================研学===================================================*/
/*研学-右侧共用标题*/
.yjxxtit{text-align: center;margin: 20px 0;}
.yjxxtit p{font-size: 22px;position:relative;margin-bottom: 5px;}
.yjxxtit p::after, .yjxxtit p::before{content:"";width: 300px;height: 2px;position:absolute;top:calc(50% - 1px);}
.yjxxtit p::after{background:linear-gradient(to left,#999,#fff);left:9%;}
.yjxxtit p::before{background:linear-gradient(to right,#999,#fff);right:9%;}
.yjxxtit div{margin-bottom: 20px;}
.yjxxtit span{color: #e20000;font-size: 18px;}

/*研学-研究习题报告*/
.yjxxx{padding:10px;}
.yjxxx .txtBox{border:1px solid #ddd;border-radius:6px;overflow: hidden;margin-bottom: 10px;}
.yjxxx .txtBox .txtBox_img{position: relative;width:40%;float: left;}
.yjxxx .txtBox .txtBox_img img{width:400px;height: 255px;display: block;}
.yjxxx .txtBox .txtBox_img p{color: #fff;background:rgba(0,0,0,.5);width: 100%;line-height: 42px;position: absolute;left: 0;bottom: 0;text-align: center;font-size: 18px;}
.yjxxx .txtBox .txtBox_txt{width: 60%;float: left;padding:10px;}
.yjxxx .txtBox .txtBox_txt h2{border-bottom:2px solid #eee;font-size: 18px;margin-bottom: 10px;padding: 5px;position: relative;}
.yjxxx .txtBox .txtBox_txt h2::after{content:"";width: 150px;height: 2px;background: #f67617;position: absolute;left: 0;bottom:-2px;}
.yjxxx .txtBox .txtBox_txt dl{margin-bottom: 6px;font-size: 14px;}
.yjxxx .txtBox .txtBox_txt p{color: #666;margin-bottom: 10px;font-size: 14px;}
.yjxxx .txtBox .txtBox_txt p i{color: #000;}
.yjxxx .txtBox .txtBox_txt a{width: 130px;height: 38px;color: #fff;border-radius:6px;margin-right:50px;display: inline-block;text-align: center;line-height: 38px;}
.yjxxx .txtBox .txtBox_txt a.CK{background:linear-gradient(to left,#73dffb,#02a3e9);}
.yjxxx .txtBox .txtBox_txt a.BM{background:linear-gradient(to left,#f28048,#f55610);}

/*习题报告详情*/
.yanxueKCxq{margin-bottom: 50px;}
.yanxueKCxq .picKCXQ{position:relative;}
.yanxueKCxq .picKCXQ img{width:360px;height: 220px;display:block;}
.yanxueKCxq .picKCXQ span{color: #fff;background: rgba(0, 0, 0, .5);width: 100%;line-height: 42px;position: absolute;left: 0;bottom: 0;text-align: center;font-size: 18px;}


.yanxueKCxq .txt{width:70%;margin-left: 20px;}
.yanxueKCxq .txt h3{font-size: 20px;margin-bottom: 20px;}
.yanxueKCxq .txt dl{font-size: 15px;margin-bottom: 40px;}
.yanxueKCxq .txt a{width: 130px;height: 38px;color: #fff;border-radius:6px;margin-right:50px;display: inline-block;text-align: center;line-height: 38px;}
.yanxueKCxq .txt a.CK{background:linear-gradient(to left,#73dffb,#02a3e9);}
.yanxueKCxq .txt a.BM{background:linear-gradient(to left,#f28048,#f55610);}
.yanxueKCsm{}
.yanxueKCsm p{text-indent:32px;}
.yanxueKCsm h3{font-weight: bold;margin:15px 0;}
.yanxueKCsm dl{line-height: 28px;padding-left: 32px;}


/*二级左侧栏*/
.rightSide{background: #fff;width: 20%;}
.rightSide .mao{font-size:20px;text-align: center;line-height: 60px;background: #c9413a;color: #fff;display:none;}
.sideMenu{height:90vh;}
.sideMenu h3 a{ height:60px; line-height:60px; padding-left:10px;  border-bottom:1px solid #eee; cursor:pointer;font-size: 18px;background:#fdf4ee;}
/*.sideMenu h3 em{ float:right; display:block; width:23px; height:23px;margin-top:18px;background:url(../images/jia.png) no-repeat left center; cursor:pointer; -webkit-background-size: contain;
background-size: contain;}
.sideMenu h3.on em{background-image:url(../images/jian.png);}*/
/*.sideMenu h3.on{background:#ff944c; color: #fff;}*/
.sideMenu h3 a{display: block;}
.sideMenu h3 i{font-size:20px;margin-right:8px;}
.sideMenu ul{/*display:none;  默认都隐藏 */ }
.sideMenu ul li{color:#333;line-height:50px;border-bottom: 1px solid #fff;}
.sideMenu ul li a{display:block;padding-left:40px;color:#333;}
.sideMenu ul li.on{/*background: #ffe0cc;*/}
.sideMenu ul li a.on{color: #e20000;color: #e20000;position: relative;}
.sideMenu ul li:hover, .sideMenu ul li:hover a{color: #e20000;}
.sideMenu ul li a.on::after {
    content: "";
    position: absolute;
    left: 18px;
    top: calc(50% - 10px);
    width: 0;
    height: 0;
    border-top: 10px solid transparent; /* 让左边透明 */
    border-bottom: 10px solid transparent; /* 让右边透明 */
    border-left: 12px solid #e20000; /* 顶部为三角形颜色 */
}

/*研学-定向研学*/
.dxyx{padding: 10px;background: #fff;width:80%;box-shadow:0 0 3px #ddd;}
.daxue_XX ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.daxue_XX ul li{width:32%;margin-bottom:15px;box-shadow:0 0 3px #ccc;}
.daxue_XX ul li dl{padding:10px;}
.daxue_XX ul li dt{margin-bottom:2px;}
.daxue_XX ul li dd{font-size: 14px;color: #666;}
.daxue_XX ul li:hover{box-shadow:0 0 3px #fab08c;}
.daxue_XX li:hover dt, .daxue_XX li:hover dd{color: #f46a2f;}

/*研学-高中*/
.gzzq_XX{background:url(../images/bg-1.jpg) no-repeat right bottom,linear-gradient(45deg, #fff, #fcfcf4);}
.gzzq_XX ul{overflow: hidden;}
.gzzq_XX li{width: 32%;margin-bottom: 14px;float: left;margin-right: 1.3%;}
.gzzq_XX li a{border:1px solid #fcd796;border-radius:4px;padding:10px;color: #000;display:flex;position: relative;align-items:center;}
.gzzq_XX li dt{width: 210px;}
.gzzq_XX li dd, .YX_xz li span{font-size: 14px;background:url(../images/Bicon05.png) no-repeat left center;-webkit-background-size:15px 5px;background-size:15px 15px;padding-left: 20px;color: #666;position: absolute;bottom:4px;right:10px;}	
.gzzq_XX li a:hover{color: #f56e00;box-shadow:0 0 2px #f6c298 inset;}
/*没有logo学校样式*/
.XXlogo0204{width:60px;height:60px;overflow:hidden;margin-right: 6px;display:flex;justify-content:center;align-items:center;font-size:12px;position:relative;text-align:center;color:#fff;background:url(../images/XXlogotybg.png) no-repeat center;background-size:contain;}
.gzzq_XX li img{width: 60px;height: 60px;position:absolute;left:0;top:0;}

.Dz_shi{overflow: hidden;margin-bottom: 10px;border-bottom:1px solid #ddd;padding-bottom: 10px;}
.Dz_shi ul{display:flex;justify-content:space-between;}
.Dz_shi li{width: 5.5%;text-align: center;}
.Dz_shi li a{display: block;border:1px solid #eee;border-radius:4px;font-size: 14px;line-height:24px;color: #666;}
.Dz_shi li.on a{background: #ff944c;color: #fff;}
.Dz_shi li.on a:hover{color: #fff;}
.Dz_shi li a:hover{color: #ff944c;border-color: #ff944c;}
.Dz_shi_tongji{color:#666;}
.Dz_shi_tongji i{color: #ff6600;padding: 3px 10px;background: #fff9f2;}
.Dz_shi_tongji b{color:#c9413a;}
.gaozhongTit0203{font-size:18px;position: relative;padding-left: 20px;color:#ee1a29;}
.gaozhongTit0203::after {content: "";width: 10px;height: 10px;background: #ee1a29;position: absolute;left: 0;top: calc(50% - 5px);}





/*优秀校长*/
.YX_xz{}
.YX_xz li a{display: block;overflow: hidden;height: 96px;}
.YX_xz li dt{font-size: 18px;}
.YX_xz li dd{position:inherit;background: none;padding: 0;font-size: 16px;}


/*高中详情*/
.wxx_xxxq{}
.wxx_xxxq .xxtop{/*background:linear-gradient(to right, #356eff,#54aaff);*/display:flex;justify-content:center;align-items:center;margin-bottom:80px;}
.wxx_xxxq .xxtop img{width: 100px;height: 100px;border-radius:50%;position:absolute;left:0;top:0;}
.wxx_xxxq .xxtop p{font-size: 50px;font-weight: bold;line-height: 120px;color: #000;text-shadow:5px 5px 4px #ddd;letter-spacing:6px;}
.GZlogo0204{position:relative;width:100px;height:100px;overflow:hidden;margin-right: 20px;font-size:12px;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;background:url(../images/XXlogotybg.png) no-repeat center;background-size:contain;}


.xxjj {
    padding: 100px 24px 35px;
    background: url(../images/xxbookbg.png) no-repeat bottom center,linear-gradient(to top,#f5f3ef,#fff);
    border: 8px solid #a0f2a9;
    border-radius: 15px;
    position: relative;
    margin-bottom: 50px;
}
.xxjj .xxjj_tit{position: absolute;top:-27px;left:calc(50% - 190px);}
.xxjj .txtbot{margin-bottom: 30px;}
.xxjj .txtbot ul{}
.xxjj .txtbot li{margin-bottom: 6px;}
.xxjj .txtbot li i{margin-right: 10px;font-size: 20px;vertical-align: bottom;}
.xxjj .txtbot li a{color: #446AE3;text-decoration: underline;}
.xxjjPic{text-align: center;}
.xxjjPic img{width: 100%;}
.xxjj h3{font-size: 18px;position: relative;padding-left:18px;margin-bottom: 20px;}
.xxjj h3::after{content:"";width: 4px;height: 17px;background: #30bc54;border-radius:0;position: absolute;left: 0;top:calc(50% - 9px);}

.youxiuSS ul{display:flex;flex-wrap: wrap;}
.youxiuSS ul li{margin-right: 60px;position: relative;border-radius:8px;overflow: hidden;}
.youxiuSS ul li p{text-align: center;position: absolute;left: 0;bottom: 0;width: 100%;line-height: 36px;color: #fff;background:rgba(0,0,0,.5);}
.youxiuSS ul li img{width: 200px;height: 260px;display: block;border-radius:8px;}
/*0201高中详情样式*/
.dl_ewm0201 { text-align: center; }
.dl_ewm0201 dd { margin-left: 15px; }
.dl_ewm0201 img { width: 100px; display: block; }
.dl_ewm0201 > div {}
.youxiuSS li span { color: #999; text-align: center; display: block; margin: 0 auto; }
.youxiuSS li i { font-size: 70px; color: #999; display: block; }

/*研学-招录*/
.zlzq_txt{background:#fff url(../images/bg-2.jpg) no-repeat right bottom;-webkit-background-size: contain;background-size: contain;padding:20px 10px;}
.zlzq_txt li a{display:flex;justify-content:space-between;margin-bottom: 14px;padding-left: 15px;position: relative;}
.zlzq_txt li a::after{content:"";width: 6px;height: 6px;background: #ddd;border-radius:50%;position: absolute;left: 0;top:calc(50% - 3px);}
.zlzq_txt li a span{color: #999;}
.zlzq_txt li a:hover, .zlzq_txt li a:hover span{color: #f46a2f;}
.zlzq_txt li a:hover::after{background: #f46a2f;}
.zlzq_txt table{font-size:15px;}
.zlzq_txt table tbody tr a{color:#293fe6;text-decoration:underline;}
.zlzq_txt table td{padding:10px 5px !important;}
.zlzq_txt table tr td:nth-child(1){width:52%;}
.zlzq_txt table tr td:nth-child(2){width:10%;text-align:center;}
.zlzq_txt table tr td:nth-child(3){width:8%;text-align:center;}
.zlzq_txt table tr td:nth-child(5){width:13%;}

.zixun_fenlei{border-bottom:1px solid #ddd;}
.zixun_fenlei ul{display:flex;justify-content:center;}
.zixun_fenlei li{padding:3px 10px;border:1px solid #eee;border-radius:4px;margin:0 8px;}

/*新闻列表*/
.zixunSS0117{background: #fff;padding:0 10px;}
.zixunSS0117 a{border-radius:0;margin-right: 5px;border: none;background: #f3f3f3;width: 160px;}
.zixunSS_L{margin-left:30px;}
.zixunSS0117 p.on a{background: #fff;color: #c9413a;border:2px solid #ab3731;border-bottom:none;position: relative;}
.zixunSS0117 p.on a::after{content: '';width: 100%;height: 2px;background: #fff;position: absolute;bottom:-2px;left: 0;}

.zixunSS_L_0130 select{border:1px solid #f9e4bb;border-radius:4px;height:40px;padding:0 10px;margin-right:10px;margin-bottom:10px;font-size:15px;background:floralwhite;color:#c67219;}



/*研学-文创*/
.wenC_GX ul{flex-wrap:wrap;margin-bottom: 30px;}
.wenC_GX ul li{width: 24%;margin-bottom: 15px;}
.wenC_GX ul li h6{padding:3px 10px;}
.wenC .more{text-align:center;background: #f9f9f9;padding: 10px;}
.wenC .more a{background:url(../images/go.png) no-repeat right center;-webkit-background-size: contain;background-size: contain;padding-right: 30px;}

/*我的*/
.mineMSG{padding:20px 30px;position: relative;}
.KTBlogo{width: 100px;height: 100px;position: absolute;right: 0;bottom:-12px;}
.mineRL{width: 400px;position: absolute;right: 200px;top:10px;}

.StuL1{text-align: center;}
.StuL1 dt{/*background:url(../images/queen.png) no-repeat top center;-webkit-background-size:40px 28px;background-size:40px 28px;padding-top:18px;*/}
.StuL1 img{width: 110px;height: 110px;border-radius:50%;border:2px solid #d0a02a;margin-bottom:6px;}
.StuL1 dd{font-size:20px;font-weight: bold;color: #d0a02a;}
.StuL2{margin-left:32px;}
.StuL2 dt{color:#00479d;font-size:30px;font-weight: bold;margin-bottom:10px;}
.StuL2 dt span{padding-right: 10px;display: inline-block;}
.StuL2 dd{font-size:18px;margin-bottom: 10px;}
.StuL2 dd.dqxk0124{background:linear-gradient(to top,#ffefd2,#fcd388);color: #a4641d;padding:2px 10px 0;border-radius:4px;}
.StuL2 dd.dqxk0124 i{font-size: 34px;margin-right:8px;vertical-align: middle;}

.StuL3{font-size: 20px;position: absolute;right:10px;top: 10px;padding:10px 20px;background:#fff6f0;}

.wodeSide{width: 20%;text-align: center;min-height:80vh;}
.wodeSide li a{line-height: 60px;display: block;margin-bottom:2px;}
.wodeSide li a i{margin-right: 10px;font-size: 20px;}
.wodeSide li a.on, .wodeSide li a:hover{color: #ff6500;background: #fff6f0;border-left:4px solid #ff6500;}


.zuiNew{padding:10px 20px;background:#fef8f4;margin-bottom: 10px;}
.zuiNew span{color:#ff6500;}
.zuiNew span i{font-size:18px;vertical-align: middle;margin-right: 10px;}
.rcMainTable{text-align:center;}
.RadCalendar .rcRow td{text-align:center !important;}
.RadCalendar .rcWeek th{text-align:center !important;}

/*我的订单*/
.my_order{}
.my_order .hd ul{display: flex;margin:30px 0 20px;border-bottom:1px solid #ddd;}
.my_order .hd ul li{font-size: 16px;margin:0 30px;padding-bottom:4px;cursor: pointer;}
.my_order .hd ul li.on{color:#006ce4;border-bottom:4px solid #006ce4;}
.inHd{margin-bottom: 20px;}
.inHd ul{display: flex;}
.inHd li{margin-right:20px;border:1px solid #ddd;border-radius:100px;padding:5px 20px;cursor: pointer;}
.inHd li.on{background:#f55b19;color:#fff;}

.inBd table{border:1px solid #eee;width: 100%;margin-bottom: 15px;position: relative;overflow: hidden;}
.inBd .DDnum{background:#f5f5f5;height: 42px;padding:0 15px;}
.inBd .DDnum span{}
.inBd .DDnum b{font-weight: normal;padding-left: 20px;font-size: 14px;color: #666;}
.inBd .Inimg{width: 100px;text-align: center;padding:10px;}
.inBd .Inimg img{width:80px;height:80px;}
.inBd .Inh3{width:360px;}
.inBd .Inh3 h3{margin-bottom: 10px;}
.inBd .Inh3 p{font-size: 14px;color: #666;}
.inBd .Inprice{width: 300px;}
.inBd .Inprice span{color:#ff5000;font-size:18px;font-weight: bold;}
.inBd .Inprice p{margin-bottom: 3px;}

.inBd .Btns{text-align:right;padding:15px;border-top:1px solid #eee;}
.inBd .Btns input{padding:5px 20px;border-radius:50px;border:1px solid #999;background:none;margin-left: 15px;color: #666;}
.inBd .Btns .jiesuan{background:#ff5000;color:#fff;border: none;}
.inBd .Btns input:nth-child(1){color: #eb1d20;border-color: #eb1d20;}
.inBd .Btns input:nth-child(2){color: #ff7216;border-color: #ff7216;}
.inBd .Btns input:nth-child(3){color: #1a8ef0;border-color: #1a8ef0;}
.inBd .Btns input:nth-child(4){color: #399f3f;border-color: #66bc6b;}
.inBd .Btns input:disabled{color: #999;border-color:#999;background:#f5f5f5;}

/*我的志愿*/
.GKmsg_td td{text-align: center;height:60px;color: #f55b19;}
.GKmsg_td td i{color: #666;}
.inBd table.on::after{position: absolute;width:100px;height: 30px;background:#34c759;color:#fff;content:"当前使用";right:-26px;top:10px;font-size: 12px;text-align: center;line-height: 30px;transform:rotate(45deg);}
.inBd table.on{border-color:#34c759;}

/*我的个人信息*/
.jibenMSG .msgBox{position: relative;align-items:center;padding-bottom:20px;margin-bottom: 20px;}
.jibenMSG .msgBox .bianji{width:80px;height:30px;font-size: 15px;border-radius:3px; position: absolute;right: 0;top: 0;background:#5584ff;color:#fff;}
.jibenMSG .JBbox{padding-top: 15px;}
.JBbox img{width: 150px;height: 150px;margin-right: 30px;}
.JBbox li{font-size: 15px;margin-top:3px;height:38px;line-height:38px;}
.JBbox li input{font-size: 15px;display: inline-block;padding:7px 10px;background: none;color:#000;}
.JBbox li b{display: inline-block;width:120px;font-weight: normal;text-align:right;}
.JBbox_bianji li input{background:#f9f9f9;border:1px solid #ddd;} 

.jibenMSG .DZbox{}
.DZbox .break{background:aliceblue;line-height: 36px;padding:0 20px;color:darkorange;font-size: 14px;}
.DZbox table{width: 100%;border:1px solid #eee;margin-top: 5px;font-size: 14px;}
.DZbox table th{background:#eee;}
.DZbox table th, .DZbox table td{padding: 12px;}
.DZbox table tr td:nth-child(1), .DZbox table tr td:nth-child(2){text-align:center;}
.DZbox table .CZ{padding:0 5px;margin:0 3px;background: none;}
.DZbox table .CZ:hover{color:#ff6600;}
.DZbox table .moR{background:url(../images/morendizhi.png) no-repeat right center;-webkit-background-size:13px 13px;background-size:13px 13px;padding-right:20px;color:#ff6600;}
.DZbox table tbody tr:hover{background:#f9f9f9;}

.newDZbox .cndzk{margin:15px 0 10px;}
.newDZbox .cndzk span{width: 120px;display: inline-block;text-align: right;}
.newDZbox .cndzk .dizhiKK, .newDZbox .cndzk textarea{border:1px solid #ddd;height:38px;width: 610px;padding:0 10px;border-radius:3px;}
.newDZbox .cndzk textarea{height: auto; padding: 10px;outline: none;resize: none;vertical-align: top;font-family:"微软雅黑";}
.baocun .baoCbtn{color:#fff;font-size: 16px;width:200px;height: 38px;margin-left: 120px;margin-bottom: 30px;background:linear-gradient(to top,#f55711,#f39669);border-radius:4px;}
.morenBox{margin-left: 120px;margin-bottom: 30px;font-size: 14px;}
.morenBox input{-webkit-appearance:none;appearance:none;width: 15px;height: 15px;border:1px solid #ddd;vertical-align: middle;margin-top:-3px;margin-right: 5px;border-radius:50%;}
.morenBox input:checked{background:url(../images/morendizhi.png) no-repeat;-webkit-background-size: contain;background-size: contain;border-color:#fd9b0b;}

.msg_2{margin:40px 0;}
.msg_2 .FormTab{display:flex;line-height: 34px;}
.msg_2 .FormTab b{font-weight: normal;width: 120px;text-align: right;}
.msg_2 .selectBox select{width: 200px;}
.msg_2 .select100 select{width:610px;}
.msg_3 .infon span{width: 150px;}
.MMbtn{width: 300px;margin:50px 170px;}

/*我的修改密码*/
.MM_xiugai{margin:100px 0;}
.MM_xiugai p{line-height: 38px;margin-bottom: 15px;}
.MM_xiugai p span{display: inline-block;width: 150px;text-align: right;}
.MM_xiugai .inT{width:340px;border:1px solid #ddd;height: 38px;padding:0 10px;}
.MM_xiugai .baocun .baoCbtn{margin-left: 150px;width: 340px;}


/*我的积分*/
.my_jifen h1 b{font-size: 24px;vertical-align:middle;}
.Everyday{background:url(../images/moreover.png) no-repeat right center;padding-right:25px;-webkit-background-size: contain;background-size: contain;color: #000;}
.Everyday i{font-size:18px;margin-right: 5px;}
.Everyday:hover{color:#1ba9ea;background-image:url(../images/moreover.png);}

.rightBox{width:80%;padding:15px;box-shadow:0 0 5px #ddd;}
.rightBox h1{margin-bottom: 15px;color:#f55b1a;position: relative;padding-left: 15px;font-size: 18px;overflow: hidden;}
.rightBox h1::after{width: 4px;height:18px;background: #f55b1a;left: 0;top:calc(50% - 9px);position: absolute;content:"";border-radius:5px;}
.allMX .hd{overflow: hidden;}
.allMX .hd ul{overflow: hidden;margin-bottom: 15px;float: right;}
.allMX .hd .allZongji{background:aliceblue;padding:15px 0;text-align: center;width: 100%;}
.allMX .hd .allZongji span{text-align: center;width: 50%;font-size: 16px;}
.allMX .hd .allZongji span:nth-child(1){border-right:1px solid #000;}
.allMX .hd .allZongji span b{padding:0 5px;}
.allMX .hd li{float: left;padding:5px 15px;border:1px solid #ddd;border-radius:3px;margin-left:20px;cursor: pointer;}
.allMX .hd li.on{border-color:#f55b1a;color:#f55b1a;}
.allMX .bd{padding:30px;}
.allMX .bd li{display:flex;justify-content:space-between;margin-bottom: 15px;border-bottom:1px solid #eee;align-items: center;padding:0 10px 15px;}
.allMX .bd li i{display: block;margin-top:6px;color:#999;}

/*我的收藏*/
.shoucangBox{}
.shoucangBox .hd {margin-bottom: 20px;border-bottom:1px solid #f55b19;}
.shoucangBox .hd li{margin-right:20px;padding:5px 20px;cursor: pointer;background: #f5f5f5;}
.shoucangBox .hd li.on{background:#f55b19;color:#fff;}
.shoucangBox .txt_YX{padding: 20px;}
.shoucangBox .txt_YX li{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;margin-bottom: 20px;padding-bottom: 20px;}
.shoucangBox .txt_YX li a{display:flex;align-items: center;}
.shoucangBox .txt_YX li img{width: 60px;height: 60px;margin-right: 20px;}
.shoucangBox .txt_YX li dt em{font-size: 13px;border:1px solid #eee;border-radius:4px;padding:2px 5px;color: #999;}
.shoucangBox .txt_YX li dd{font-size: 14px;color: #666;margin-top: 10px;}
.shoucangBox .txt_YX li a:hover{color: #f55b19;}
.shoucangBox button{width: 120px;height: 36px;color: #666;border-radius:3px;font-size: 15px;}
.shoucangBox button.noCheck{color: #f55b19;background: #fff;border:1px solid #f55b19;}
.shoucangBox button i{margin-right: 3px;}

/*我的研学*/

/*我的消息*/
.txt_XX{}
.shoucangBox .txt_XX li dd{margin-top: 0;}
.shoucangBox .txt_XX li i{font-size: 28px;width: 50px;height: 50px;border-radius:50%;line-height: 50px;background: #e6f5ff;text-align: center;color: #14a1ff;margin-right: 10px;}
.shoucangBox .txt_XX li span{color: #999;font-size: 14px;}

/*我的证书*/
.shoucangBox .txt_ZS li span{color: #999;font-size: 14px;}

/*我的期望*/
.qw0123{padding:10px;overflow: hidden;}
.xueyeSP{float: right;}
.Qiwang{margin-bottom: 10px;}
.Qiwang ul{display: flex;margin-bottom: 10px;border-bottom:2px solid #f78132;}
.Qiwang ul li{width: 158px;line-height: 42px;text-align: center;background: #f9f9f9;margin-right: 1px;cursor: pointer;}
.Qiwang ul li:hover{color: #f78132;}
.Qiwang ul li.on{background: #f78132;color: #fff;}
.chengJilist0123 table{width: 100%;text-align: center;border-left: 1px solid #ddd;border-top: 1px solid #ddd;}
.chengJilist0123 th{border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;background: #f5f5f5;height: 42px;}
.chengJilist0123 td{border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;height: 38px;}
.chengJilist0123 .tabZhu tr td:last-of-type{font-size: 14px;color: #999;}
.chengJilist0123 .tabZhu tr th:last-of-type{font-size: 14px;color: #999;width: 15%;}
.chengJilist0123 span{font-size:13px;color: #666;}
.chengJilist0123 p{font-size: 14px;text-align: right;color: #999;margin:10px 0;}

.CJtop_Line{margin-top: 30px;}
.CJtop_Line table, .CJtop_Line table td{border-color:#ffbc98;}
.CJtop_Line .cjfx{text-align: center;font-size: 20px;background: #fff4ee;color: #ff6600;height: 50px;}
.CJtop_Line .tubiao{border:1px solid #ffbc98;border-top: none;}
.CJleix0123{border:1px solid #a9ceea;border-radius:4px;padding:10px 20px;float: right;margin-bottom: 8px;background: #f5fbff;font-size: 16px;}
.addCJ0123{text-align: center;}
.addCJ0123 a{background: #fafff3;color: #54b400;border:1px solid #cdeaa9;display: inline-block;width: 200px;line-height: 44px;border-radius: 6px;}
.addCJ0123 i{font-size: 22px;vertical-align: middle;margin-right: 10px;}


/*我的选科*/
.xuankeJL0124{margin-top: 20px;}
.xuankeJL0124 .w1{width: 240px;}
.wdzy0124{padding: 0;}
.wdzy0124 i{font-size: 16px;line-height: 38px;}




/*高校排名*/
.PMbox0202{background:#fff url(../images/map_PM.png) no-repeat right center;-webkit-background-size:100px;background-size:100px;}
.paiming{padding: 0;}
.paiming .PMtop{padding:20px;background:#f1ca7d url(../images/jin.png) no-repeat center;-webkit-background-size:100% 100%;background-size: 100% 100%;position:relative;}
.paiming .PMtop span{font-size: 26px;line-height: 50px;}
.paiming .PMtop .txt{font-size:14px;margin-top: 10px;width:88%;}
.paiming .PMtop select{border:1px solid #ddd;padding:6px 30px;border-radius:4px;background: #fff;font-size: 18px;}
.PMtab{width: 100%;}
.PMtab th{background: #f5f4f5;height:60px;}
.PMtab td{height: 46px;text-align: center;}
.PMtab tbody tr:nth-child(even){background: #f9f9f9;}
.PMtab a:hover{color:orangered;text-decoration:underline;}
.PMewm0202{position:absolute;right:10px;bottom:10px;font-size:14px;text-align:center;}
.PMewm0202 img{width:100px;height:100px;}
.PMbox0202 .jijiao0201{right:0;}


/*====================商城============================*/
.scBigpic{background: #f8a109;}
.scBigpic img{display: block;margin:auto;}
.cartBox{width: 1200px;margin:0 auto;overflow: hidden;padding:20px 0;}
.mb50{margin-bottom: 50px;}
.leftMX_SL{font-size: 16px;margin-bottom:20px;}
.allCheckBox{margin-bottom: 20px;}
.allCheckBox input[type="checkbox"]{-webkit-appearance:none;appearance:none;width:20px;height:20px;vertical-align:middle;margin-right:5px;border:1px solid #ddd;border-radius:3px;background: #fff;}
.allCheckBox input[type="checkbox"]:checked{background-image: url(../images/checkdFF.png);-webkit-background-size: contain;background-size: contain;border-color:#ff5001;}
.allCheckBox .spsc{height:28px;padding:0 10px;background:none;border:1px solid #ddd;border-radius:5px;margin-left: 20px;}

.leftMX{width: 72%;float: left;}
.leftMX .DDnum input[type="checkbox"]{-webkit-appearance:none;appearance:none;width:20px;height:20px;vertical-align:middle;margin-right:5px;margin-top: -3px;border:1px solid #ddd;border-radius:3px;background: #fff;}
.leftMX .DDnum input[type="checkbox"]:checked{background-image: url(../images/checkdFF.png);-webkit-background-size: contain;background-size: contain;border-color:#ff5001;}

.rightJSbox{width: 27%;float: right;}
.rightJS{border:1px solid #eee;border-radius:12px;margin-bottom: 15px;}
.rightJS_MX{border-bottom:1px solid #eee;padding:23px 16px 15px;}
.rightJS_MX b{font-size: 18px;}
.rightJS_TP{border-bottom:1px solid #eee;margin:15px 0;min-height:140px;padding:0 16px;}
.in_jsMX img{width: 70px;height: 70px;margin:0 3px 10px;}
.xzPicbox{flex-wrap:wrap;margin-bottom:8px;}
.pay-title{font-weight: bold;margin-bottom:8px;}
.pay-title i{font-size: 17px;}
.c-org{color:#ff5000;}
.pay-YH{color:#666;margin-bottom: 8px;}
.onColor{background: #FFF6F2;}

.jutiJE{color:#999;background:url(../images/tan.png) no-repeat left center;-webkit-background-size: contain;background-size: contain;padding-left:28px;margin-bottom: 50px;}
.rightJS_HJ{padding:0 15px;margin-bottom: 15px;font-weight: bold;align-items: center;}
.rightJS_HJ b{font-size: 22px;}
.rightJS_HJ .rightJS_HJ_btn{width: 120px;height: 42px;font-size: 16px;background: #ff5000;color:#fff;border-radius:5px;}

.shengyuJFbox{border:1px solid #ff8803;overflow: hidden;}
.shengyuJFbox p{background:#ff8803;color:#fff;font-size: 16px;line-height: 42px;padding:0 15px;}
.shengyuJFbox b{font-size:32px;display: block;text-align: center;color:#ff8803;margin:30px 0;}
.shengyuJFbox a{float: right;margin:0 15px 15px;}
.shengyuJFbox a:hover{color:#ff8803;text-decoration:underline;}

.search100{padding:20px 0 50px;}
.search80{width: 80%;margin:0 auto;border:2px solid #F08D00;border-radius:5px;padding:2px;line-height:36px;}
.search80 select{outline: none;padding:0 5px;height:20px;}
.search80 .Selin{width:90%;}
.search80 .Selin .in_txt{width:80%;height:20px;padding:0 2%;border-left:1px solid #ddd;margin-left:1%;}
.search80 .in_btn{width:10%;color:#fff;font-size:16px;background:#F08D00;}

.SCshop ul{overflow: hidden;}
.SCshop li{float: left;width:19%;margin:0 0.5% 15px;border:1px solid #eee;padding:3px;border-radius:5px;}
.SCshop li:hover{border-color:#F08D00;}
.SCshop li img{margin-bottom:3px;height: 250px;width: 100%;}
.SCshop li dl{padding:0 10px 10px;font-size: 15px;}
.SCshop li dl dt{margin-bottom:10px;}
.SCshop li dl dd{color:#ff6200;}
.SCshop li dl span{background:#ff6200;color:#fff;padding:0 8px;border-radius:3px;margin-right: 5px;}
.SCshop li.jiaoH dl span{background:dodgerblue;}
.SCshop li.juanZ dl span{background:mediumseagreen;}
.SCshop li dl dd b{font-size: 22px;font-weight: normal;padding:0 10px;vertical-align: bottom;}

/*商品详情*/
.SCshopNav{margin-bottom:30px;padding-bottom: 8px;border-bottom: 3px solid #eee;}
.SCshopNav li{font-size: 16px;margin:0 15px;}
.SCshopNav li a{padding-bottom: 10px;font-size: 18px;}
.SCshopNav li.on a{color:#F08D00;border-bottom:3px solid #F08D00;}

.spXQbox{margin:20px auto;}
.spXQbox .wares{margin-bottom: 50px;}
.spXQbox .wares img{width: 300px;height: 300px;}
.spXQbox .wares .txt{margin-left: 30px;font-size: 16px;}
.spXQbox .wares .txt dl{margin-bottom:30px;}
.spXQbox .wares .txt dl dt{font-size: 24px;font-weight: bold;margin-bottom: 10px;}
.spXQbox .wares .txt dl dd{color:#999;}
.spXQbox .wares .txt p{color:#ff4f00;margin-bottom:30px;}
.spXQbox .wares .txt p b{font-size:28px;padding-right:5px;}
.spXQbox .wares .txt p span{margin-left:30px;color:#999;text-decoration: line-through;}
.spXQbox .wares .txt .Num{margin-bottom: 30px;}
.Num input{width:50px;height:28px;border:1px solid #ddd;text-align: center;}
.Num i{font-size:19px;border:1px solid #ddd;vertical-align: middle;height:28px;display: inline-block;line-height:24px;padding:0 10px;cursor: pointer;background:#fff;}
.Num i.jian{border-top-left-radius:5px;border-bottom-left-radius:5px;}
.Num i.jia{border-top-right-radius:5px;border-bottom-right-radius:5px;}
.spXQbox .wares .txt .GWC{margin-top:50px;}
.spXQbox .wares .txt .GWC button{width: 160px;height:46px;margin-right: 30px;font-size: 16px;background:linear-gradient(90deg, rgb(255, 119, 0), rgb(255, 73, 0));color:#fff;}
.spXQbox .wares .txt .GWC button.JRche{background:linear-gradient(90deg, rgb(255, 203, 0), rgb(255, 148, 2));}

.slideXQ_pl{}
.slideXQ_pl .hd{border-bottom:1px solid #eee;padding:0 18px;margin-bottom:30px;}
.slideXQ_pl .hd li{display: inline-block;font-size: 18px;margin-right: 24px;cursor: pointer;padding:22px 0;}
.slideXQ_pl .hd li.on{border-bottom:3px solid #ff5000;color:#ff5000;}
.slideXQ_pl .txtIMG img{display: block;margin:0 auto;}
.slideXQ_pl .txtPJ dl{margin-bottom:18px;padding-bottom: 18px;border-bottom:1px solid #eee;}
.slideXQ_pl .txtPJ dl dt{font-weight: bold;font-size: 18px;line-height: 40px;margin-bottom: 10px;}
.slideXQ_pl .txtPJ dl dt img{width: 40px;height: 40px;border-radius:50%;vertical-align: middle;margin-right: 10px;}
.slideXQ_pl .txtPJ dl dd{margin-left: 50px;}
.slideXQ_pl .txtPJ dl dd.time{margin-top: 15px;text-align: right;color:#999;}

/*当前位置*/
.breakNavbar{background: #fff;height: 48px;line-height: 48px;padding:0 20px;width: 1200px;margin:5px auto 5px;color: #000;}
.breakNavbar a{text-decoration: underline;color: #666;}

/*资讯详情*/
.FBH_box, .zixunXQ_box{padding: 30px;margin-bottom: 10px;}
.FBH_box h3, .zixunXQ_box h3{text-align: center;font-size: 30px;margin-bottom: 30px;}
.fbh_time{text-align: center;color: #666;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom: 20px;}
.fbh_time span{padding:0 20px;}

.zixunXQ_box{}



/*发布会详情*/
.FBH_box .txt{margin-bottom: 50px;overflow: hidden;}
.FBH_box .txt h4{text-align: center;font-size: 22px;color: #e84c1b;;line-height: 70px;}
.FBH_box .txt table{border-left:1px solid #eee;border-top:1px solid #eee;width: 100%;text-align: center;border:1px solid #715041;border-radius:20px;overflow: hidden;}
.FBH_box .txt table td, .FBH_box .txt table th{border-right:1px solid #eee;border-bottom:1px solid #eee;height: 42px;padding:0 20px;}
.FBH_box .txt table td:nth-child(3), .FBH_box .txt table th:nth-child(3){text-align:left;}
.FBH_box .txt table th{background: #f8ecd4;}
.FBH_box .txt table tr:nth-child(even){background: #fffef3;}

/*问招办*/
.zhaobanAsk{padding: 20px;margin-bottom: 20px;}
.zhaobanAsk h3{font-size: 24px;text-align: center;color: #259f2c;margin-bottom: 10px;}
.zhaobanAsk .time{color: #0a9a13;text-align: center;margin-bottom: 10px;}
.zhaobanAsk .time i{font-size: 20px;margin-right: 6px;}
.zhaobanBox{border:1px solid #eee;}
.zhaobanBox .txt{background: #f6f9f8;padding: 20px;width: 60%;}
.zhaobanBox .txt p{margin-bottom: 10px;}
.zhaobanBox .txt span{width: 100px;display: inline-block;text-align:right;}
.zhaobanBox .txt .inTxt{border:1px solid #eee;width: 80%;height: 38px;padding:0 10px;}
.zhaobanBox .txt .inTxtbig{border:1px solid #eee;width: 80%;display: inline-block;resize: none;height: 120px;outline:none;padding: 10px;vertical-align:top;}
.zhaobanBox .txt .p_outTime{color: #f0a728;text-align: center;}
.zhaobanBox .txt .p_outTime i{margin-right: 6px;font-size: 18px;}
.zhaobanBox .txt .wenBtn{margin-left: 100px;margin-top: 30px;}
.zhaobanBox .txt .tiJ{font-size: 16px;width: 150px;height: 42px;background: #55bb5b;color: #fff;}
.zhaobanBox .txt .wdTw{margin-left:50px;text-decoration:underline;}
.zhaobanBox .txt .wdTw:hover{color: #55bb5b;}
.zhaobanBox dl{background: ghostwhite;padding: 20px;font-size: 15px;width: 40%;border-left:1px solid #ddd;}
.zhaobanBox dl dt{font-size: 18px;font-weight: bold;text-align: center;margin:30px 0 15px;}
.zhaobanBox dl dd{margin-bottom: 8px;}

/*校园问招办*/
.ZBsc0123{margin-left: 10px;}
.YX_about .ask_ZB{font-size: 17px;color: #54b400;background: #fafff3 url(../images/wenjuan.png) no-repeat 15px center;border:1px solid #cdeaa9;width:120px;line-height:42px;-webkit-background-size:30px;background-size:30px;border-radius:4px;padding-left:35px;text-align: center;display: block;}
/*校园收藏*/
.ZBsc0123 .SCbtn{display: block;width: 120px;height:42px;border-radius:4px;font-size:17px;background: #f9f9f9 url(../images/shoucang.png) no-repeat 15px center;border:1px solid #eee;-webkit-background-size:20px;background-size:20px;text-indent:20px;color: #666;margin-top:15px;}
.ZBsc0123 .SCbtn.on{background-color:#fff0f0;background-image: url(../images/shoucangOK.png);color: #ed4d45;border-color: #f9dddd;}

/*翻页样式*/
.pageS{text-align:center;margin:30px 0 10px;}
.pageS a{color:#666;border:1px solid #ddd;border-radius:2px;padding:4px 10px;font-size:15px;}
.pageS a:hover{color:#ff6600;}
#ctl00_ContentPlaceHolder1_RadListView1_DataPagerProducts span{color:#fff;padding:4px 10px;background:#ff832a;border-radius:2px;}

/*20250202共和国人物*/
.ghgwrBox{background:url(../images/shuibowen.png) repeat;}
.ghgwrBox .hd{
	width:280px;
	background:url(../images/yuanshibg.png) no-repeat top center,linear-gradient(#ef2424,#f2d42c);
	color: #fff;
	-webkit-background-size:100% auto;
	background-size:100% auto;
}
.ghgwrBox .hd h3{font-size: 28px;color: #efe324;padding:40px 0;margin-bottom: 20px;text-align: center;border-bottom:2px solid rgba(255,255,255,.5);}
.ghgwrBox .hd li{font-size:20px;line-height: 60px;padding-left:20px;margin-bottom: 30px;cursor: pointer;}
.ghgwrBox .hd li.on{background: #efe324;color: #ef2424;position: relative;}
.ghgwrBox .hd li.on::after{background:url(../images/yellowghg.png) no-repeat;width: 10px;height: 70px;content:"";position: absolute;right:-10px;top: 0;}
.ghgwrBox .bd{padding:0 20px;width: 900px;}
.ghgwrBox .bd .txt{}
.ghgwrBox .bd .txt .box{display:flex;margin-bottom: 20px;background: #fff;box-shadow:0 0 5px #ddd;}
.ghgwrBox .bd .txt .box img{width: 150px;height: 200px;}
.ghgwrBox .bd .txt .box dl{width: 700px;padding:0 20px;}
.ghgwrBox .bd .txt .box dl dt{font-size: 24px;font-weight: bold;padding: 10px 0;}
.ghgwrBox .bd .txt .box dl dd{font-size: 16px;line-height:27px;text-indent:32px;}
.ghgwrBox .bd .txt .box dl dt span{padding-left: 6px;font-weight: normal;font-size: 20px;}
.ghgwrBox .bd .ghgxunzhang .box{background:#fff url(../images/ghgxz.png) no-repeat right top;-webkit-background-size:contain;background-size:contain;}
/*论文发表*/
.QGjybzy0205 h3 span{color:#333;font-size:15px;}
.QGjybzy0205 h3 span a{border-radius:4px;display:inline-block;font-size:15px;border:1px solid #fbd7bf;color:#ff4343;padding:0 6px;background:#fef6ef;font-weight:bold;}
.QGjybzy0205 h3 span a:hover{text-decoration:none;border-color:#ff6600;}
.QGjybzy0205 li:nth-child(even){background:#f6fff2;}
.QGjybzy0205 li:nth-child(even) span{background:#ddf1ad;}

.Lwfb0205 h3{line-height:30px;position:relative;font-size:16px;margin-bottom: 10px;}
.Lwfb0205 h3 a{margin-left:10px;border-radius:4px;display:inline-block;font-size:15px;border:1px solid #96d5ff;color:#0d9fff;padding:0 10px;background:#f1f9ff;}
.Lwfb0205 h3 a:hover{text-decoration:none;background:#0d9fff;color:#fff;}
.Lwfb0205 .ulDL li a em{color:#666;font-size:15px;font-weight:normal;padding-left:8px;}
.Lwfb0205 .ulDL li a i{font-size: 14px;font-weight: normal;}
.Lwfb0205 .ulDL li a{cursor:pointer;}
.Lwfb0205 .Lwfb260513{width: 44%;}
.Lwfb0205 .Lwfb260513 h3 b{color: #ee1a29;font-weight: bold;font-size: 20px;}
.Lwfb0205 .Lwfb260513 li{width:48%;margin-bottom:0;}
.Lwfb0205 .Lwfb260515 li{width:30%;}
.zydlTJ .Lwfb260513_blue h3::after{background: #2a9d1b;}
.Lwfb0205 .Lwfb260513_blue h3 b{color: #2a9d1b;}
.zydlTJ .Lwfb260513_blue .ulDL li span{background: #ecfadd;color: #2a9d1b;}
.zydlTJ .Lwfb260513_blue .ulDL li a{color: #2a9d1b;}
.zytop260514 a.on{background: #ecfadd;color: #2a9d1b;}
.ZY_Box .zytop260514 a:hover{color:#2a9d1b;}

.rgMasterTable tbody td{text-align:center;}
.rgMasterTable tbody td a{color:blue;text-decoration:underline;cursor:pointer;}
.LWqikan0206{position:absolute;right:86px;top:15px;}
.LWqikan0206 a{background-color:#fff6f6;color:#f23d4f;border:1px solid #f7aaad;line-height:38px;display:inline-block;font-size:15px;padding:0 10px;border-radius:4px;}
.LWqikan0206 a:hover{background:#fc4956;color:#fff;}

/*新的考试日历20260303*/
.kaoshiRL0303{border:1px solid #efe1cd;margin-bottom:20px;}
.kaoshiRL0303 .zuiNew{box-shadow:0 0 5px #ddd;}
.kaoshiRL0303_txt{padding:10px 20px 10px;}
.kaoshiRL0303 h2{text-align:center;font-size:20px;}
.kaoshiRL0303 h3{position:relative;padding-left:20px;color:#c24815;font-weight:bold;margin-bottom:5px;}
.kaoshiRL0303 h3::after{position:absolute;width: 10px;height: 10px;content:"";left:0;top: calc(50% - 5px);background:#c24815;}
.kaoshiRL0303 p{margin-bottom:20px;padding-left:20px;}

/*================20260328完善信息==================*/
.wanshanXX {background-color: #fff;padding: 30px;border-radius: 8px;box-shadow: 0 2px 10px rgba(0,0,0,0.1);width: 800px;margin: 0 auto 30px;}
.wanshanXX h1 {text-align: center;color: #333;margin-bottom: 30px;font-size: 24px;}
.wanshanXX .info-item {margin-bottom: 25px;}
.wanshanXX .info-item strong {display: block;color: #2d3748;margin-bottom: 8px;font-size: 16px;}
.wanshanXX .info-item strong b{color:red;padding-left: 3px;}
.wanshanXX .info-item .tips {color: #666;font-size: 14px;margin-bottom: 10px;line-height: 1.5;}
.wanshanXX input[type="text"],
.wanshanXX select {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 15px;
	outline: none;
	transition: border-color 0.3s;
}
.wanshanXX input[type="text"]:focus,select:focus {border-color: #4299e1;}
.wanshanXX .radio-group {display: flex;gap: 20px;margin-top: 10px;flex-wrap: wrap;}
.wanshanXX .radio-group label {display: flex;align-items: center;gap: 5px;color: #333;font-size: 15px;}
.wanshanXX .agree {display: flex;align-items: center;gap: 10px;margin: 30px 0;color: #333;font-size: 14px;flex-wrap: wrap;}
.wanshanXX .btn-group {display: flex;justify-content: center;gap: 20px;}
.wanshanXX .btn {
	padding: 10px 30px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
}
.wanshanXX .submit-btn {background-color: #4299e1;color: #fff;}
.wanshanXX .submit-btn:hover {background-color: #3182ce;}
.wanshanXX .reset-btn {background-color: #e2e8f0;color: #333;}
.wanshanXX .reset-btn:hover {background-color: #cbd5e1;}
.wanshanXX .warning {
	background-color: #fffaf0;
	border-left: 4px solid #fed4a0;
	padding: 12px 15px;
	margin: 20px 0 20px;
	color: #744210;
	font-size: 14px;
	border-radius: 4px;
}

/*研究生专业0510修改*/
.ZY_Box .txttop0510{border-bottom: 1px dashed #ddd;padding-bottom: 10px;font-size: 13px;line-height:28px;}
.ZY_Box .txttop0510 b{width: 6%;}
.slide_ZY0510{min-height:inherit;}
.diyuSX0510{font-size:14px;}
.diyuSX0510 select{width: auto;text-align: center;}
.zhuanyeXQ_name0510{background:url(../images/bgFF.png);padding:20px 40px;margin: 5px 0;-webkit-background-size: cover;background-size: cover;}
.zhuanyeXQ_name0510 b{font-size: 26px;}
.zhuanyeXQ_name0510 h3 em{color: #2a9d1b;background: #ecfadd;display:inline-block;padding:0 10px;border-radius:3px;border:1px solid #bbe9af;margin-left: 15px;vertical-align: text-bottom;}
.zhuanyeXQ_name0510 h3{margin-bottom: 6px;}
.zhuanyeXQ_name0510 p{color: #333;}
.zhuanyeXQ_name0510 p span{margin-right:20px;}

/*20260509研究生专业*/
.yjsTab0509, .ksyx0510{width: 100%;margin-bottom:20px;}
.yjsTab0509 tr td{padding:5px 0;}
.yjsTab0509 tr td .box{display:flex;justify-content: space-between;padding:8px 10px;line-height: 38px;box-shadow:0 0 5px #ddd;border-radius:6px;}
.yjsTab0509 tr td a{width:120px;text-align: center;border-radius: 6px;line-height: 38px;height: 38px;font-size: 15px;cursor: pointer;background: #f4fff4;border:1px solid #bbe9af;}
.yjsTab0509 tr td a b{font-weight: normal;}
.yjsTab0509 tr:hover{color: #2a9d1b;}
.yjsTab0509 tr a:hover{background:#2a9d1b;color: #fff;}

.ksyx0510 .box{box-shadow:0 0 6px #ddd;padding:10px;border-radius:6px;display:flex;position: relative;}
.ksyx0510 .box img{width: 46px;height: 46px;border-radius:50%;margin-right: 10px;}
.ksyx0510 tr td{padding:8px 0;}
.ksyx0510 tr td a{font-weight: bold;}
.ksyx0510 tr td dt span{font-size: 13px;color: #2a9d1b;background:#eefff1;padding:2px 8px;border-radius:4px;margin-left: 10px;}
.ksyx0510 tr td dt span:nth-of-type(2){background:#e6f5ff;color: #0099ff;}
.ksyx0510 tr td dt span:nth-of-type(3){background:#fff9dd;color: #c67219;}
.ksyx0510 tr td dd{font-size: 14px;color: #666;margin-top: 5px;}
.ksyx0510 tr td dd i{font-size: 12px;}
.ksyx0510 tr td a:hover{color: #079cff;text-decoration:underline;}
.ksyx0510 .box p{position: absolute;line-height: 70px;right:20px;top: 0;color: #666;}

/*一流本科课程*/
.YLclass{}
.YLclass table{width:100%;border:1px solid #ffe7ca;padding:1px;border-radius:6px;line-height:42px;text-align:center;}
.YLclass table thead th{background:#ffe7ca;border:1px solid #fff;}
.YLclass table tbody tr:nth-child(odd) td{background:#fff9f2;border:1px solid #fff;}
/*两院院士*/
.YLclass_LYYS{}
.YLclass_LYYS table{width:100%;}
.YLclass_LYYS table tbody tr td{background:#fff9f2;border-bottom:5px solid #fff;padding:20px 15px;}
.YLclass_LYYS table tbody tr td:nth-child(1){background:#ffe7ca;text-align:center;color:#920f15;}

/*二级学科介绍弹框0520*/
.popWin{width:100%;height:100%;background:rgba(0,0,0,.5);position:fixed;left:0;top:0;z-index:10000;}
.XKJS0520{}
.second_level{background:#fff;border-radius:8px;width:1200px;margin:3vh auto;height:94vh;overflow:hidden;position:relative;}
.second_level_txt{max-height:81vh;overflow-y:scroll;padding:20px;}
.second_level h3{text-align:center;font-size:22px;font-weight:bold;padding:30px 0 0;box-shadow:0 3px 3px #ddd;color:darkslategray;}
.second_level h3 span{display:block;font-weight:normal;font-size:14px;color:forestgreen;margin-top:10px;background:aliceblue;padding:3px;}
.second_level h4{font-size:18px;margin-bottom:10px;}
.second_level h4 span{background:aliceblue;padding:3px 5px;font-weight:bold;color:darkslategray;}
.second_level h4 span i{margin-right:3px;font-weight:normal;}
.second_level .box{margin-bottom:30px;}
.second_level .box p{text-indent:30px;line-height:28px;}
.second_level_kszy {box-shadow:0 0 6px #ddd;text-align:center;}
.second_level_kszy span{ color:#ff6601;display:block;padding:16px 0;font-size:17px;cursor:pointer;}
.second_level_kszy span i{font-size:20px;vertical-align:text-bottom;}
.closeD0520{position:absolute;right:15px;top:15px;}
.closeD0520 i{font-size:40px;}

/*院校专业计划弹框0520*/
.YXplan0520{}
.YXplan0520 .txt {
    /*background: #fff url(../images/KTBlogo1.png) no-repeat 30px 15px;*/
    background: #fff;
    border-radius: 8px;
    width: 1100px;
    max-height: 95vh;
    padding:20px 30px;
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -45%); 
    -webkit-background-size: 90px;
    background-size: 60px;
}
.YXplan0520 .KTBlogo_popwin{position:absolute;width:200px;height:100px;border-radius:100px 100px 0 0;top:-80px;left:calc(50% - 100px);background:#fff;text-align:center;}
.YXplan0520 .KTBlogo_popwin img{width:90px;margin-top:15px;}
.YXplan0520 .txt h3{font-size:18px;text-align:center;letter-spacing:1px;margin-bottom:15px;font-weight:bold;}
.YXplan0520 .txt p{margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;}
.YXplan0520 .txt h4{text-align:center;font-weight:bold;margin-bottom:8px;}
.YXplan0520 .txt p span{font-weight:bold;background:#f7fff7;padding:3px 5px;}
.YXplan0520 .txt p i{font-weight:normal;margin-right:3px;}
.YXplan0520 .txt p em{font-size:18px;display:flex;align-items:center;}
.YXplan0520 .txt p img{width:35px;margin-right:8px;}
.YXplan0520 .txt_tj{margin:0 0 35px;}
.YXplan0520 .txt_tj .shuru{width:32%;display:flex;line-height:38px;}
.YXplan0520 .txt_tj .shuru input{border:1px solid #eee;border-radius:4px;height:40px;width:215px;padding:0 10px;}
.YXplan0520 .txt_tj .shuru input:focus{border-color:#a7e3a3;}
.YXplan0520 .txt_tj .yearS0526{display:flex;line-height:38px;}
.YXplan0520 .txt_tj .yearS0526 select{border:1px solid #eee;border-radius:4px;height:40px;padding:0 10px;}
.YXplan0520 .txt_tj .CC0525{}
.YXplan0520 .txt_tj .CC0525 div{line-height:40px;margin-right:15px;}
.YXplan0520 .txt_tj .CC0525 div input{width:16px;height:16px;-webkit-appearance:none;background:#eee;border-radius:50%;border:1px solid #ddd;vertical-align:text-bottom;}
.YXplan0520 .txt_tj .CC0525 div label{border-radius:4px;height:40px;color:green;color:#999;margin-left:3px;}
.YXplan0520 .txt_tj .CC0525 div input[type="radio"]:checked{background:url(../images/icon_01.gif) no-repeat left center;background-size:17px;border:none;}
.YXplan0520 .txt_tj .CC0525 div input:checked + label{color:green;font-weight:bold;}
.YXplan0520 .txt .jieGuo0520{width:100%;text-align:center;border-top:1px solid #a7e3a3;border-right:1px solid #a7e3a3;margin-bottom:10px;font-size:14px;}
.YXplan0520 .txt .jieGuo0520 th{border-bottom:1px solid #a7e3a3;border-left:1px solid #a7e3a3;padding:8px;background:#f1fff1;color:green;}
.YXplan0520 .txt .jieGuo0520 td{border-bottom:1px solid #a7e3a3;border-left:1px solid #a7e3a3;padding:10px;height:62px;}
.YXplan0520 .txt .jieGuo0520 tr td:nth-child(3){width:505px;text-align:left;}
.YXplan0520 .txt .jieGuo0524 tr td:nth-child(3){width:auto;text-align:center;}
.YXplan0520 .txt .jieGuo0524 tr td:nth-child(5){text-align:left;}
.YXplan0520 .txt .zhu0521{color:#666;font-size:12px;}

.YXplan0520 .txt .cxBtn0520{text-align:center;}
.YXplan0520 .txt .cxBtn0520 .greenBtn{background:linear-gradient(to top,#11bf0e,#1c8127);box-shadow:0 0 8px #fff inset;border-radius:4px;color:#fff;width:100px;height:39px;font-size:16px;}

/*暂未开放20260521*/
.No_open{text-align:center;font-size:30px;font-weight:bold;background:#fff;min-height:79vh;color:#666;}
.No_open i{font-weight:normal;font-size:60px;margin-top:30vh;display:inline-block;margin-bottom:3vh;}

/*====================================================模拟填报20260522===================================================*/
.pici0522 h3{font-size:18px;margin-bottom:15px;position:relative;padding-left:20px;}
.pici0522 h3::after{content: "";width: 10px;height: 10px;background: #ab3731;position: absolute;left: 0;top: calc(50% - 5px);}
.pici0522 ul{flex-wrap:wrap;}
.pici0522 ul li{text-align:center;padding-bottom:12px;margin-bottom:10px;width:24%; margin-right:1%; border-radius:4px;cursor:pointer;position:relative;margin-top:5px;transition: all .2s linear;border:1px solid #fff;overflow:hidden;}
.pici0522 ul li p{background:#0c9eff;padding:5px 0;color:#fff;margin-bottom:7px;}
.pici0522 ul li.YSL p{background:#fd7979;}
.pici0522 ul li.TYL p{background:#3eb138;}
.pici0522 ul li b{display:block;}
.pici0522 ul li em{display:block;}
.pici0522 ul li i{display:none;font-size:19px;vertical-align:text-bottom;}
.pici0522 ul li.PTL{background: #e6f5ff;color:#004aba;}
.pici0522 ul li.YSL{background: #fff2f2;color:#a40000;}
.pici0522 ul li.TYL{background: #f1fff1;color:#1b4f20;}
.pici0522 ul li:hover{margin-top:0;box-shadow:0 3px 5px #ccc;}
.pici0522 ul li.PTL:hover{border-color:#96d5ff;}
.pici0522 ul li.YSL:hover{border-color:#f9d6d6;}
.pici0522 ul li.TYL:hover{border-color:#bfe9bc;}
.pici0522 ul li.on i{display:inline-block;}


/*志愿填报*/
.zhiYuan h4{font-weight: bold;margin-bottom: 16px;}
.zhiYuan h4 a{color:#020202;text-decoration: underline;}
.zhiYuan h3{text-align: center;font-size: 20px;font-weight: bold;margin-bottom:15px;}
.zhiYuan ul.xuhao li{display: inline-block;margin:0 10px 10px;}
.zhiYuan ul.xuhao li{color:#999;cursor:pointer;}
.zhiYuan ul.xuhao li.on{color:#020202;}
.zhiYuan table{border-left:1px solid #5693d7;border-top:1px solid #5693d7;margin-bottom: 20px;}
.zhiYuan table td{border-right:1px solid #5693d7;border-bottom:1px solid #5693d7;padding: 5px;}
.zhiYuan table td span{}
.zhiYuan table input[type="text"]{border:1px solid #b6d5eb;height: 24px;width: 40px;text-align: center;border-radius:3px;margin-right: 5px;}
.zhiYuan table input[type="checkbox"]{width:15px;height:15px;vertical-align:inherit;}
.zhiYuan .tabAA td{text-align:center;}
.zhiYuan .tabAA thead th{font-weight: bold;background: #ededff;text-align: center;color:#020202;border-right:1px solid #5693d7;border-bottom:1px solid #5693d7;padding: 5px;}
.zhiYuan .tabAA li{display: inline-block;margin-bottom: 5px;}
.zhiYuan .tabAA td p{color:#020202;}
.zhiYuan .tabAA td:nth-child(1){color:#0404fa;text-align: center;width:165px;}
.zhiYuan .tabAA td:nth-child(2){width:74px;}
.zhiYuan .tabAA td:nth-child(3){text-align:left;width:160px;}
.zhiYuan .tabAA td:nth-child(4){text-align:left;cursor:pointer;}
.zhiYuan .tabAA tr:hover{background:aliceblue;}
.tabBB i{color:#0404fa;}
.tabBB select{border:1px solid #b6d5eb;height: 24px;}
.tabBB td{width: 33.33%;}

.tjbc{text-align: center;}
.tjbc input{width:150px;height:38px;background:#46bf5d ;color:#fff;border-radius:3px;font-size:15px;}
.tjbc button{width:150px;height:38px;color:#fff;border-radius:3px;font-size:15px;background:#2499dd;margin-left:5px;}
.tjbc button:hover{}

.tqp_B0523{display:flex;justify-content:space-between;margin-bottom:20px;}
.tqp_B0523 li{background: aliceblue;border-radius:3px;line-height:58px;width:24%;text-align:center;border:1px solid #96d5ff;position:relative;}
.tqp_B0523 li i{position:absolute;top:0;right:10px;font-size:20px;display:none;}
.tishi0523{font-weight:bold;color:red;margin-bottom:20px;}
.tishi0523 p:nth-child(2){margin-left:75px;}
.tqp_B0523 li.on{color: #fff;font-size:16px;background:linear-gradient(to top, #41b3ff, #008be8);}
.tqp_B0523 li.on i{display:inline-block;}
.tqp_B0523 li em{font-size:20px;margin-right:15px;vertical-align:middle;}
.tqp_B0523 li.on em{font-size:26px;}

/*20260524查看志愿预填表*/
.H_yxzy_cx{width: 1200px;margin:0 auto;overflow: hidden;}
.H_yxzy_cx h3{text-align: center;font-size: 20px;font-weight: bold;margin-bottom: 15px;}
.H_yxzy_cx table{width: 100%;}
.H_yxzy_cx table td{padding:3px;}
.ww2{margin-bottom: 20px;}
.ww2 table{border-top:1px solid #5693d7;border-right:1px solid #5693d7;text-align: center;}
.ww2 table td, .ww2 table th{padding:6px;border-bottom:1px solid #5693d7;border-left:1px solid #5693d7;}
.ww2 table thead{background: #ECECFF;}
.ww2 table tbody tr td:nth-child(3), .ww2 table tbody tr td:nth-child(12){text-align: left;}
.ww2 table a:hover{color:blue;}
.TZ_short{width:30px;border:1px solid #999;height: 20px;text-align: center;}






