@charset "utf-8";
/* CSS Document public*/
*{font-family:Arial, Helvetica,"Microsoft Yahei", sans-serif; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{padding:0;margin:0;font-family:Arial,"Microsoft Yahei",Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased; line-height: 1; font-size:14px;overflow-x: hidden;}
html,body{ min-height:100vh;} html{ overflow:-moz-scrollbars-vertical;} 

.loader{ position:fixed; top:0; right:0; bottom:0; left:0; z-index:1000000; background:#fff}

html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/ content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clearfix{*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/}

a{text-decoration:none;bblr:this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:this.onfocus=this.blur); cursor:handbblr:this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px; vertical-align:middle}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow{ overflow:hidden}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*缓慢效果*/
.slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*缓慢效果*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}
.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.overfloat-dot-2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.overfloat-dot-3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.overfloat-dot-4{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.overfloat-dot-5{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.overfloat-dot-6{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.overfloat-dot-7{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/  /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/  /*透明背景*/

.a_body{ position:relative}
ul li,dl dd{ vertical-align:top}
img{ vertical-align:middle}
a{ color:inherit}

input,button,textarea {background: none; outline: none;border: none;-webkit-appearance:none; border-radius:0}
input:focus {border: none;}

input::-webkit-input-placeholder{ color:#999;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#999;}

textarea::-webkit-input-placeholder{ color:#999;}
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999;}
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}

.w100{width:100%}
.w1400{ max-width:1400px;margin:0 auto}
.w1600{max-width:1600px;margin:0 auto}
.w1800{max-width:1800px;margin:0 auto}
.layui-img-responsive{ max-width:100%;}
.img_zd{ position:relative; width:100%}
.img_zd .img_hezi{ padding-bottom:60% !important}
.img_zd>img{ position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; object-fit:cover}

h5 a{ display:inline-block; width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
ul li:hover h5 a{ color:#ff0000}
.more a{ -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.box_table{ display:table; table-layout: fixed; width:100%; height:100%}
.box_table_cell{ display:table-cell; vertical-align:middle}
.box_table_cell *{ white-space:normal; word-wrap:break-word; }

/*内容样式*/
.ar_article td,
.ar_article th{ padding:15px 10px; border: 1px solid #ededed; vertical-align:middle;}
.ar_article td p,
.ar_article th p{ padding-bottom:0; margin-bottom:0;}
.ar_article table {border-collapse: collapse;border-right: 1px solid #ededed;border-bottom: 1px solid #ededed; width:100%}
.ar_article table tr:not(:first-child) td{}
.ar_article table td { border-left: 1px solid #ededed;border-top: 1px solid #ededed; }
.ar_article{font-size:14px;color:#7d7c7c;line-height:30px; }
.ar_article p{font-size: 1.25rem;color: #323232;line-height: 2.375rem;margin-bottom: 2.375rem;}
.ar_article p:last-child{ margin-bottom:0}
.ar_article strong{ font-weight:bold;}
.ar_article img{ max-width:100%; margin-left:-2.5rem;border:none !important;}
.ar_article a{ color:#717173;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5{ font-weight:bold;}
.ar_article h1{ font-size:2.25rem; margin-bottom:1.25rem}.ar_article h2{ font-size:1.875rem; margin-bottom:0.875rem;}.ar_article h3{ font-size:1.5rem; margin-bottom:0.9375rem}
.ar_article h4{ font-size:1.125rem; margin-bottom:0.875rem}.ar_article h5{ font-size:0.875rem; margin-bottom:0.75rem}.ar_article h6{ font-size:0.75rem; margin-bottom:0.75rem}
.ar_article ul li,
.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important; margin-left:2rem; list-style:inherit !important;}
.ar_article ul li p,
.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }
.ar_article ul,
.ar_article ol{ margin-bottom:0.9375rem;}
.ar_article sub {vertical-align:sub; font-size: smaller;}
.ar_article sup { vertical-align:super; font-size: smaller;}
.ar_article img{ display:inline-block;}

#vsb_content_2 P{font-size: 1.25rem !important;color: #323232 !important;line-height: 2.375rem !important;}

/*百度播放器美化*/
#playercontainer_display_button,#video1_display_button,#video2_display_button{ background:none !important; height:40px; width:40px !important; border:2px solid #fff; border-radius:50%; padding:0 !important;}
#playercontainer_display_button #playercontainer_display_button_play,#video1_display_button #video1_display_button_play,#video2_display_button #video2_display_button_play{background-size: 25px;}
#playercontainer_display_button,#video1_display_button,#video2_display_button{ height:40px !important; margin-top: -20px !important;}
#playercontainer_display .cbpreview,#video1_display .cbpreview,#video2_display .cbpreview{ opacity: .75 !important;}

/*Slider 开始*/
.miso_qh{ opacity:0; visibility:hidden; transition:0.6s}
.miso_qh.miso-initialized{ opacity:1; visibility:visible;}
.miso-slider{ position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; z-index:0}
.miso-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; z-index:0}
.miso-list:focus{outline: none;}
.miso-list.dragging{ cursor: pointer; cursor: hand;}
.miso-slider .miso-track,
.miso-slider .miso-list{ -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.miso-track {position: relative;left: 0;top: 0;display:inline-block;zoom: 1;margin-left: auto;margin-right: auto;vertical-align: top;}
.miso-track:before,
.miso-track:after{ display: table; content: '';}
.miso-track:after{ clear: both;}
.miso-loading .miso-track{ visibility: hidden;}
.miso-slide { float: left; height: 100%; min-height: 1px; display: none; -moz-user-select:text; -khtml-user-select: text; user-select:text;}
[dir='rtl'] .miso-slide{ float: right;}
.miso-slide img{ display: block;}
.miso-slide.miso-loading img{ display: none;}
.miso-slide.dragging img{ pointer-events: none;}
.miso-initialized .miso-slide{ display: block;}
.miso-loading .miso-slide{ visibility: hidden;}
.miso-vertical .miso-slide{ display: block; height: auto;}
.miso-arrow.miso-hidden {display: none;}

.miso-loading .miso-list{ background: #fff ;}
.miso-arrow{ z-index:1}
.miso-prev,
.miso-next{font-size: 0;line-height: 0;  position: absolute; top: 50%; display: block; width: 20px; height: 20px;padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent;}
.miso-prev:hover,
.miso-prev:focus,
.miso-next:hover,
.miso-next:focus{ color: transparent; outline: none; background: transparent;}
.miso-prev:hover:before,
.miso-prev:focus:before,
.miso-next:hover:before,
.miso-next:focus:before{ opacity: 1;}
.miso-prev.miso-disabled:before,
.miso-next.miso-disabled:before{ opacity: .25;}

.miso-prev:before,
.miso-next:before{ font-size:2rem; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight:bold; cursor:pointer}

.miso-prev{ left: 0px;}
[dir='rtl'] .miso-prev{ right: 0px; left: auto;}
.miso-prev:before{ content: ''; font-family:simsun;}
[dir='rtl'] .miso-prev:before{ content: ''; font-family:simsun;}

.miso-next{ right: 0px;}
[dir='rtl'] .miso-next{ right: auto; left: 0px;}
.miso-next:before{ content: ''; font-family:simsun;}
[dir='rtl'] .miso-next:before{ content: ''; font-family:simsun;}

/* Dots */
.miso-dots { position: absolute; bottom:0; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.miso-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.miso-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer;}
.miso-dots li button:focus{ outline: none; }
.miso-dots li.miso-active a{ transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg);}

/* Arrows */
.miso-prev, .miso-next {position: absolute;display: block;height: 20px;width: 20px;line-height: 0;font-size:0; cursor: pointer;background: transparent;color: transparent;padding: 0;border: none;outline: none;top: 50%;z-index: 1;}
.miso-prev{ left:0}
.miso-next{ right:0}
.miso-lightbox .miso-prev:before,.miso-lightbox .miso-next:before{ width:32px; height:32px; display:block}
.miso-lightbox .miso-prev:before{ content: ''; background: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/left_svg.svg") center no-repeat;}
.miso-lightbox .miso-next:before{ content: ''; background: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/right_svg.svg") center no-repeat;}
@media(max-width: 768px){
	.miso-prev, .miso-next{ width:20px; height:20px;}
	.miso-lightbox .miso-prev:before,.miso-lightbox .miso-next:before{ width:20px; height:20px; background-size:20px 20px}
} 
/*Slider 结束*/


.piaofu{ width:65px; position:fixed; right:15px; z-index:100000; bottom:30%}
.piaofu .anniu{display:inline-block;width: 60px;height: 60px;line-height: 60px;background: #fff;border-radius: 100%;margin-bottom: 5px;}
.piaofu .anniu a{ display:block; width:100%; height:100%; position:relative; z-index:1}
.piaofu .anniu a h4{line-height: 60px;}
.piaofu .anniu:hover a h4{ -webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}
.piaofu .anniu a h6{ font-size:12px; color:#6a6c6d}
.piaofu .anniu.anniu01,.piaofu .anniu.anniu02{ cursor:pointer; position:relative}
.piaofu .anniu.anniu01 .piao_ewm{border-radius: 2px;position:absolute;left: -109px;bottom: -1px;border: #e5e5e5 1px solid; display:none}
.piaofu .anniu.anniu01 .piao_tel{border-radius: 30px;position:absolute;width: 230px;height:60px;right: 0;top: 0;background:#3b73cb;display:none;padding: 0 35px;font-size: 20px;color: #fff;}
.piaofu .anniu.anniu02{ display:none}
.piaofu .anniu.anniu02 a h4{margin-top:-3px;}
.anniu_close img{ position:absolute; top:-15px; right:-10px; width:18px; height:18px; cursor:pointer}

.Statistical{display:inline-block; margin-left:12px;}
.Statistical span,.Statistical span img{ vertical-align:top}
.bd_weixin_popup{ box-sizing:content-box}
.bd_weixin_popup .bd_weixin_popup_foot{ text-align:center !important}

@-webkit-keyframes anim-open-2 {
	0% { opacity: 0; -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	2.083333% { -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	4.166667% { -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	6.25% { -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	8.333333% { -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	10.416667% { -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	12.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	14.583333% { -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	16.666667% { -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	18.75% { -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	20.833333% { -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	22.916667% { -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	25% { -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	27.083333% { -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	29.166667% { -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	31.25% { -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	33.333333% { -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	35.416667% { -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	37.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	39.583333% { -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	41.666667% { -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	43.75% { -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	45.833333% { -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	47.916667% { -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	50% { opacity: 1; -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	52.083333% { -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	54.166667% { -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	56.25% { -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	58.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	60.416667% { -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	64.583333% { -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	66.666667% { -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	68.75% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	70.833333% { -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	72.916667% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	75% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	77.083333% { -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	79.166667% { -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	81.25% { -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	83.333333% { -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	85.416667% { -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	87.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	89.583333% { -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	91.666667% { -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	93.75% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	95.833333% { -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	97.916667% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	100% { opacity: 1; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes anim-open-2 {
	0% { opacity: 0; -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	2.083333% { -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	4.166667% { -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	6.25% { -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	8.333333% { -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	10.416667% { -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	12.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	14.583333% { -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	16.666667% { -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	18.75% { -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	20.833333% { -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	22.916667% { -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	25% { -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	27.083333% { -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	29.166667% { -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	31.25% { -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	33.333333% { -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	35.416667% { -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	37.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	39.583333% { -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	41.666667% { -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	43.75% { -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	45.833333% { -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	47.916667% { -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	50% { opacity: 1; -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	52.083333% { -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	54.166667% { -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	56.25% { -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	58.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	60.416667% { -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	64.583333% { -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	66.666667% { -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	68.75% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	70.833333% { -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	72.916667% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	75% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	77.083333% { -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	79.166667% { -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	81.25% { -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	83.333333% { -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	85.416667% { -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	87.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	89.583333% { -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	91.666667% { -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	93.75% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	95.833333% { -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	97.916667% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	100% { opacity: 1; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@-webkit-keyframes anim-close-2 {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale3d(0.8, 0.8, 1); }
}

@keyframes anim-close-2 {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale3d(0.8, 0.8, 1); transform: scale3d(0.8, 0.8, 1); }
}


#gotop{position:fixed;z-index:90;bottom: 2rem;right: 1rem;box-sizing:border-box;text-align:center;cursor:pointer;-moz-transition:all .5s;-webkit-transition:all .5s;width: 2.875rem;height: 2.875rem;line-height: 2.875rem;background: #d7b961;opacity:1;visibility:visible;overflow:hidden;}
#gotop.hide{ height:0; opacity:0; visibility:hidden}
#gotop svg{width: 1.375rem;height: 1.375rem;display: inline-block;fill: #fff;vertical-align: middle;margin: -3px 0 0; transition:.6s}
#gotop:hover{ border-radius:50%}
#gotop img{ width:100%}

@font-face{ font-family:CO1251N; src:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/font/CO1251N.ttf");}
@media (max-width:4000px){html{font-size:16px;}}
@media (min-width:1600px) and (max-width:1940px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:14px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:14px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:13px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:13px;}}
@media (max-width:328px){html{font-size:12px;}}

/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.w1200{ margin:0 auto; padding:0 50px; max-width:1620px;}

.header_box_li{position: relative;z-index: 1;height: 8rem;}

.header_box{position: relative;z-index: 10000;height: 0;}
#header{position: fixed;height: 8rem;z-index:999;width:100%;transition: 0.36s;background-size:cover;}
.header_box_li #header:before{content:"";position:absolute;height: 11.125rem;top:0;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/head-bg.png") center no-repeat;background-size: 100% 100%;pointer-events: none;}
.header_box_li #header:after{content:"";position:absolute;height: 3px;top:0;left: 0;right: 0;background: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/footer_bg.png") center repeat-y;background-size:100% auto;}
#header.xg:before{background: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/head-bg.png") center repeat-x;background-size: auto 99%;height: 8rem;}
.header_top{position: relative;height: 3.5rem;padding: 0;text-align: right;z-index: 10000;overflow: hidden;}
.header_top .tianqi{ display:inline-block; height:4rem}
.header_top .search_btn{display:inline-block;float: none;font-size: 14px;color: rgba(255,255,255,.5);}

.header_top .search {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 20;
}
.header_top .search .input {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -.5rem;
    top: -12px;
    bottom: auto;
    height: 40px;
    width: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.header_top .search .input input {
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 0 2rem 0 1rem;
    color: #333;
}
.header_top .search .btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.header_top .search .btn input{cursor: pointer;position: absolute;z-index: 1;left: 0;top: 0;right:0;bottom: 0;height: 100%;width: 100%;}
.header_top .search .btn svg{width: 18px;height: 18px;fill:#fff;}
.header_top .search:hover .btn svg{
    fill: #6510AD;
}





.header_top .search:hover .input {
    width: 16.25rem;
    opacity: 1;
    visibility: visible;
}

.list_box0{ display:inline-block; vertical-align:top}
.list_box0 .li{font-size: 14px;color: rgba(255,255,255,.5);display: inline-block;transition:.6s;margin-left: 2.3rem;position: relative;line-height: 4.875rem;}
.list_box0 .li>a{display:block;font-family: "Microsoft Yahei";}
.list_box0 .li a>img{margin: -2px .625rem 0 0;}
.list_box0 .li a .ewm_box{display:inline-block;border:#d3d3d3 1px solid;background:#fff;position:absolute;left:50%;transform: translateX(-50%) scaleY(1);top: 3.5rem;opacity: 1;visibility: visible;transform-origin:top;display: none;}
.list_box0 .li a .ewm_box:before{content:"";position:absolute;border-left:transparent 6px solid;border-right:transparent 6px solid;border-bottom: #fff 6px solid;top: -6px;left: 50%;margin-left: -6px; }

#m_header .list_box0{ float:right}
#m_header .list_box0 .li{ line-height:60px;}
#m_header .list_box0 .li a .ewm_box{ top:60px}
#m_header .list_box0 .li a>img{height: 12px;}
 

.list_box_01{font-size:0;white-space:nowrap;padding: .625rem;}
.list_box_01 li{display: block !important;margin: 0 15px !important;text-align:center;}
.list_box_01 li h3 img{ border:#ededed 1px solid; width:85px; height:85px;}
.list_box_01 li h5{font-size:.75rem;color:#666666;line-height:20px;margin: 0;}

.list_box0 .li:after{content:"";position:absolute;left: -1.25rem;width:1px;height: 16px;background: rgba(255,255,255,.5);top: 50%;margin-top: -8px;opacity: .8;}
.list_box0 .li:first-child:after{ display:none}
.header_box .w1200{height:100%;position:relative;}
/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/
#header #logo{ }
#header #logo .box_table{ width:auto}
#logo{float:left;height: 9rem;position: relative;}
#logo img{}
#logo img.img2{ display:none}
#nav{float: right;margin-right: 1.375rem;}
#nav ul{}
#nav ul li{float:left;z-index:0;margin-left: 3.8rem;height: 3.5rem;position: relative;}
#nav ul li a{display:block;padding: 0;position: relative;z-index: 2;}
#nav ul li h3{font-size: 1.25rem;color:#fff;line-height: 3rem;position:relative;transition: .36s;display: inline-block;font-weight: bold;}
#nav ul li h3:after{content:"";position:absolute;left: 50%;top: calc(100% + 2px);transition:.6s;border-left: transparent .75rem solid;border-right: transparent .75rem solid;border-bottom: #fff 1rem solid;margin-left: -.75rem;opacity:0;visibility:hidden;}
#nav ul li.on1 h3:after{ opacity:1; visibility:visible}
#nav ul li i{display:block;position:absolute;width: 12px;height: 12px;right: -1.375rem;top: 50%;margin-top: -6px;transition:.3s;background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/xiala.svg") center no-repeat;background-size:100% auto;}
#nav ul li a i{ margin:-3px 0 0 .625rem; display:inline-block; width:10px; height:5px; background:; transition:.5s}
#nav ul li.on a i, #nav ul li:hover a i{ background:;}
#nav ul li a i{ display:inline-block;  width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;background:#fff;width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;}
#nav ul li .sub .box{padding: 0;text-align:center;}
#nav ul li .sub a{padding: 8px 40px;line-height: 28px;transition:.6s;font-size: 14px;color: #666666;text-align: center;white-space: nowrap;}
#nav ul li .sub a:hover{color: #fff;background: #4e12a8;}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav>ul>li.on h3,#nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3{}

#nav>ul>li h3:before{content:"";display:block;position:absolute;width: 12px;height: 12px;right: -1.375rem;top: 50%;margin-top: -6px;transition:.3s;background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/xiala.svg") center no-repeat;background-size:100% auto; display:none}
#nav>ul>li.xiala h3:before{ display:block}
#nav>ul>li:hover h3:after,#nav ul li.on h3:after{  transform:scale(1);}
#nav>ul>li.noSubMenu h3:before{ display:none}

.search_btn{cursor:pointer;text-align: center;float:left;transition:.6s;margin: 0;position: relative;}
.search_btn img{margin: 0;}
#header .dw2{float:left;height: 90px;width: 53px;cursor:pointer;position:relative;margin-right: 1.5rem;transition:.6s;margin-left: 1rem;}
#header .dw2 .j_tab{ }
#header .dw2:after{content:"";width:1px;height: 16px;display:block;position:absolute;background: rgba(255,255,255,.75);right: -1.5rem;top: 50%;margin-top: -8px;}
#header .dw2.yuyan:before{content:"";width:1px;height:100%;display:block;position:absolute;left:0;top:0;display: none;}
#header .dw2 .dh{height: 23px;line-height: 23px;text-align:center;font-size: 13px;color:#fff;cursor:pointer;transition:.6s;}
#header .dw2 .dh span{padding-right: 14px;width: 53px;height: 23px;display: inline-block;font-style: italic;}
#header .dw2 .dd{padding-bottom:10px;padding-top:10px;position:absolute;top:100%;width: 100%;text-align:center;background: #acce22;left: 0;border: 1px solid #acce22;opacity: 0;visibility: hidden;transition: 400ms;transform: translateY(15px);}
#header .dw2 .dd:before{content:"";display:inline-block;border:8px solid transparent;border-bottom: 8px solid #acce22;position:absolute;top:-16px;left:50%;margin-left:-8px;}
#header .dw2 .dd a{display:block;text-align:center;line-height:30px;color: #fff;font-size:13px;padding:0 10px;}
#header .dw2 .dd a:hover{ font-weight:bold; }
#header .dw2.on .dd{opacity:1; visibility: visible; transform: translate(0);}


.search_btn{cursor: pointer;}
.search_btn svg{display:inline-block;fill:#fff;width: 16px;height: 16px;vertical-align: middle;}

.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 18rem;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: #4e12a8;transition: .6s;left: 0;right: 0;z-index: 1;}
.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.search-dialog-box .search-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0,0,0,.7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
	transition: .6s;
}

.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: 2.75rem;
	line-height: 3.5rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 50rem;
	margin: 0 auto;
	padding: 0 0.5rem 0 1.5rem;
	background-color: rgba(255,255,255,.1);
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 4.5rem;
	width: calc(100% - 3.5rem);
	background-color: transparent;
	font-size: 1.25rem;
	line-height: .5rem;
	color: #fff;
	transition: all .3s;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
    color:rgba(255,255,255,0.5);  
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color:rgba(255,255,255,0.5); 
} 
.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn{
	float: right;
	height: 4.5rem;
	width: 3.5rem;
}

.search-dialog .search-input input[type=submit]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;

	background-size: 1.5rem;
	background-image: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/search-btn.svg");
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);

	background-repeat: no-repeat;
	background-position: center;
	background-image: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/close-btn.svg");
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=submit]{

}

.search-dialog .hot-search{
	font-size: 0;

	width:19.5rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;

	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	background-image:;
}
.search-dialog .hot-link{
	margin-left: 1rem;
}


.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color:#fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before{
	content: "";
	position: absolute;
	left:0%;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #fff;
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .3s;
}
.search-dialog-box .bottom-box{
	position: absolute;
	left: 0;
	bottom:5.1%;
	width:100%;
}
.search-dialog-box .bottom-box .share-box{
	overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
	font-size: .35rem;
	line-height:.5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg{
	visibility: visible;
	opacity: 1;
}
.header-right.is-open .search-btn .con-box{
	display:none;
}
.header-right.is-open .close-btn{
	display:block;
}
.header-right.is-open .item .search-bg{
	transform:scale(1);
}
.search-dialog-box.on{
	opacity: 1;
	visibility: visible;
}
.search-dialog-box.on .search-bg{height: 100vh;}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-image: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/close-btn.svg");
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}

/*顶部搜索*/
.tc_search {margin: 0 1.3rem;width: calc(100% - 2.6rem);position: absolute;top: 8rem;}
.tc_search .header-search{height: 40px;border-radius: 0;background: rgba(255,255,255,.1);position: relative;width: 100%;margin-bottom: 1rem;}
.tc_search .focus_js{font-size:.875rem;color: #fff;height: 40px;line-height: 40px;padding: 0 1rem;box-shadow: none;-webkit-appearance: none;border-right: 0;background: none;width: 90%;}
.tc_search .btn_blue { position: absolute; top: 0; right: 0; width: 40px; height: 38px; line-height: 38px; border: 0; background: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/search_white.svg") center center no-repeat; background-size: 1.2rem; }
.tc_search .btn_blue.fr { background: #e9edef; color: #4e4f53; }
.tc_search input::-webkit-input-placeholder {
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
c color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#fff;
color: rgba(255,255,255,.7);
}/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
color: transparent;
}/* Mozilla Firefox 19+ */
 .tc_search input:focus::-moz-placeholder {
color: transparent;

}/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
color: transparent;
}/* 点击搜索框获取焦点 placeholder消失-结束 */
/*导航按钮开始*/
#nav_btn_box {height: 100%;z-index: 999999999;float: right;margin-left: 20px;}
#nav_btn_box.on { background: none; }
#nav_btn { }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before { background: #fff; }
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 1.875rem; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 1.75rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 14px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 1.75rem;height: 1px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn { background: transparent; }
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }
/*导航按钮结束*/
.m_nav_list {flex-direction: column;justify-content: flex-start;width: 100%;overflow: auto;margin: 81px 0 0;}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105%;top: 0;display: none;padding: 1.5rem 0 7rem;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/footer_bg.png") center repeat-y;background-size: 100% auto;}
#m_nav .close{position:absolute;top: 6px;right:15px;font-size: 28px;color:#fff;z-index: 10000;}

#m_nav.act { pointer-events: auto; right: 0; }
#m_nav>ul>li {width: 100%;overflow: hidden;padding: 0 0 0 2.3rem;position: relative;}
#m_nav>ul>li {border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a { display: inline-block; width: calc(100% - 30px) }
#m_nav li .a {line-height: 4rem;height: 4rem;color: #fff;padding: 0;font-size: 14px;float: left;}
#m_nav li .a span { display: block; position: absolute; top: 0; right: 10px; width: 20px; height: 50px; text-align: center; }
#m_nav li .a span i { font-size: 0; }
#m_nav li i {opacity: 1;filter: alpha(opacity=100);display: inline-block;width: 15%;height: 4rem;display: inline-block;background: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/arrow_down.svg") calc(100% - 2rem) center no-repeat;background-size: 13px 13px !important;position: absolute;display: block;right: 0;}

#m_nav li.on i {background: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/arrow_down_on.svg") calc(100% - 2rem) center no-repeat;}
#m_nav .on.title .a i { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); }
#m_nav li { display: block; width: 100%; }
.slide_nav { position: absolute; left: 0; height: 70px; z-index: 998; padding: 15px; top: 0; width: 100%; }
#m_nav .title .list { display: none; position: relative; width: 100%; z-index: 9; left: 0; margin-left: 0; background: none; border: 0; clear: both; padding-bottom: 10px; }
#m_nav .title .list span { background: none; }
#m_nav .title .list span a:hover { color: #c21d1b; }
#m_nav .title .list a {display: block;font-size: 1rem;color: rgba(255,255,255,.6);text-align: left;line-height: 40px;height: 40px;border: 0;font-weight: 300;}
/*三级导航 开始*/
#m_nav .title .list .void>a { background-size: 10px; position: relative; }
#m_nav .title .list .void>a:before { content: "·"; position: absolute; left: -1em; font-size: 12px; font-weight: bold; }
#m_nav .title .list span { position: relative; display: block; }
#m_nav .title .list span .sub { position: static; width: 100%; display: block !important; overflow: hidden; }
#m_nav .title .sub a { background: none; font-size:.875rem;
opacity: .8; min-width: 50%; float: left; display: inline-block; color: #999; }
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }
.m_header_box {transition: .6s;display: none;height: 60px;}
#m_header #logo .box_table, #nav_btn_box .box_table { width: auto; float: left; }
.m_header_box header{padding:0 15px;top: 0;height: 60px;box-shadow: 0 3px 5px rgba(0,0,0,.05);position: fixed;top: 0;left: 0;right: 0;z-index: 100;background: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/footer_bg.png") center repeat-y;background-size: 100% auto;}
#m_header #logo{height: 60px;float: left;}
#m_header #logo img{max-height:60%;max-height: 31px;}
#m_header .yuyan{ height:4.5rem; float:right; margin-right:4rem;}
#m_header .yuyan span{ display:block; width:24px; height:24px; line-height:24px; color:#fff; font-size:.9rem; text-align:center; margin-left:17px; background:rgba(255,255,255,.3);}


.banner{overflow:hidden;width: 100vw !important; position:relative}
.banner ul li{}
.banner ul li a{display:block;position:relative;padding-bottom: 41.666667% !important;}
.banner ul li a img{position:absolute;top:0;right:0;bottom:0;left:0;width: 100%;height:100%;object-fit:cover;}
.banner ul li a video{position:absolute;top:0;right:0;bottom:0;left:0;width: 100%;height:auto;background:#000;}

.banner.on ul li.miso-current a h5{ transform:translateY(0); opacity:1; visibility:visible}


.banner .miso-dots li{
    width: 2.375rem;
    padding-top: .625rem;
    height: auto;
    margin: 0 .06rem;
    background: transparent;
    opacity: 1;
    transition: .3s;
    color: #fff;
    font-family: "Philosopher";
    position: relative;
    font-size: .18rem;
}
.banner .miso-dots li button{color:#fff;width: 100%;font-size: 1.125rem;font-family: CO1251N;}

.banner .miso-dots li:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 0;
    background: rgba(255, 255, 255, .5);
    top: 1.125rem;
    position: absolute;
    left: -2.625rem;
    transition: .3s;
}

.banner .miso-dots li:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 0;
    background: rgba(255, 255, 255, .5);
    top: 1.125rem;
    position: absolute;
    right: -2.625rem;
    transition: .3s;
}

.banner .miso-dots li.miso-active {
    opacity: 1;
    background: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/morebgw.svg") no-repeat top center;
    margin: 0 3rem;
    background-size: 100% .625rem;











}


.banner .miso-dots li.miso-active:before {
    width: 2.5rem;
}

.banner .miso-dots li.miso-active:after {
    width: 2.5rem;
}

.banner .miso-dots{
    bottom: 1.4rem
}

.title001{ margin-bottom:1.875rem; position:relative}
.title001 h3{ display:inline-block; font-size:1.625rem; color:#323232}
.title001 a{position:absolute;right:0;display:inline-block;padding: 1rem .5rem 0;background: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/morebg.svg") no-repeat top center;background-size: 100% .875rem !important;font-size: .875rem;color: #4e12a8;transition: .5s; top: -.25rem;}

.title001 a:hover{ background: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/morebg_on.svg") no-repeat top center; color:#c2a244}

.container01{ padding:4.75rem 0 5rem; overflow:hidden; background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/container01_bg.png") right bottom no-repeat}

.list_box_02{ padding:2.5rem 2.5rem 0; margin:0 -.9375rem; position:relative; z-index:1; margin-bottom:3.5rem}
.list_box_02:before{ content:""; position:absolute; left:.9375rem; right:.9375rem; top:0; height:10.625rem; background:#f0f6fd; z-index:-1}
.list_box_02 li{ float:left; width:25%; padding:0 .9375rem}
.list_box_02 li a{ display:block; transition:.5s}
.list_box_02 li a .img_box{ position:relative}
.list_box_02 li a .img_box .img_hezi{ padding-bottom:71.81% !important}
.list_box_02 li a h6{background: rgba(127,18,173, .8);width:90px;line-height:26px;text-align:center;font-size:.875rem;color:#fff;font-family:Times New Roman;position:absolute;left:-.625rem;bottom: .625rem;}
.list_box_02 li a h5{ font-size:1rem; color:#323232; line-height:1.5rem; height:3rem; transition:.5s; margin:1rem 0}

.list_box_03_box{ border-top:#d7b961 2px solid; border-bottom:#d7b961 2px solid; padding:1.25rem 0; overflow:hidden}
.list_box_03{ margin:0 -1.75rem}
.list_box_03 li{float:left;width:33.333333%;padding:0 1.75rem;position:relative;min-height: 4.75rem;}
.list_box_03 li a{ display:block; position:relative}
.list_box_03 li a svg{width:.75rem;height:.75rem;fill:#9e9e9e;transition:.5s;position: absolute;right: 0;top: .375rem;}
.list_box_03 li:before{ content:""; position:absolute; right:0; top:.25rem; bottom:.25rem; width:1px; background:#e1e1e1}
.list_box_03 li h5{ font-size:1rem; color:#323232; line-height:1.625rem; max-height:3.25rem; transition:.5s; margin:0 0 .625rem; padding:0 1.875rem 0 0}
.list_box_03 li h6{ font-size:.875rem; color:#4e12a8;}

.list_box_03 .miso-arrow{ width:2.125rem; height:4.375rem; background-size:100% 100% !important; transition:.5s; opacity:0; }
.list_box_03 .miso-prev{ background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/list_box_03_prev.png") center no-repeat; left:1.75rem}
.list_box_03 .miso-next{ background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/list_box_03_next.png") center no-repeat; right:1.75rem}

/*==========================================公共 结束=============================================*/


/*==========================================首页 开始=============================================*/

.container02{padding: 2.5rem 0 8.125rem;background: #f0f6fd;position:relative;z-index:1;background-size:cover; overflow:hidden}
.container02:before{content:"";position:absolute;top:0;right:0;bottom:8.125rem;left:0;background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/container02_bg.png") center bottom no-repeat;z-index: -1;}
.container02:after{content:"";position:absolute;left:6.25rem;bottom:5.625rem;width:59.90%;height:6.255rem;background:#913fbc;z-index: -2;}

.container02 .left{width:calc(100% - 21.875rem);padding: 0 6rem 0 2.5rem;}
.container02 .left .fl01{padding: 2.75rem 2.5rem;background: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/list_box_04_bg.png") left center no-repeat;background-size: auto 100%;max-width: 100%;height: 21.875rem;}
.container02 .left .fl01 .ll{ width:8.75rem; padding:5px; background:#d7b961; position:relative}
.container02 .left .fl01 .ll a{ display:block; position:relative}
.container02 .left .fl01 .ll .miso-arrow_box{ position:absolute; bottom:0; right:-1.875rem; overflow:hidden}
.container02 .left .fl01 .ll .miso-arrow_box .miso-arrow1{ float:left; cursor:pointer}
.container02 .left .fl01 .ll .miso-arrow_box .miso-arrow1 img{ width:1.875rem; height:1.875rem; transition:.5s}

.container02 .left .fl01 .ll .img .img_hezi{ padding-bottom:153.84% !important}
.container02 .left .fl01 .ll a .top{ position:absolute; top:0; right:0; bottom:0; left:0; text-align:center; padding:1rem 0 0}

.container02 .left .fl01 .rr{width:calc(100% - 8.75rem);padding: 1rem 0 0 1.875rem;}

.list_box_04 li h5{ font-size:1.125rem; color:#fff; font-weight:bold; line-height:1.25; transition:.5s}
.list_box_04 li p{ font-size:.875rem; color:#fff; line-height:1.625rem; height:3.25rem; transition:.5s; opacity:.6; margin:1.25rem 0 1.5rem}
.list_box_04 li h6{ font-size:.875rem; color:#d7b961;}
.list_box_04 li h6 img{ margin:-3px 0 0 .75rem; display:inline-block; transition:.5s}

.list_box_04 .miso-arrow{}

.container02 .left .fl02{ padding-bottom:4rem}

.list_box_05{ margin:4.125rem 0 0; padding-bottom:2.25rem}
.list_box_05 li{ text-align:center}
.list_box_05 li .ico{ position:relative; display:inline-block; width:6.25rem; height:6.25rem; line-height:6.125rem; border-radius:50%; background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/ico_bg.png") center no-repeat; background-size:100% 100%; z-index:1}
.list_box_05 li .ico:before{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:#d7b961; border-radius:50%; opacity:.2; transition:.5s; transform:scale(0); z-index:-1}
.list_box_05 li .ico img{ display:inline-block; max-height:4rem; transition:.5s}
.list_box_05 li .con{ padding:1rem 0 0}
.list_box_05 li .con h3 big{ font-size:1.5rem; color:#fff; font-weight:bold; font-family:"Microsoft Yahei"}
.list_box_05 li .con h3 small{ font-size:.875rem; color:#fff; margin-left:.375rem}
.list_box_05 li .con h6{ font-size:.875rem; color:#fff; line-height:1.5; opacity:.6; margin:.25rem 0 0}

.list_box_05 .miso-dots{ padding:0; }
.list_box_05 .miso-dots li{ width:.5rem; height:.5rem; border:#fff 1px solid; border-radius:50%}
.list_box_05 .miso-dots li.miso-active{ background:#fff}

.container02_box{ position:relative; z-index:1; background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/container02_box_bg.png") .5% bottom no-repeat}

.container02 .right{ width:21.875rem; padding:1.5rem 0 0}
.container02 .right .top{ background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/container02_right_dot1.png") left top no-repeat; position:relative; z-index:1; padding-bottom:.125rem}
.container02 .right .top:before{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/container02_right_dot2.png") right bottom no-repeat; z-index:-1}
.container02 .right .top h2{ font-size:1.625rem; color:#fff; line-height:1.25; text-align:center; margin-bottom:1.375rem}
.container02 .right .top .ar_article p{ font-size:.875rem; color:#fff; line-height:1.5rem; margin-bottom:1.5rem; text-indent:1.75rem}

.container02 .right .bottom{ background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/list_box_06_bg.jpg") center no-repeat; background-size:cover; padding:.75rem 0; text-align:center; margin:4rem 0 0}
.list_box_06{ margin:0 -5px}
.list_box_06 li{ display:inline-block; padding:0 5px;width: 9rem;}
.list_box_06 li .ewm{ background:rgba(255,255,255,.7); padding:.625rem}
.list_box_06 li .ewm img{ width:5.625rem}
.list_box_06 li h5{background:#7a4fd6;height: 44px;padding:.25rem .5rem;font-size:12px;color:#fff;line-height:18px;}


.container03{ overflow:hidden; padding:4.75rem 0 0}
.container03 .left{ width:30rem;}

.list_box_07{ margin:0 -.625rem}
.list_box_07 li{ float:left; width:50%; padding:0 .625rem; margin-bottom:1.25rem}
.list_box_07 li a{display:block;position:relative;text-align:center;}
.list_box_07 li a .img .img_hezi{ padding-bottom:78.26% !important}
.list_box_07 li a .top{ position:absolute; top:0; right:0; bottom:0; left:0}
.list_box_07 li a .top h3 img{transition:.5s;max-height: 5rem;}
.list_box_07 li a .top h5{ font-size:1.25rem; color:#fff; letter-spacing:.125rem; margin:1rem 0 0}

.container03 .right{ width:calc(100% - 30rem); padding:0 0 0 2.5rem}

.list_box_08{ margin:-1.375rem 0 0}
.list_box_08 li{ border-bottom:#e5e5e5 1px solid}
.list_box_08 li a{ display:block; line-height:4.125rem; height:4.125rem; font-size:0}
.list_box_08 li a span{ display:inline-block; width:5.25rem; position:relative; font-size:.875rem; color:#4e12a8; font-family:Times New Roman}
.list_box_08 li a span:before{ content:""; position:absolute; right:0; top:50%; width:1px; height:6px; background:#d8d8d8; margin-top:-3px}
.list_box_08 li a font{ display:inline-block; width:calc(100% - 5.25rem); padding:0 0 0 .875rem; font-size:1.125rem; color:#323232; transition:.5s; vertical-align:top}

.list_box_09{ margin:0 -1.875rem; position:relative}
.list_box_09:before{ content:""; position:absolute; left:50%; top:0; bottom:2.5rem; width:1px; background:#dfdfdf}
.list_box_09 li{float:left;width:50%;padding:0 1.875rem;margin-bottom: 2.5rem;}
.list_box_09 li a{ display:block}
.list_box_09 li a .img{ width:15rem; float:left}
.list_box_09 li a .img .img_hezi{ padding-bottom:79.16% !important}
.list_box_09 li a .con{ width:calc(100% - 15rem); padding:0 0 0 1.375rem; float:left}
.list_box_09 li a .con .top{border-bottom:#e3e3e3 1px solid;padding: 0 0 .75rem;}
.list_box_09 li a .con .top h5{ font-size:1.125rem; color:#323232; line-height:1.75rem; height:3.5rem; font-weight:bold; transition:.5s}
.list_box_09 li a .con .con_li p{ font-size:.875rem; color:#999999; line-height:1.5rem; height:4.5rem; margin:.5rem 0 1.5rem}
.list_box_09 li a .con .con_li h6{ font-size:.875rem; color:#4e12a8;}
.list_box_09 li a .con .con_li h6 img{ margin:-3px 0 0 .75rem; display:inline-block; transition:.5s}

.container04{ padding:4rem 0 2rem; overflow:hidden}

footer{ background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/footer_bg.png") center repeat-y; background-size:100% auto; padding:3rem 0}
footer .right p{ font-size:.875rem; color:#fff; line-height:1.875rem; margin:1rem 0 0}

/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

.n_banner{ position:relative}
.n_banner .img .img_hezi{ padding-bottom:26.04% !important}

.n_banner .mianbao{position:absolute;bottom: -2.5rem;left:0;right:0;text-align: left;z-index:1;font-size:.875rem;color: #b68fcf;background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/mianbao_bg.png") center no-repeat;height: 5rem;background-size: 1480px 100%;line-height: 5rem; transition:.5s}
.mianbao_box{ padding:0 0 0 4.375rem}
.n_banner .mianbao em{  font-style:normal; color:#fff}
.n_banner .mianbao span{font-size:1.875rem;margin:0 .375rem;vertical-align: top;}
.n_banner .mianbao img{ margin:0 .625rem 0 0}
.n_banner .mianbao a:hover{ color:#fff}

.n_erji .content{ background:#403435 url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/mianbao_bg.png") 90% top no-repeat; height:70px; position:relative; top:-35px; padding:0 2.375rem}
.n_erji .content .left{ margin:-10px 0; background:#94070a; height:calc(100% + 20px)}
.n_erji .content .left{ font-size:2.25rem; color:#fff; padding:0 2.5rem; margin-right:1.5rem}
.n_erji .content .left .box_table{ width:auto}
.n_erji .content .right ul li{ font-size:1rem; color:#fff; float:left}
.n_erji .content .right ul li a{ display:block; transition:.5s; padding:0 2rem; line-height:70px}
.n_erji .content .right ul li.on a, .n_erji .content .right ul li:hover a{ background:#94070a}

#nav_slide{line-height: 50px;position: relative;z-index: 2;}
#nav_slide #bnt_back{position:absolute;left: 15px;top:-2px;}
#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}
#nav_slide .n_title{height: 50px;background: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/footer_bg.png") center repeat-y;background-size: 100% auto;}
#nav_slide h1{font-size: 16px;color: #fff;text-align: center;}
#bnt_sub_nav{position: absolute;right: 15px;top: 14.5px;cursor: pointer;}
#bnt_sub_nav img{display: block;height: 20px;}
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #f2f2f2; display: none; z-index: 9;width: 100%;}
#sub_nav_content ul{}
#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #dedede;padding: 0 15px;}
#sub_nav_content ul li a{display: inline-block;font-size: 14px;padding: 0;color: #333;width: 88%;}
#sub_nav_content ul li i{float:right;font-family: simsun;font-style: normal;font-weight: bold;}
#sub_nav_content ul li ul li{border:0;line-height:40px;padding-left: 10px;}
#sub_nav_content ul li ul li a{font-size: 13px; color: #666;}
#sub_nav_content ul li.on>a{color: #c2a244;}

#sub_nav_content ul li ul{ display:none}
#nav_slide{ display:none}

.n_container{padding: 5rem 0 6rem;}
.n_container .w1200{ max-width:1540px}

.j_pages img{ max-width:100%}

.list_box_titu{margin-bottom:2.5rem;}
.list_box_titu li{margin-bottom: 0;border-bottom: #dedede 1px solid;}
.list_box_titu li a{display:block;transition:.5s;padding: 2.5rem 1.5rem;font-size: 0;align-items: center;position:relative;z-index:1;overflow:hidden;}
.list_box_titu li a:before{content:"";position:absolute;left: 5.375rem;top:.25rem;bottom:.25rem;z-index:-1;width: 1px;transition:.5s;}
.list_box_titu li .left{width: 6.875rem;height: 100%;float: none;display: inline-block;vertical-align:top; padding:3rem 0 0}
.list_box_titu li .left .time_box{width: 5rem;position:relative;transition:.5s;}
.list_box_titu li .left .time_box:before{}
.list_box_titu li .left .time{text-align:center;margin: 0;height: 100%;}
.list_box_titu li .left .time h3{font-size: 2.25rem;color: #4e12a8;font-weight:bold;margin-bottom: .25rem;transition:.5s;font-family:Times New Roman;} 
.list_box_titu li .left .time h6{font-size: .875rem;color: #666666; transition:.5s; font-family:Times New Roman} 
.list_box_titu li .left .time h5{font-size: .875rem;color: #999999;transition:.5s;border-top: #dedede 1px solid;padding: 1.25rem 0 0;margin: 1rem 0 0;} 
.list_box_titu li .left .time .libai{font-size:.875rem;color:#999999;border-top:#dedede 1px solid;margin: 1.25rem 0 0;padding: 1.5rem 0 0;}
.list_box_titu li .right{width: calc(100% - 6.875rem);float: none;display: inline-block;}
.list_box_titu li .right .img_box{display: table-cell;padding-right: 1.875rem;width: calc(21.875rem + 1.875rem);}
.list_box_titu li .right .img{}
.list_box_titu li .right .img, .list_box_titu li .right .img img{width: 100%;height: 13.75rem;overflow:hidden;object-fit:cover;background: #e6e6e6;}
.list_box_titu li .right .con{display: table-cell;vertical-align:top;padding: .5rem 0 0;}
.list_box_titu li .right .con h5{font-size:1.25rem;color: #323232;line-height: 1.25;font-weight:bold;transition:.5s;}
.list_box_titu li .right .con p{font-size: 1rem;color: #666666;line-height: 1.75rem;height: 5.25rem;margin: 2rem 0 0;}
.list_box_titu li .right .con span{display:inline-block;font-size: 12px;color: #666666;width:100px;height:30px;line-height:30px;background: #e5e5e5;border-radius: 6px;text-align:center;transition:.5s;}

.erji_nav{ margin-right:2.5rem}
.erji_nav li{ float:left;}
.erji_nav li a{ display:inline-block; padding:0 1.75rem; font-size:1.125rem; color:#fff; position:relative; transition:.5s}
.erji_nav li a:before{ content:""; position:absolute; right:0; top:50%; width:1px; height:1.25rem; margin-top:-.625rem; background:rgba(255,255,255,.4); transition:.5s}
.erji_nav li:last-child a:before{ display:none}

.erji_nav li.on a{ background:#d7b961}
.erji_nav li.on a:before{ opacity:0}

.list_box_dantiao{ margin:0 -1.125rem; margin-bottom:4rem}
.list_box_dantiao li{ float:left; width:50%; padding:0 1.125rem; position:relative; margin:-.5px 0}
.list_box_dantiao li a{ display:block; position:relative; background-size:cover; transition:.5s; height:7rem; border:#dedede 1px solid; border-left:#ffffff 1px solid; border-right:#ffffff 1px solid}
.list_box_dantiao li a:after{ content:""; position:absolute; top:-4px; right:-3px; background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/list_box_dantiao_bg1.png") center no-repeat; width:3.9375rem; height:3.75rem; background-size:cover; opacity:0; visibility:hidden; transition:.5s}
.list_box_dantiao li a .time{ width:3.25rem; text-align:right}
.list_box_dantiao li a .time h3{ font-size:2.25rem; color:#4e12a8; font-family:Times New Roman; font-weight:bold}
.list_box_dantiao li a .time h6{ font-size:.875rem; color:#666666; margin:.25rem 0 0; font-family:Times New Roman;}
.list_box_dantiao li a .con{width:calc(100% - 3.255rem);padding:0 0 0 2.5rem;position:relative;display:block;align-items:center;height: 3.5rem;}
.list_box_dantiao li a .con:before{ content:""; position:absolute; left:1.25rem; background:#dedede; top:.25rem; bottom:.25rem; width:1px}
.list_box_dantiao li a .con h5{font-size:1.25rem;color:#323232;line-height:1.75rem;transition:.5s;max-height: 3.5rem;}

.list_box_dantiao li a:hover{ border:#d7b961 1px solid; background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/list_box_dantiao_bg.jpg") center no-repeat; background-size:cover; padding:0 1.75rem; box-shadow: 0px 2px 10px 0px rgba(91, 96, 107, 0.16); z-index:1}
.list_box_dantiao li:nth-child(1) a, .list_box_dantiao li:nth-child(2) a{ border-top:#fff 1px solid}
.list_box_dantiao li a:hover:after{ opacity:1; visibility:visible}

.n_left{ background:#f7f7f7; padding:20px 20px; width:340px;}
.n_left .box1{ padding-bottom:2.5rem; margin-bottom:2.5rem; background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/list_box_02_bg.png") center bottom no-repeat;}
.n_left .list_box_02:before{ display:none}
.n_left .list_box_02{padding: 0 0 1rem; margin-bottom:0 }
.n_left .list_box_02 .miso-dots{ padding:0; bottom:0; }
.n_left .list_box_02 .miso-dots li{ float:none; padding:0; margin:0 .25rem; width:.75rem; height:.75rem; background:#c4b2df; border-radius:50%}
.n_left .list_box_02 .miso-dots li.miso-active{ background:#4e12a8}

.list_box_031{}
.list_box_031 li{position:relative; border-bottom:#e7e7e7 1px solid; padding-bottom:1rem; margin-bottom:1rem}
.list_box_031 li a{ display:block; position:relative}
.list_box_031 li a svg{width:.75rem;height:.75rem;fill:#9e9e9e;transition:.5s;position: absolute;right: 0;top: .375rem;}
.list_box_031 li h5{ font-size:1rem; color:#323232; line-height:1.625rem; max-height:3.25rem; transition:.5s; margin:0 0 .625rem; padding:0 1.875rem 0 0}
.list_box_031 li h6{ font-size:.875rem; color:#4e12a8;}

.n_news_detail .ar_article_box .nav01{margin-bottom: 2rem;text-align: center;}
.n_news_detail .ar_article_box h3{color: #323232;font-size: 2.125rem;line-height: 1.5;margin-bottom: 1rem;}
.n_news_detail .ar_article_box h6{display: block;color: #999999;font-size: 0.875rem;line-height: 1.5;margin-bottom: 0;vertical-align: top;border-bottom: #d7b961 2px solid;padding: 0 0 1rem;text-align: left;}
.n_news_detail .ar_article_box h6 span{margin: 0 1.5rem 0 0;position: relative;}
.n_news_detail .ar_article_box h6 span img{ margin:-3px 6px 0 0}
/*====上一篇下一篇====*/
#ar_fot{position:relative;padding: 20px 0 0;box-sizing: border-box;width: 100%;border-top: #e5e5e5 1px solid;margin-top: 2rem;}
#ar_fot h1{display:block;width: 100%;line-height: 2.75rem;color: #323232;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 1.125rem;}
#ar_fot h1 span{font-weight: bold;}
#ar_fot h1 a{color: #323232;font-weight:normal;transition: .5s;}
#ar_fot .bnt_back{ position:absolute; top:28px; right:0; color:#fff; background:#063579; padding:0 25px; font-size:14px; height:30px; line-height:30px;}
#ar_fot .bnt_back:hover{ border-radius:3px;}
#ar_fot h1 a:hover{color: #d7b961;}

.n_news_detail01 h4{ font-size:1.5rem; color:#000000; font-weight:bold; margin:2.5rem 0 1rem; text-align:center}
.n_news_detail01 .ar_article p{ line-height:2.5rem; margin-bottom:0.375rem}

.shart_box{display:inline-block; cursor:pointer}
.social-share{font-family:"socialshare" !important;font-size: 1rem;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale;display: inline-block;vertical-align: top;margin: 0;transition:.5s;float: right;z-index: 10;color: #848484;margin: 0;position: absolute;top: 0;left: 4rem;white-space: nowrap;}.social-share *{font-family:"socialshare" !important}.social-share a{position:relative;text-decoration:none;margin: 0;display:inline-block;outline:none;}.social-share .social-share-icon{position:relative;display:inline-block;width: 1.25rem;height: 1.25rem;border-radius: 0;line-height: 24px;border: none;color: #666666;text-align:center;vertical-align: top;transition:background 0.6s ease-out 0s;transition: .6s;font-size: 13px;background: #ececec;margin-left: .5rem;background-size: 100% 100% !important;}.social-share .social-share-icon:hover{
}.social-share .icon-weibo{border-color:#ff763b;}.social-share .icon-weibo:hover{background:#ff763b}.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}.social-share .icon-tencent:hover{background:#56b6e7}.social-share .icon-qq{}.social-share .icon-qq:hover{}.social-share .icon-qzone{border-color:#FDBE3D;}.social-share .icon-qzone:hover{background:#FDBE3D}.social-share .icon-douban{color:#33b045;border-color:#33b045}.social-share .icon-douban:hover{background:#33b045}.social-share .icon-linkedin{border-color:#0077B5;}.social-share .icon-linkedin:hover{background:#0077B5}.social-share .icon-facebook{color:#44619D;border-color:#44619D}.social-share .icon-facebook:hover{background:#44619D}.social-share .icon-google{color:#db4437;border-color:#db4437}.social-share .icon-google:hover{background:#db4437}.social-share .icon-twitter{color:#55acee;border-color:#55acee}.social-share .icon-twitter:hover{background:#55acee}.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}.social-share .icon-diandian:hover{background:#307DCA}.social-share .icon-wechat{position:relative;border-color:#7bc549;}.social-share .icon-wechat:hover{background:#7bc549}.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-90px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}.social-share .icon-wechat:hover .wechat-qrcode{display:block}

.social-share .icon-weibo {background: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/share-icon01.svg") no-repeat center center !important;}
.social-share .icon-wechat {background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/share-icon02.svg") no-repeat center center !important;background-size: 100% 100% !important;}
.social-share .icon-qq {background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/share-icon03.svg") no-repeat center center !important;background-size: 100% 100% !important;}
.social-share .icon-qzone {background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/share-icon04.svg") no-repeat center center !important;background-size: 100% 100% !important;}

.n_right{ width:calc(100% - 340px); padding:0 0 0 40px}

.n_bg{ background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/n_bg_bg.jpg") left top no-repeat; padding-bottom:8rem}

.n_jzxj .left{ width:43.125rem; padding:2rem 0 0}
.n_jzxj .left h3{ font-size:2.25rem; color:#323232; line-height:1.25; padding-bottom:2.25rem; position:relative; margin-bottom:1.875rem}
.n_jzxj .left h3:before{ content:""; position:absolute; bottom:0; left:0; width:3.125rem; height:2px; background:#d7b961}
.n_jzxj .left .top p{ font-size:1.25rem; color:#323232; line-height:2.625rem}
.n_jzxj .left .bottom{border-top:#c5cad6 1px solid;padding: 2.25rem 0 0;margin-top: 2.25rem;}
.n_jzxj .left .bottom p{ font-size:1rem; color:#571eac; line-height:1.75rem;}
.n_jzxj .left .bottom .box{ margin:1.5rem 0 0; text-align:center;}
.n_jzxj .left .bottom .box .ico{ display:inline-block; width:7.5rem; height:7.5rem; border:#571eac 1px solid; border-radius:50%; text-align:center; line-height:7.5rem}
.n_jzxj .left .bottom .box .ico img{ max-height:4.1875rem}
.n_jzxj .left .bottom .box .con{ display:inline-block; text-align:left; padding:0 0 0 1.75rem; vertical-align:top}
.n_jzxj .left .bottom .box .con h5{ font-size:1rem; color:#323232; font-weight:bold; margin-bottom:.75rem}
.n_jzxj .left .bottom .box .con h6{ font-size:1rem; color:#323232; line-height:2.125rem; }
.n_jzxj .left .bottom .box .con h6 img{ margin:-3px .5rem 0 0}

.n_jzxj .right{ width:calc(100% - 43.125rem); padding:0 0 0 4.375rem}
.n_jzxj .right img{ width:100%}

.n_bg1{background:url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/n_bg1.jpg") left top no-repeat;padding-bottom: 5rem;}

.n_xy .fl01{ position:relative; margin-bottom:5rem}
.n_xy .fl01 .left{ width:39.375rem}
.n_xy .fl01 .left h4{font-size:1.25rem;color:#323232;font-weight:bold;line-height: 1.5;}
.n_xy .fl01 .left p{ font-size:.875rem; color:#323232; line-height:26px; margin:1.25rem 0 2rem}
.n_xy .fl01 .left .bottom{ display:flex; justify-content:space-between; }
.n_xy .fl01 .left .bottom .ll{ flex:1; border-right:#ededed 1px solid}
.n_xy .fl01 .left .bottom .rr{ flex:1}
.n_xy .h3{ font-size:2.25rem; color:#323232; line-height:1.25; padding-top:1.5rem; position:relative; margin-bottom:1.875rem}
.n_xy .h3:before{ content:""; position:absolute; top:0; left:0; width:3.75rem; height:4px; background:#d7b961}

.n_xy .fl01 .right{position:absolute;top:0;right:42.5rem;width: 52vw;}
.n_xy .fl01 .right img{ width:100%}

.n_xy .fl01 .left .bottom .ll{ padding:0 1.875rem 0 0}
.n_xy .fl01 .left .bottom .ll .fl001{display:flex;align-items: center;margin-bottom: 1.75rem;}
.n_xy .fl01 .left .bottom .ll .fl001 .con{padding: 0 0 0 1rem;}
.n_xy .fl01 .left .bottom .ll .fl001 .con h3 big{ font-size:1.5rem; color:#4e12a8; font-weight:bold; font-family:"Microsoft Yahei"}
.n_xy .fl01 .left .bottom .ll .fl001 .con h3 small{ font-size:.875rem; color:#323232; margin-left:.375rem}
.n_xy .fl01 .left .bottom .ll .fl001 .con h6{ font-size:.875rem; color:#323232; line-height:1.5; margin:.25rem 0 0}

.n_xy .fl01 .left .bottom .rr{ padding:0 0 0 1.875rem}
.n_xy .fl01 .left .bottom .rr .fl001{display:flex;align-items: center;margin-bottom: 1.75rem;}
.n_xy .fl01 .left .bottom .rr .fl001 .con{padding: 0 0 0 1rem;}
.n_xy .fl01 .left .bottom .rr .fl001 .con h3 big{ font-size:1.5rem; color:#4e12a8; font-weight:bold; font-family:"Microsoft Yahei"}
.n_xy .fl01 .left .bottom .rr .fl001 .con h3 small{ font-size:.875rem; color:#323232; margin-left:.375rem}
.n_xy .fl01 .left .bottom .rr .fl001 .con h6{ font-size:.875rem; color:#323232; line-height:1.5; margin:.25rem 0 0}

.list_box_10{display:flex;flex-wrap:wrap;justify-content: space-between;}
.list_box_10 li{max-width: 50%;text-align: center;}
.list_box_10 li .con{ padding:1rem 0 0}
.list_box_10 li .con h3 big{ font-size:1.5rem; color:#4e12a8; font-weight:bold; font-family:"Microsoft Yahei"}
.list_box_10 li .con h3 small{ font-size:.875rem; color:#323232; margin-left:.375rem}
.list_box_10 li .con h6{ font-size:.875rem; color:#323232; line-height:1.5;  margin:.25rem 0 0}
.list_box_10 li .con .p{ font-size:12px; color:#999999; line-height:1.5; white-space:nowrap}

.list_box_11{ display:flex; flex-wrap:wrap}
.list_box_11 li{ width:50%}
.list_box_11 li .con{ padding:0 0 0  1rem; border-left:#d7b961 1px solid; margin-bottom:1.25rem}
.list_box_11 li .con h3 big{ font-size:1.5rem; color:#d7b961; font-weight:bold; font-family:"Microsoft Yahei"}
.list_box_11 li .con h3 small{ font-size:.875rem; color:#323232; margin-left:.375rem}
.list_box_11 li .con h6{ font-size:.875rem; color:#323232; line-height:1.5;  margin:.25rem 0 0}
.list_box_11 li .con .p{ font-size:12px; color:#999999; line-height:1.5; white-space:nowrap}

.n_xy .fl02{position:relative;z-index: 1;padding: 3rem 0 2rem;}
.n_xy .fl02:before{content:"";position:absolute;top:-2rem;right: 34%;background:#f2f5fc;top: 0;bottom: 0;width: 85vw;z-index: -1;}
.n_xy .fl02 .left{ width:52.5rem; display:flex; flex-wrap:wrap}
.n_xy .fl02 .left .miso_box{ position:relative; z-index:1; padding:0 4rem 0 0}
.n_xy .fl02 .left .miso_box1{ width:50%;}
.n_xy .fl02 .left .miso_box2{ width:50%;}
.n_xy .fl02 .right{position:absolute;top: -6rem;left:52.5rem;width: 44vw;}
.n_xy .fl02 .right img{ width:100%}

.n_xy .fl02 .left .miso_box .top_box{position:absolute;top: 13px;right:4rem;left:0;height: 254px;display: flex;align-items: center;justify-content: center;text-align: center; z-index: -1;}
.n_xy .fl02 .left .miso_box .top_box h3{}
.n_xy .fl02 .left .miso_box .top_box h5{font-size:1.125rem;color:#323232;margin: .75rem 0 0;}

.list_box_12{display:flex;margin:0 -1.25rem;max-width: 100%;}
.list_box_12 li{/* flex:1; */padding:0 1.25rem;}
.list_box_12 li img{ max-width:100%;}
.list_box_12 li:first-child{ border-right:#c8cfdf 1px solid;}
 
/*==========================================内页 结束=============================================*/

@media(min-width: 768px){
	.list_box0 .li:hover{ opacity:1}
	
	.list_box_02 li:hover a h5{ font-weight:bold; color:#c2a244}
	
	.list_box_02 li:hover a{ transform:translateY(-.5rem)}
	
	.list_box_03 li:hover a svg{ fill:#4e12a8}
	.list_box_03 li:hover h5{ color:#c2a244; font-weight:bold}
	
	.list_box_03:hover .miso-arrow{ opacity:1}
	
	.container02 .left .fl01 .ll .miso-arrow_box .miso-arrow1 img:hover{ opacity:.8}
	
	.list_box_04 li a:hover h6 img{ transform:translateX(.5rem)}
	
	.list_box_05 li a:hover .ico img{ transform:rotateY(180deg)}
	.list_box_05 li a:hover .ico:before{ transform:scale(1)}

	
	.list_box_08 li a:hover font{ padding:0 0 0 1rem;}
	
	.list_box_08 li a:hover font{ color:#c2a244;}
	.list_box_07 li a:hover .top h3 img{ transform:rotateY(180deg)}
	.list_box_07 li a:hover .img img{ transform:scale(1.05)}
	
	.header_top .search_btn:hover, .list_box0 .li:hover{ color:#fff}

	
	.list_box_09 li a:hover .con .top h5{ color:#c2a244}
	.list_box_09 li a:hover .con .con_li h6 img{ transform:translateX(.5rem)}
	
	.list_box_titu li a:hover .right .con h5{ color:#c2a244}
	.list_box_titu li a:hover{ background:#4e12a8}
	.list_box_titu li a:hover .left .time h3, .list_box_titu li a:hover .left .time h6, .list_box_titu li a:hover .left .time h5, .list_box_titu li a:hover .right .con p{ color:#fff}
	
	.list_box_031 li:hover h5{ color:#c2a244}
}


@media(min-width: 992px) and (max-width: 1300px){
}

@media(max-width: 1830px){
	.w1800{ padding:0 15px}
}

@media(max-width: 1630px){

	.w1600{ padding:0 15px}
}

@media(max-width: 1400px){
}

@media(max-width: 1330px){
}

@media(max-width: 1200px){
	.w1200{ padding:0 15px}
	
	.header_box{ display:none}
	.m_header_box{ display:block}
	
	.container02 .left{ width:100%; padding:0}
	.container02 .right{width:100%;padding: 0 0 2rem;}
	
	.container02:before{ background: url("https://www.cavenetomi.com/__xh__/alumni.sem.tsinghua.edu.cn/images/container02_bg.png") center top no-repeat; background-size:cover}
	
	.n_banner .mianbao{ display:none}
	#nav_slide{ display:block}
	
	.n_container{ padding:2rem 0 3rem}
	
	.n_left{ width:100%; display:none}
	.n_right{ width:100%; padding:0 0 0}
	
	.n_jzxj .left{ width:100%; padding:0 0 2rem}
	.n_jzxj .right{ width:100%; padding:0 0 0}
	.n_jzxj .left .top p{ font-size:13px; line-height:26px}
	.n_jzxj .left h3{ font-size:1.5rem; padding-bottom:1rem}
	
	.n_jzxj .left .bottom .box .ico{ width:5rem; height:5rem; line-height:4.875rem}
	.n_jzxj .left .bottom .box .ico img{ max-height:2.5rem}
	.n_jzxj .left .bottom .box .con{ padding:1rem 0 0 1.25rem}
	
	.n_bg{ background-size:cover !important; }
	.n_jzxj .left .bottom .box .con h6 img{ max-height:12px; max-width:12px}
	
	.n_xy .fl01 .left{ width:100%;}
	.n_xy .fl01 .right{ width:100%; position:relative; padding:2rem 0 0; right:0}
	
	.n_xy .fl02 .left{ width:100%;}
	.n_xy .fl02 .right{width:100%;position:relative;padding:2rem 0 0;right:0;left:0;top: 0;}
	.n_bg1{ background:none}
	
	.n_xy .fl02:before{ display:none}
	.n_xy .fl02{ padding:0}
	
}

@media(max-width: 1060px){
	
}

@media(max-width: 992px){
	.list_box_02{ margin:0 -7px}
	.list_box_02 li{ width:50%; margin-bottom:.5rem; padding:0 7px}
	
	.list_box_02{ padding:1rem 0 0; margin-bottom:1.5rem}
	
	.list_box_03{ margin:0 -7px}
	.list_box_03 li{ padding:0 7px}
	
	.container01{padding:2.5rem 0 2.5rem;background-size: 80% auto;}
	
	.container02 .left .fl01{padding:2rem 0;height: 17rem;}
	
	.container03 .left{ width:100%}
	.container03 .right{ width:100%; padding:2rem 0 0}
	
	.list_box_09 li{ width:100%}
	.list_box_09:before{ display:none}
	.container02_box{ background-size:60% auto !important}
	
	footer{ padding:2rem 0}
	footer .left{ text-align:center; width:100%}
	footer .left img{ max-width:60%; margin:0 auto}
	footer .right{ text-align:center; width:100%}
	

	.list_box_titu li a:before{ display:none}
	.list_box_titu li .left{ display:none}
	.list_box_titu li .right{ width:100%}
	
	.list_box_titu li .right .img_box{width:100%;display:block;padding: 0 0 1.5rem;}
	.list_box_titu li .right .img, .list_box_titu li .right .img img{width:100%;height:auto;display: block;}
	.list_box_titu li .right .con{padding:0;display: block;}
	
	.list_box_titu li a{ padding:2rem 0}
	.list_box_titu li .right .con p{ margin:.5rem 0 0}
	
	.list_box_dantiao li{ width:100%}
	.list_box_dantiao li:nth-child(2) a{ border-top:#dedede 1px solid}
	.list_box_dantiao li a{ height:6rem}
}

@media(max-width: 768px){
	#gotop{ right:0; transform:scale(0.7)}
	.container02 .left .fl01 .ll a .top img{ max-height:8rem}
	
	.list_box_05{ margin:2rem 0 0}
	.list_box_05 li .ico img{ max-height:2.5rem}
	
	.container02 .right .top:before, .container02 .right .top{ background-size:2rem auto}
	.container02 .left .fl02{ padding-bottom:2rem}
	.list_box_04 li h5{ line-height:1.75rem; height:3.5rem; white-space:normal}
	.list_box_04 li p{margin: .75rem 0 1.5rem;}
	.container02 .left .fl01 .rr{ padding:0 0 0 1.25rem}
	.list_box_04 li h6 img{ width:1rem}
	
	.container02{ padding:2.5rem 0 2.125rem}
	.container02:before{ bottom:2rem}
	.container02:after{bottom: 1rem;left: 15px;}
	
	.container03{ padding:2.5rem 0 0}
	
         .list_box_06 li{width: 10rem;}

	.list_box_07 li a .top h3 img{ max-height:3rem}
	.list_box_09 li a .img{ width:12rem}
	.list_box_09 li a .con{ width: calc(100% - 12rem); padding:0 0 0 1rem}
	.list_box_09 li a .con .con_li p{ margin-bottom:0;}
	.list_box_09 li a .con .con_li h6{ display:none}
	
	.list_box_09 li{ margin-bottom:1.25rem}
	
	.container04{ padding:2.5rem 0 2rem}
	.list_box_08 li a font, .list_box_09 li a .con .top h5{ font-size:14px}
	
	.container02 .right .bottom{ margin:0 auto; max-width:23rem; margin-top:1.5rem}
	.list_box_05 li .ico{ width:5rem; height:5rem; line-height:4.875rem}
	
	.title001 h3{ font-size:1.5rem}

	.n_container{ padding:2.5rem 0}
	.list_box_titu{ margin-top:-2rem}
	
	.list_box_titu li .right .con h5{ font-size:15px;}
	
	.list_box_dantiao li a .con h5{ font-size:15px}
	
	.n_news_detail .ar_article_box h3{ font-size:1.5rem}
	.n_news_detail .ar_article_box h6 span img{/*height:12px;*/}
	.n_news_detail .ar_article_box h6 span{ margin:0 .5rem 0 0; white-space:nowrap}
	
	.ar_article p{ font-size:13px; line-height:26px; margin-bottom:26px; text-indent:26px;}
	.ar_article img{ margin-left:0px;height: auto;}
	
	.n_xy .fl01 .left .bottom{flex-wrap:wrap;display: block;}
	.n_xy .fl01 .left .bottom .ll{padding:0;border:none;width: 100%;/* flex: 0; */}
	.n_xy .fl01 .left .bottom .rr{padding: 1rem 0 0 0;width: 100%;}
	.list_box_10 li .ico img{ width:6rem}
	.n_xy .fl01 .left .bottom .ll .fl001 .ico img, .n_xy .fl01 .left .bottom .rr .fl001 .ico img{ width:6rem}
	
	.n_xy .h3{ font-size:1.5rem}
	.list_box_12{display:block;padding:0;margin: 0;margin-bottom: 1.5rem;}
	.list_box_12 li{width:100%;margin-bottom: 1.5rem;}
	
	.n_xy .fl02 .left .miso_box1{ margin-bottom:2.5rem}
	.n_xy .fl02 .left .miso_box1, .n_xy .fl02 .left .miso_box2{ width:100%; padding:0}
	.n_xy .fl02 .left .miso_box .top_box{ right:0; top:20px}

        .social-share .icon-wechat .wechat-qrcode{left: -94px;}
} 


@media(max-width: 456px){
	
} 

.pb_sys_style1 .p_no_d{border: 1px solid #4e12a8 !important;background-color: #4e12a8 !important;}
.pb_sys_common{font-size:1rem !important;}
.keywordfontcolor1048262{FONT-FAMILY:"微软雅黑" !important;font-size:1.25rem !important;color:#dd4b39 !important;}