/* Minification failed. Returning unminified contents.
(54,12): run-time error CSS1062: Expected semicolon or closing curly-brace, found '+'
 */
/*********************************
*作者:psh
*说明:      
时间：2018年9月25日
*********************************/

/***************去除默认样式Start********************/
*{padding: 0;margin: 0;box-sizing:border-box;border-collapse:collapse;}
body{font-size:12px;color: #333;background:#fff;  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,simsun,sans-serif;}
html{min-width:1024px;}
h1,h2,h3,h4,h5,h6,i{font-weight:normal;}
img{display:block;border:none;vertical-align:middle;}
button,textarea,input{font-family: "arial","Arial Black", Gadget, sans-serif;}
a{text-decoration: none;color: #000;}
i{font-style:normal;}
table{border-spacing: 0px;}
ul{list-style:none;}
.clear{clear:both;}
.hide{display: none;}
.w1200{width:1200px;margin:0 auto;}
.w1000{width:1000px;margin:0 auto;}
.width-130{width:130px !important;}
.width-410{width:410px !important;}
.width-440{width:440px !important;}
.bg-f9{background-color:#f9f9f9;}
.cursor-pointer{cursor:pointer!important;}
.red-text{color:red!important;}
.pre-line{white-space:pre-line; }


/* 设置滚动条的样式 */
::-ms-scrollbar{width:6px;}
::-webkit-scrollbar {width:6px;}
::-webkit-scrollbar:horizontal{height:6px;}
/* 滚动槽 */
::-ms-scrollbar-track{background:#ddd;}
::-webkit-scrollbar-track{background:#ddd;}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb{background:rgba(0, 0, 0, 0.2);border-radius:3px;}
::-webkit-scrollbar-thumb:window-inactive{border-radius:3px;}
::-ms-scrollbar-thumb{background:rgba(0, 0, 0, 0.2);border-radius:3px;}
::-ms-scrollbar-thumb:window-inactive{border-radius:3px;}
::-webkit-scrollbar-thumb:window-inactive {background: rgba(0,0,0,0.4); }
::-ms-scrollbar-thumb:window-inactive {background: rgba(0,0,0,0.4); }

/*返回顶部按钮*/
/*.global-scroll{z-index: 8999;position: fixed;width: 35px; height: 35px; right: 0;bottom: 172px;background-size: contain;background-repeat: no-repeat;cursor: pointer;background-image: url('/Content/Images/Website/scroll-top.png');display:none;}*/ 

.position-relative{position:relative!important;}
.text-align-center{text-align:center!important;}

/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*+height:1%;}
/**************去除默认样式End*********************/

/*===================官网Index==========================*/

/***************头部Start********************/


.header-top .web-login{position: relative;top: 120px;float:right;}
.header-top img{display:inline-block;margin-top: 19px;width: 455px;height: 80px;}
.header-top .web-login>ul>li{position:relative;float:left;margin:0 16px;line-height:26px;}
.header-top .web-login>ul>li:not(:last-of-type)::after{position: absolute;top: 6px;right: -16px;display:inline-block;height:14px;width:2px;background-color:#d9d9d9;content:'';}
.header-top .web-login>ul>li>a{color:#333;font-size:14px;}
.header-top .web-login>ul>li>a:hover{color:#014099;}


.header-bottom>.menu{margin:0 auto;width:1200px;height:41px;}
/*.header-bottom>.menu>li:not(:first-child)::before{display:inline-block;width:2px;height:10px;border-right:solid #fff 1px;content:"";}*/
.header-bottom>.menu>li{position:relative;float:left;height:100%;text-align: center;line-height:41px;}
.header-bottom>.menu>li.vertical{position: relative;top: 15px;width:1px;height:12px;border-right:solid #fff 1px;}
.header-bottom>.menu>li>a{position:relative;display: inline-block;height:41px;}
.header-bottom>.menu>li h4{display:inline-block;/*padding:0 23px;*/color:#fff;cursor:pointer;font-size:16px;font-weight:400;}

/*.header-bottom>.menu>li:hover h4{font-size:22px;}*/
.header-bottom>.menu:after{display:block;content:"";clear:both;}

.header-bottom .sub-menu{box-shadow: 0 5px 8px rgba(0,0,0,0.1);position: absolute;z-index: 100;background: #fff;table-layout: fixed;border-collapse: separate;max-width: 1200px;display: none;}

.header-bottom .sub-menu .sub-nav{display: table-cell;}
.header-bottom .sub-menu .sub-nav>li{height: 42px;}
.header-bottom .sub-menu .sub-nav>li:not(:last-of-type) {border-bottom: 1px solid #eff1f3;}
.header-bottom .sub-menu .sub-nav>li a{padding: 0 6px 0 6px;font-size: 14px;line-height: 42px;display: block;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align:center;font-weight:bold;}
.header-bottom .sub-menu .sub-nav>li a:hover {background: rgba(0,0,0,.03);}

.header-bottom .sub-menu .sub-nav>li.point-to-top{position:relative;width:0;height: 0px;}
.header-bottom .sub-menu .sub-nav>li.point-to-top::before{display:inline-block;position:absolute;top: -7px;left: 42px;width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 8px solid #fff;content:'';}


/*子版块Banner*/
.module-banner{height:235px;width:100%;}
.module-banner img{height:235px;/*width:100%*/width:1200px;margin:0 auto}
/***************头部End********************/

/***************轮播 Start********************/

/*轮播*/
.swiper-container>.fp-tableCell {display:initial;}
.swiper-container {width: 100%;/*margin: 20px auto 0px;*/position: relative;overflow: hidden;z-index: 1;}
.swiper-slide {height:100%; text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-wrapper{position: relative;width: 100%;height: 100%;z-index: 1;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
.swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;-webkit-flex-shrink: 0;-ms-flex: 0 0 auto;flex-shrink: 0;height: 100%;position: relative;}
.swiper-container .swiper-slide img{width:100%;height:100%;min-width:1200px;}
.swiper-container .swiper-slide a{display:block;width:100%;height:100%;}
.top-swiper .swiper-wrapper .swiper-slide span{display:block;position: absolute;text-align: left;width: 100%;left: 0px;color: #fff;height: 66px;line-height: 66px;background-color: rgba(0,0,0,0.24);bottom: 0px;padding-left: 94px;padding-right: 50%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size:16px;}
/*翻页*/
.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 28px;right: 111px;width: 100%;}
.swiper-pagination {position: absolute; max-width: 450px; text-align: right;-webkit-transition: .3s;-moz-transition: .3s; -o-transition: .3s;transition: .3s;-webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);z-index: 10;}
.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 8px;cursor: pointer;width: 8px;height: 8px;display: inline-block;border-radius: 12px;background-color:#fff;}

/*左右切换*/
.swiper-button-next, .swiper-button-prev {position: absolute;top: 50%;width: 30px;height: 55px; margin-top: -25px;z-index: 10;cursor: pointer;background:#000;opacity:0.3;}
.swiper-button-next{ right:0px; background-image: url('/Content/Images/WebSite/Index/icon.png');background-repeat: no-repeat;background-position: -1px -32px;border-radius:8px 0 0 8px;background-size:175%;}
.swiper-button-prev{left: 0px;background-image: url('/Content/Images/WebSite/Index/icon.png');background-repeat: no-repeat;background-position: -2px -85px;border-radius:0 8px 8px 0;background-size:175%;}

/*右侧轮播*/
.content-right .right-carousel{width:320px;/*margin:0px auto;*/margin: 30px 0 30px 80px;}
.content-right .right-carousel li{position:relative;}
.content-right .right-carousel li img{width:320px;height:200px;min-width:initial;min-width:300px;min-height:200px;}
.content-right .right-carousel li h5{width:320px;line-height:32px; position:absolute;bottom:0;background:rgba(0,0,0,0.3);color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
		
/*右侧轮播左右切换*/
.content-right .swiper-button-next,.right-carousel .swiper-button-prev{position: absolute;top: 50%;width: 25px;height: 40px;background:#000; margin-top: -22px;z-index: 10;cursor: pointer;}
.content-right .swiper-button-next{ right:0px; background-image: url('/Content/Images/WebSite/Index/icon.png');background-repeat: no-repeat;background-position: 0 -24px;background-size:160%;}
.content-right .swiper-button-prev{left: 0px;background-image: url('/Content/Images/WebSite/Index/icon.png');background-repeat: no-repeat;background-position: 0 -65px;background-size:160%;}

.swiper-container.top-swiper .swiper-slide img{min-height:307px}

/***************轮播 End********************/

/***************板块标题Start********************/
.block-title{height:120px;padding-top: 20px;text-align: center;}
.block-title .title-name{display:block;color:#515151;font-size:30px;font-weight:bold;text-align:center;line-height: 60px;}
.block-title .cut-off-rule{display:inline-block;width:380px;height:2px;margin:0 auto;background: -webkit-linear-gradient(left, #fff -4%,#cdc3c5 50%,#fff 100%);}
/***************板块标题End********************/

/***************最新动态Start********************/
.news{height:404px;margin-top:22px;}
.news-container{height:375px;}
.news-container>div{float:left;/*height:375px;*/}
.news-container .news-title>label{margin-left: 35px;color: #383838;font-size: 25px;line-height: 50px;font-weight: bold;letter-spacing:2px;}
.news-container .news-right{width:calc(100% - 585px);padding-left:30px;}
.news-container .news-left{width:585px;}
.news-container .news-left img{width:585px;height:312px;}

.news-container .news-right li{height:55px;border-bottom:1px solid #f1f0f1;background: url(/Content/Images/WebSite/Index/ico_prefix1.png?20220325) no-repeat left center;}

.news-container .news-right li a{height:55px}
.news-container .news-right li h4{height:55px;line-height:55px;font-size:15px;/*font-weight:bold;*/color:#3e3e3e;width:476px;display:inline-block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-left:12px;}
/*.news-container .news-right li h4:hover{text-decoration: underline;text-decoration-color:#014099;color:#014099}*/
/*.news-container .news-right li.notice h4:hover{position:relative;}*/

.news-container .news-right li div{display:inline-block}

.news-container .news-right li span{height:55px;line-height:55px;font-size:15px;color:#cacaca;float:right;width:77px;text-align:center;}

.news-container .news-right li:first-child{height:35px;background-position-y:4px;}
.news-container .news-right li:first-child a{height:35px;}
.news-container .news-right li:first-child h4{height:35px;line-height:18px;}
.news-container .news-right li:first-child span{height:35px;line-height:18px;}

.news-container .news-left .swiper-slide span{position: absolute;text-align: left;width: 585px;left: 0px;color: #fff;height: 66px;line-height: 66px;background-color: rgba(56,56,56,0.36);bottom: 0px;padding-left: 22px;padding-right: 98px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size:16px;}
.news-container .news-left .swiper-slide p{display: inline-block;position: relative;top: -22px;left: 230px;font-size: 14px;color: #111;opacity: 0.58;}
.news-container .news-left.swiper-container {margin: 0px auto 0px;position: relative;overflow: hidden;z-index: 1;/*padding: 0px 30px 30px 48px;*//*padding-right: 45px;*/}
/*轮播*/
.news-left.swiper-container>.fp-tableCell {display:initial;}
.news-left .swiper-wrapper{top:0;position: relative;width: 100%;height: 309px;z-index: 1;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
.news-left .swiper-slide {height:100%; text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
                          display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;-webkit-flex-shrink: 0;-ms-flex: 0 0 auto;flex-shrink: 0;height: 100%;position: relative;}
.news-left.swiper-container .swiper-slide img{width:100%;height:100%;min-width:500px;}   
.news-left.swiper-container .swiper-slide a{display:block;width:100%;height:100%;}
/*翻页*/
.news-left .news-swiper-pagination {position: absolute; text-align: center;-webkit-transition: .3s;-moz-transition: .3s; -o-transition: .3s;transition: .3s;-webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);z-index: 10;}
.news-left .news-swiper-pagination .swiper-pagination-bullet {margin: 0 2px;cursor: pointer;width: 6px;height: 6px;display: inline-block;border-radius: 100%;background-color: #fff;}
.news-left .news-swiper-pagination .swiper-pagination-bullet-active{width: 6px;border-radius:6px;border:none!important;background:#0b55c6;}
.news-left .news-swiper-pagination{width: 120px;height: 24px;bottom: 12px;left: 454px;}

/***************最新动态End********************/

/***************其他动态Start********************/
.other-news{height:450px;padding-top:22px;}
.other-news .other-news-container{height:366px;}
.other-news .other-news-container>div{float:left;}
.other-news-container .other-news-right{width:calc(100% - 585px);padding-left:30px;}
.other-news-container .other-news-right li{height:56px;border-bottom:1px solid #f1f0f1;background: url(/Content/Images/WebSite/Index/ico_prefix3.png?20220413) no-repeat left center;}
.other-news-container .other-news-right li.circle{background: url(/Content/Images/WebSite/Index/ico_prefix5.png?20220416) no-repeat left center;}
.other-news-container .other-news-left{width:585px;}
.other-news-container .other-news-left li{height:56px;border-bottom:1px solid #f1f0f1;background: url(/Content/Images/WebSite/Index/ico_prefix2.png?20220413) no-repeat left center;}
.other-news-container .other-news-left li.triangle{background: url(/Content/Images/WebSite/Index/ico_prefix4.png?20220416) no-repeat left center;}

.other-news-container .other-news-left .other-news-title{position: relative;height:50px;border-bottom:3px solid #dbdadc;}
.other-news-container .other-news-right .other-news-title{position: relative;height:50px;border-bottom:3px solid #dbdadc;}

.other-news-container .other-news-title>label{margin-left: 36px;color: #383838;font-size: 25px;line-height: 42px;font-weight: bold;letter-spacing:2px;}

.other-news-container ul>li a{height:56px}
.other-news-container ul>li div{display:inline-block}
.other-news-container ul>li h4{height:56px;line-height:56px;font-size:15px;/*font-weight:bold;*/color:#3e3e3e;width:476px;display:inline-block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-left:12px;}
.other-news-container .other-news-left ul>li h4{width:476px;}

/*.other-news-container ul>li h4:hover{text-decoration: underline;text-decoration-color:#014099;color:#014099}*/
/*.other-news-container ul>li.notice h4:hover{position:relative;}*/
.other-news-container ul>li span{height:56px;line-height:56px;font-size:14px;color:#cacaca;float:right;width:90px;text-align:right;}

.theme-edu{margin-bottom:52px}
.theme-edu .theme-title{display:inline-block;color: #383838;font-size: 25px;line-height: 42px;font-weight: bold;border-bottom:3px solid #941316;}
.theme-edu .theme-container{display:flex;margin-top:27px}
.theme-edu .theme-container .theme-container-section{width:calc((100% - 39px)/4);}
.theme-edu .theme-container .theme-container-section:not(:first-child){margin-left:13px;}
.theme-edu .theme-container .theme-container-section img{width:288px;height:180px}
.theme-edu .theme-container .theme-container-section .section-title{display:block;margin-top:10px;text-align:center;color:#686868;font-size:16px;font-weight:bold;}

/***************其他动态End********************/

/***************联系我们Start********************/
.contact-us {}
.contact-us .about-us-content{display:inline-block;padding-bottom:15px;width:100%;}
.contact-us .about-us-content>li{float:left;width:100%;color:#686868;font-size:14px;line-height:32px;}
/*.contact-us .about-us-content>li.address{padding-bottom:10px;}*/
.contact-us .about-us-content>li i{display:inline-block;width:22px;height:22px;vertical-align:middle;margin:0 3px 0 -4px;}
.contact-us .about-us-content>li.address i{background:url(/Content/Images/WebSite/Index/address.png?20220420) no-repeat center -1px;}
/*.contact-us .about-us-content>li.tel i{background:url(/Content/Images/WebSite/Index/phone.png?20220420) no-repeat center -1px;}
.contact-us .about-us-content>li.email i{background:url(/Content/Images/WebSite/Index/email_black.png?20220420) no-repeat center -1px;}*/
.contact-us .about-us-content>li .the-second-line{padding-top:5px}
.contact-us .about-us-content>li .the-second-line>li{float:left;}
.the-second-line>li.tel i{background:url(/Content/Images/WebSite/Index/phone.png?20220420) no-repeat center -1px;}
.the-second-line>li.tel{padding-right:175px}
.the-second-line>li.email i{background:url(/Content/Images/WebSite/Index/email_black.png?20220420) no-repeat center -1px;}

/***************联系我们End********************/

/***************友情链接Start********************/
.friend-ship{padding: 25px 0 45px 0;}
.friend-ship .friend-ship-title{margin-bottom:20px;text-align:center}
.friend-ship .friend-ship-title>span{color:#686868;font-size: 23px;}

.friend-ship .friend-ship-content{width:100%;}
.friend-ship .friend-ship-content>li{float:left;font-size:14px;line-height:32px;}
.friend-ship .friend-ship-content>li:not(:first-child).vertical{position: relative;top: 9px;width:1px;height:14px;border-right:solid rgba(152,152,152,.5) 1px;}
/*.friend-ship .friend-ship-content>li:not(:last-child):after{display:inline-block;position:relative;top:2px;height:14px;border-right:solid rgba(152,152,152,.5) 1px;content:"";}*/
.friend-ship .friend-ship-content>li>a{color:#686868;}
/***************友情链接End********************/


/***************脚部Start********************/
.footer{height:120px;width:100%;background-color:#3b3b3b;}
.fixed-bottom {position: fixed;bottom: 0;width: 100%;}
.footer .footer-info{width:1200px;height:100%;margin:0px auto;}
.footer .footer-info>span{display:block;color:#fff;text-align: center;font-size: 14px;padding-top: 50px;}
.footer .footer-info .record-num-icp{color:#fff}
.footer .footer-info .record-num{display:inline-block;text-decoration:none;height:16px;line-height:16px;}
.footer .footer-info .record-num>img{float:left}
.footer .footer-info .record-num>p{float:left;height:20px;line-height:22px;margin: 0px 0px 0px 5px; color:#fff;}
/***************脚部End********************/

/*----------title------------*/
.title {text-align:center;padding:16px 0;}
.title span{font-size:24px;line-height:48px;color:#04b3e2;text-align:center;font-weight: bold;}
.title .foreign{line-height:18px;display:block;font-size:18px;color:#04b3e2;font-family: 'Roboto';}
.title .foreign .border-left,.title .foreign .border-right{display:inline-block;width:50px;height:2px;background:#04b3e2;position:relative;top:-5px;}
.title .foreign .border-left{margin-right:8px;}
.title .foreign .border-right{margin-left:8px;}

/***************内容区域 Start********************/

.content{min-height:600px;width:1200px;margin:0 auto;position: relative;}
/*.content .content-left{width:800px;}*/
.content .content-right{width:400px;position: absolute;float: right;top: 0px;right: 0;}
.content .content-left .location {height: 50px;width: 100%;line-height: 40px;}
.content .content-left .location span:first-of-type:before{display:inline-block;width:14px;height:14px;content:'';background:url(/Content/Images/WebSite/Index/location.png?20220420);background-position-y: 1px;margin-right: 2px;}
.content .content-left .location span:not(:first-of-type):not(:last-of-type):after{display:inline-block;width:14px;height:14px;content:'';background:url(/Content/Images/WebSite/Index/next.png?20220420);background-position-y: 2px;margin-left: 2px;}
.content .content-right .fast-nav{width:320px;margin: 30px 0 0 80px;}
/*.content .content-right .card-title{height:44px;width:320px;background:url(/Content/Images/WebSite/Index/title_bg.png?20220515)}*/
.content-right .card-title span{font-size:18px;color:#fff;margin: 10px;float: right;}
.content-right .fast-nav .fast-nav-list{background-color:#f3f3f3}
.content-right .fast-nav .fast-nav-list>li{font-size:18px;line-height:58px;padding-left:36px;background:url(/Content/Images/WebSite/Index/arrow.png?20220515) no-repeat 10px 20px;}
.content-right .fast-nav .fast-nav-list>li h4{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width:284px;padding-right:36px;background:url(/Content/Images/WebSite/Index/skip.png?20220515) no-repeat 258px 20px;font-size:16px;}
.content-right .fast-nav .fast-nav-list>li:not(:last-of-type){border-bottom:1px solid #dfdfdf}
/*单页面*/
.content .content-left .content-container{overflow: hidden;box-shadow: 0 0 6px rgba(35,52,78,.3);padding: 30px 40px;margin-bottom:12px;}
.content .content-left .content-container>p{margin-bottom: 20px;text-indent: 2em; text-align: left;font-size: 16px;}
.content .content-left .content-container p img{display:inline-block;max-width: 100%!important;}
/*文章详情*/
.content .content-left .article-title{font-size: 20px;line-height: 36px;text-align: center;color: #333;}
.content .content-left .data-time{text-align: center;color: rgba(0,0,0,.8);}
.content .content-left .data-time>span{margin-right:12px;}
.content .content-left .abstract{padding: 10px 0 5px;font-size: 14px;line-height: 24px;margin: 6px 0;color: rgba(0,0,0,.8);}
.content .content-left .original{padding: 5px 0 5px;font-size: 13px;line-height: 24px;margin: 6px 0;color: rgba(0,0,0,.8);}
.content .content-left .article-container{overflow: hidden;box-shadow: 0 0 6px rgba(35,52,78,.3);padding: 30px 40px;margin: 12px 0;}
.content .content-left .article-container>p{margin-bottom: 20px;font-size: 16px;}
.content .content-left .article-container p img{display: inline-block;max-width: 100%!important;}
.content .content-left .relative-article{overflow: hidden;font-size: 14px;padding: 5px 0 10px;}
.content .content-left .relative-article li {float: left;width: 45%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;cursor: pointer;}
.content .content-left .relative-article li:hover a{border-bottom: 1px solid #3e60c2;}
.content .content-left .relative-article li a{overflow:hidden;}
.content .content-left .relative-article li.next{text-align:right;float:right;}
.content .content-left .relative-article li.prev{text-align:left;float:left;}
/*附件*/
.file-download-area{min-height:30px; padding:10px; background:#eee;overflow:hidden;box-shadow:0px 2px 4px 2px rgba(188, 170, 120, 0.3);}
.file-download-area .f-title{float:left; line-height:30px; margin-left:10px; margin-right:10px; color:#666;}
.file-download-area .f-list{display:block;float:left; line-height:30px;}
.file-download-area .f-list a{color:#2096ab;cursor:pointer;}
.file-download-area .f-list a:hover{color:#02879f;text-decoration:underline;}

/*图文列表*/
.article-list .list-item{border-bottom: 1px dotted #ccc;text-align: left;font-size: 14px;line-height: 42px;background: url(/Content/Images/WebSite/Index/spot.png?20220515) no-repeat left center;}
.article-list .list-item a{overflow: hidden;display: block;width: 100%;}
.article-list .list-item a h4{float: left;display: inline-block;width: 700px;margin-left: 10px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.article-list .list-item div{overflow: hidden;display: block;width: 100%;}
.article-list .list-item div h4{float: left;display: inline-block;width: 650px;margin-left: 10px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.article-list .list-item a h4:hover{text-decoration:underline;}
.article-list .list-item a span{color: #666;cursor: auto;float: right;}
.article-list .list-item::after{clear:both;}
/*图文列表分页*/
.list-paging{text-align:right;margin-top:18px;}
.list-paging button[type=button]:focus{outline:none;box-shadow:none;}
.list-paging button[type=button]{border:1px solid #666;line-height: 26px;font-size:14px;font-family: "微软雅黑"; width:60px;height:28px;background:none;cursor:pointer;border-radius:5px}
.list-paging button[type=button].page-last{margin-right:12px;}
.list-paging .currrent-page[type=button]{cursor:auto;}
.list-paging .page-fist.can-onclick{color:#0150d2;}
.list-paging .left-btn.can-onclick{color:#0150d2;}
.list-paging .right-btn.can-onclick{color:#0150d2;}
.list-paging .page-last.can-onclick{color:#0150d2;}
.list-paging .page-fist.not-onclick{cursor:auto;}
.list-paging .left-btn.not-onclick{cursor:auto;}
.list-paging .right-btn.not-onclick{cursor:auto;}
.list-paging .page-last.not-onclick{cursor:auto;}
.list-paging span{font-size:16px;} 
.list-paging span i{font-style:normal;color:#000;}

/*图片列表*/
.waterfull-list {position:relative;}
.waterfull-list .item .img-box{width:100%;overflow:hidden;}
.waterfull-list .item .img-box img{display:block;width:100%;transition:ease-in-out 0.6s;height:191px;}
.waterfull-list .item h4{font-size:18px;padding:5px 15px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.waterfull-list .item p{padding:0px 15px 5px;line-height:24px;height:48px;overflow:hidden;}
.waterfull-list .item .upload-time{display:inline-block; padding-left:20px;background: url('/Content/Images/WebSite/Index/upload-time.png') no-repeat left center;background-size:18px;}
.waterfull-list .item .author{display:inline-block;float:left; width:170px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; padding-right:10px; overflow:hidden; padding-left:20px;background: url('/Content/Images/WebSite/Index/author.png') no-repeat left center;background-size:18px;}
.waterfull-list .item:hover{box-shadow:0 5px 8px rgba(0,0,0,0.1);cursor:pointer;}
.waterfull-list .item:hover h4{color:#ffc323;}
.waterfull-list .item:hover img{transform:scale(1.1);}

.waterfull-list .item{ position: absolute; width: 260px;background-color: #f8f8f8;top: 0;left: 40%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s;transition: all 0.3s;transform:scale3d(1, 1, 1);border:1px solid #eaeaea;background:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.waterfull-list .additem{display:none;}
/***************内容区域 Start********************/



/***************无数据 Start********************/
.no-data {margin:20px 0 20px 0;font-size:16px;text-align:center;}
.no-data img{width:300px;margin:0 auto;}

/***************无数据 End********************/

/*返回顶部按钮*/
.right-side-bar{z-index: 8999;position: fixed;width: 50px; /*min-height: 70px;*/ right: 0;bottom: 120px;/*border:1px solid #f1f0f1;background-color:#fff;*/cursor: pointer;display:block;}  
.right-side-bar>ul>li{width:100%;height:45px;cursor: pointer;}

.right-side-bar>ul>li.wechat{position:relative;background:url(/Content/Images/WebSite/Index/wechat.png?20220515) no-repeat 4px 0px;}  
.right-side-bar>ul>li.wechat:hover{background:url(/Content/Images/WebSite/Index/wechat_selected.png?20220515) no-repeat 4px 0px;} 
.right-side-bar>ul>li.wechat:hover .wechat-qrcode{display:block;}

.right-side-bar>ul>li.microblog{background:url(/Content/Images/WebSite/Index/microblog.png?20220515) no-repeat 4px 0px;}  
.right-side-bar>ul>li.microblog:hover{background:url(/Content/Images/WebSite/Index/microblog_selected.png?20220515) no-repeat 4px 0px;} 
.right-side-bar>ul>li.microblog:hover .microblog-qrcode{display:block;}

.right-side-bar>ul>li.global-scroll{background: url('/Content/Images/Website/Index/stick.png') no-repeat 4px 0px;}  
.right-side-bar>ul>li.global-scroll:hover{background: url('/Content/Images/Website/Index/stick_selected.png') no-repeat 4px 0px;}  

.right-side-bar .wechat .wechat-qrcode{position:absolute;top:0px;left:-200px;z-index: 9;display:none;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;}
.right-side-bar .microblog .microblog-qrcode{position:absolute;top:52px;left:-200px;z-index: 9;display:none;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;}

.right-side-bar .wechat .wechat-qrcode::after,
.right-side-bar .microblog .microblog-qrcode::after{position: absolute;top:8px;right:-12px;left:initial;width: 0;height: 0;border-width: 8px 6px 6px 6px;border-style: solid;border-color:transparent transparent transparent #fff;content: '';}
.right-side-bar .wechat .wechat-qrcode .qrcode,
.right-side-bar .microblog .microblog-qrcode .qrcode{width: 160px; margin: 10px auto 0;}
.right-side-bar .wechat .wechat-qrcode .qrcode>img,
.right-side-bar .microblog .microblog-qrcode .qrcode>img{width:100%;}
.right-side-bar .wechat .wechat-qrcode>p,
.right-side-bar .microblog .microblog-qrcode>p{line-height: 16px;}

.right-side-bar .share {display:inline-block;}
.right-side-bar .share .social-share .social-share-icon{width:50px;height:40px;margin-bottom: 12px;}
.right-side-bar .share .social-share .icon-wechat{color:#fff;border:none;background:url(/Content/Images/WebSite/Index/wechat.png?20220515) no-repeat 4px 0px;}
.right-side-bar .share .social-share .icon-wechat:hover{color:#fff;border:none;background:url(/Content/Images/WebSite/Index/wechat_selected.png?20220515) no-repeat 4px 0px;}
.right-side-bar .share .social-share .icon-wechat:before{content:'';}
.right-side-bar .share .social-share .icon-weibo{color:#fff;border:none;background:url(/Content/Images/WebSite/Index/microblog.png?20220515) no-repeat 4px 0px;}
.right-side-bar .share .social-share .icon-weibo:hover{color:#fff;border:none;background:url(/Content/Images/WebSite/Index/microblog_selected.png?20220515) no-repeat 4px 0px;}
.right-side-bar .share .social-share .icon-weibo:before{content:'';}
.right-side-bar .share .social-share a{margin:0;}
.right-side-bar .share .social-share .icon-wechat .wechat-qrcode{top:0px;left:-203px;}
.right-side-bar .share .social-share .icon-wechat .wechat-qrcode h4{background-color:#fff;color:#353535;}
.right-side-bar .share .social-share .icon-wechat .wechat-qrcode::after{top:0px;right:-12px;left:initial;border-color:transparent transparent transparent #fff;}

.right-side-bar .share>span{display:inline-block;width:40px;height:100%;margin-left: 16px;} 
.right-side-bar .share .wechat{background:url(/Content/Images/WebSite/Index/wechat.png?20220515) no-repeat 0 20px;}
.right-side-bar .share .microblog{background:url(/Content/Images/WebSite/Index/microblog.png?20220515) no-repeat 0 20px;}
.right-side-bar .share .wechat:hover{background:url(/Content/Images/WebSite/Index/wechat_selected.png?20220515) no-repeat 0 20px;cursor:pointer;}
.right-side-bar .share .microblog:hover{background:url(/Content/Images/WebSite/Index/microblog_selected.png?20220515) no-repeat 0 20px;cursor:pointer;}



/***************弹窗查看图片样式 Start********************/
.dialogBackMain {display:block; width:100%;height:100%;background:url('/Content/Images/Website/Index/ico_overlay.png');position:fixed;top:0;left:0;z-index:1000000;}
.dialogBackMain .centerDiv { position:relative; left:50%;top:50%;overflow:hidden;z-index:11;text-align:center;max-width:calc(100% - 200px);}
.dialogBackMain .centerDiv img{margin:0 auto;max-width:100%;background-color:#fff;}
.dialogBackMain .imgClose {background:url('/Content/Images/Website/Index/ico_close.png') no-repeat center center ;background-size:36px; position:absolute;right:20px;top:20px; padding:10px; width:64px;height:64px;z-index:12;cursor:pointer;}
.dialogBackMain .imgPre {position:absolute;left:20px;top:50%;margin-top:-32px; padding:10px;z-index:12; cursor:pointer;width:auto;width:auto;}
.dialogBackMain .imgNext {position:absolute;right:20px;top:50%;margin-top:-32px; padding:10px;z-index:12;cursor:pointer;width:auto;width:auto;}
.dialogBackMain .digestDiv {position:relative;top:0; color:#fff;font-size:14px;max-width:600px;margin:0 auto;text-align:center;}
/***************弹窗查看图片样式 End********************/

/***************搜索结果 Start********************/
/*.search-list{min-height:300px!important;}*/
.search-result{font-size:14px;line-height:40px;}
.search-result i{color:red}
.loader{text-align:center;display:none;}
.loader p{line-height:24px;color:rgba(0,0,0,0.6);font-size:14px;}
.pacman { position: relative;width:108px;margin:0 auto;}
.pacman > div:nth-child(2) { -webkit-animation: pacman-balls 1s 0s infinite linear; animation: pacman-balls 1s 0s infinite linear; }
.pacman > div:nth-child(3) {-webkit-animation: pacman-balls 1s 0.33s infinite linear;animation: pacman-balls 1s 0.33s infinite linear; }
.pacman > div:nth-child(4) {-webkit-animation: pacman-balls 1s 0.66s infinite linear; animation: pacman-balls 1s 0.66s infinite linear; }
.pacman > div:nth-child(5) { -webkit-animation: pacman-balls 1s 0.99s infinite linear;animation: pacman-balls 1s 0.99s infinite linear; }
.pacman > div:first-of-type {  width: 0px; height: 0px; border-right: 25px solid transparent; border-top: 25px solid #ffc323; border-left: 25px solid #ffc323;border-bottom: 25px solid #ffc323;border-radius: 25px; -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite; animation: rotate_pacman_half_up 0.5s 0s infinite; }
.pacman > div:nth-child(2) {  width: 0px; height: 0px; border-right: 25px solid transparent; border-top: 25px solid #ffc323;border-left: 25px solid #ffc323;border-bottom: 25px solid #ffc323; border-radius: 25px; -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;animation: rotate_pacman_half_down 0.5s 0s infinite;margin-top: -50px; }
.pacman > div:nth-child(3), .pacman > div:nth-child(4), .pacman > div:nth-child(5){background-color: #ffc323; width: 15px;height: 15px;  border-radius: 100%; margin: 2px; width: 10px; height: 10px;position: absolute;-webkit-transform: translate(0, -6.25px);-ms-transform: translate(0, -6.25px);transform: translate(0, -6.25px);top: 25px; left: 100px; }
.no-more-data{text-align:center;color:rgba(0,0,0,0.6);font-size:14px;display:none;}
.no-more-data::before,.no-more-data::after{content:" ";display:inline-block;width:20%;height:1px;background:rgba(0,0,0,0.6);margin:0 5px;position:relative;bottom:5px;}

.search-list .waterfull-list .item{width: 280px;}
/***************搜索结果 End********************/

/***************移动端兼容 Start********************/
/*去掉动画*/
.mobile .teacher-container .teacher-left .adviser{right:0px;opacity:1;}
.mobile .teacher-container .teacher-left .professor{right:0px;opacity:1;}
.mobile .teacher-container .teacher-left .teachers{right:0px;opacity:1;}
.mobile .teacher-container .teacher-left .team{right:0px;opacity:1;}
.mobile .teacher-container .teacher-left li{right:0px}
.mobile .teacher-container .teacher-right li{right:0px}

.mobile .teaching-bases-container li{ bottom:0px;}
.mobile .teaching-bases-container li:first-of-type{left:0px;}
.mobile .teaching-bases-container li:last-of-type{right:0px;}

/***************移动端兼容 End********************/

/***************图文列表页面 Start********************/
.image-list{display:inline-block;padding-bottom:40px;width:348px;color:#383838;}
.image-list:nth-child(3n-1),.image-list:nth-child(3n){margin-left:74px;}
.image-list .image-list-top{width:348px;height:234px;}
.image-list .image-list-top>img{width:348px;height:234px;}
.image-list .image-list-text .skip:hover{text-decoration:underline;color:#383838;}
.image-list .image-list-text .image-list-title{padding-top:20px;font-size:16px;text-align:center;}
.image-list .image-list-text .image-list-des{padding-top:10px;height:42px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-align: justify;}
.image-list .image-list-date{padding-top:15px;font-size:10px;color:#989898;}
/***************图文列表页面 End**********************/

/***************下载列表页面 Start********************/
.download-list{display:flex!important;position:relative;}
.download-list .btn-download{position:absolute;right:0;width:35px!important;}
/***************下载列表页面 End**********************/


/***************登录页面 Start********************/
.login-container{width:100%;height:100%;background:url(/Content/Images/WebSite/Index/login_background.png?20220421) no-repeat;background-size:cover;}
.login-container .login-container-center{position:relative;top:calc((100% - 410px)/2);margin:0 auto;width:910px;height:410px;}
.login-container .login-container-center .center{float:left;width:410px;height:100%;box-shadow: 0px 2px 21px 0px rgba(152, 152, 152, 0.22);}
.login-container .login-container-center .center:hover{transform:translate3d(0px,-10px,0px);transition: box-shadow 0.5s;-webkit-transition: box-shadow 0.5s;-webkit-transition: all .2s linear;transition: all .2s linear;}
.login-container .login-container-center .login-teacher{background:url(/Content/Images/WebSite/Index/teacher.png?20220421) no-repeat center 90px;background-color:#fff;}
.login-container .login-container-center .login-student{background:url(/Content/Images/WebSite/Index/student.png?20220421) no-repeat center 90px;margin-left:90px;background-color:#fff;}
.login-container .login-container-center .center>p{position:relative;top:337px;width:100%;height:73px;background-color:#2481f0;font-size:24px;color:#fff;letter-spacing:3px;line-height:73px;text-align:center;}
.login-container .login-container-center .center>p:hover{text-decoration:underline;}
/***************登录页面 End**********************/
