*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: "微软雅黑";
	min-width:1200px;
}
a{text-decoration: none;}
ul,li{list-style: none;}
input{outline:none;}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-out 0.5s;
}
.clearfix{clear: both;}
/*头部：logo和搜索*/
.header{
	width: 100%;
	height: 100%;
	background: url(../pic/top_bg.png) center no-repeat;
	min-width: 1200px;
}
.top{
	width: 1200px;
	height: 190px;
	margin: 0 auto;
}
.top_top{    position: relative;
	width: 100%;
	height: 140px;
}
.top_top_left{
	float: left;
	width: 688px;
	height:140px ;
	margin-left: 20px;
}
.top_top_left .logo { 
	float: left;
	width: 686px;
	height: 58px;
	margin-top: 39px;
}
.logo img{
	width: 100%;
	height: 100%;
}
.top_top_rignt{
	float: right;
	width: 239px;
	height: 140px;
}
.top_top_rignt .search_pic{
	width: 239px;
	height: 16px;
	margin: 45px 0 13px 0;
}
.search_pic img{
	width: 100%;
	height: 100%;
}
.top_top_rignt .sousuo{
	float: right;
	height: 24px;
	width: 239px;
	border: 1px solid #ffffff;
	border-radius:5px;
}
.sousuo .soukuang{
	width: 180px;
	border: 1px solid transparent;
	height: 21px;
	margin-left: 13px;
	background-color: transparent;
}
.sousuo input{color: #fff;}
.sousuo_img{
	position: absolute;
	width: 13px;
	height: 13px;
	margin-left:218px;
}
.sousuo_img img{
	width:13px;
	height: 13px;
}
input::-webkit-input-placeholder { /* WebKit browsers */ 
color: #c7dbf6; 
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #c7dbf6; 
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #c7dbf6;  
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #c7dbf6;  
}
/*间隔*/
.space{
	width: 1200px;
	height: 42px;
	margin: 0 auto;
	background-color: transparent;
}
.space4{
	width: 1200px;
	height: 42px;
	margin: 0 auto;
	background-color:#FFF;
}
.space2{
	width: 500px;
	height: 20px;
	margin: 0 auto;
	background-color: transparent;
}
.space3{
	width: 500px;
	height: 30px;
	margin: 0 auto;
	background-color: transparent;
}
/*导航部分*/
.nav{
	width: 100%;
	height: 50px;
}
.nav-cont{
	height: 49px;
	margin-top: 1px;
}
.nav-cont ul{
	list-style: none;
}
.nav-cont ul li{
	float: left;
	position: relative;
	width: 133px;
    font-size:16px;
    font-family: "微软雅黑";
    color: #fff;
    text-align: center;
}
.nav-cont ul li:hover{
	background: #0d59a7;
	width: 133px;
}
.nav-cont a{
	color:#fff;
}
/*二级导航*/
.nav h3{
 line-height: 50px;
 font-size: 16px;
 font-weight: 500;
}
.nav a{display: block; color: #fff; }
.nav a:hover{
 color: #fff;
 text-decoration: none;
}
.nav>ul>li>h3>a:hover{
 color: #0d59a7;
 text-decoration: none;
}
.nav .sub a:hover{
 color: #fff;
 text-decoration: underline;
}
.nav dl{display: none;position: absolute;z-index: 100; line-height: 40px; font-size: 14px; background: rgba(38,108,184,.9); }
.nav dl dt a{color: #fff; text-align: center;display: block; height: 40px; overflow: hidden;}
.nav ul li:hover dl{ display: block;}
.nav .sub{width:100%;left:0;position: absolute;}
/*中间部分内容*/
.content{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}
.cont_box{
	width: 1160px;
	margin: 0 20px;
}
.part1{
	width: 100%;
	height: 263px;
}
.part1 ul li{
	float: left;
	width: 269px;
	height: 263px;
	margin-right: 28px;
}
.part1 ul li:last-child{
	margin-right: 0px;
}
.new_pic .new_imgs{
	width: 269px;
	height: 190px;
}
.new_pic .new_imgs img{
	width: 100%;
	height: 100%;
}
.new_text{
	width: 245px;
	height: 40px;
	padding: 12px 12px 19px 12px;
	-moz-box-shadow: 6px 6px 7px #fbfbfb; /* 老的 Firefox */
	box-shadow: 6px 6px 7px #fbfbfb;
	font-size: 14px;
	line-height: 24px;
}
.new_text a{
	color: #2e2e2e;
	overflow:hidden;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.new_text:hover{
	border-bottom: 2px solid #0d59a7;
}
.part2{
	width: 100%;
	height: 98px;
}
.lj_box a,.lj_box P{
	color: #2E2E2E;	
}
.part2 ul li{
	float: left;
	width: 192px;
	height: 98px;
	border-right: 1px solid #cdcdcd;
}
.part2 ul li:last-child{
	border: none;
}
.lj_box .lj_box_img{
	width: 50px;
	height: 45px;
	text-align: center;
	overflow: hidden;
	margin: 13px auto 10PX auto;
}
.lj_box .lj_text,.lj_box P{
	font-size: 14px;
	text-align: center;
}
.lj_box a:hover{
	color: #0d59a7;
}
.lj_box a:hover p{
	color: #0d59a7;
}
.part3{
	width: 100%;
	height: 254px;
}
.school_news,.professional_title,.achiev_title{
	float: left;
	width: 560px;
	margin-right: 20px;
}
.work_title{
	width: 100%;
	height: 24px;
}
.work_title .tite_text{
	float: left;
    font-size: 18px;
    color: #0d59a7;
    line-height: 24px;
    font-weight: bold;
	cursor: pointer;
}
.work_title .tite_text2{
	float: left;
    font-size: 18px;
    color: #999;
    line-height: 24px;
    font-weight: bold;
	cursor: pointer;
}
.work_title .on .tite_text2{
    color: #0d59a7;
}
.work_title .tite_text_yw{
	float: left;
	margin-right: 14px;
	height: 24px;
	line-height: 24px;
	margin-left: 15px;
	font-size: 16px;
	font-family: sylfaen;
	color: #999;
	font-style:italic
}
.work_title .xian{
	float: left;
	height: 2px;
	background: #dedede;
	margin: 12px 15px;
}
.xian1{width:calc(100% - 275px);}
.xian2{width:calc(100% - 450px);}
.xian3{width:calc(100% - 350px);}
.xian4{width:calc(100% - 335px);}
.xian5{width:calc(100% - 375px);}
.zhanshixian{
	float: left;
	height: 2px;
	background: #0d59a7;
}
.zhanshixian1{width: 90px;}
.zhanshixian2{width: 50px;}
.zhanshixian3{width: 80px;}
.zhanshixian4{width: 80px;}
.zhanshixian5{width: 80px;}
.notice_more{height:0; width:50px;}
.notice_more .mores{
	font-family:"Garamond", "arial";
    font-size: 14px;
    line-height: 24px;
	position: relative;
    left: 500px;
    width: 50px;
    top: -265px;
}
.major_more {height:0; width:50px;}
.major_more .mores{
	font-family:"Garamond", "arial";
    font-size: 14px;
    line-height: 24px;
	position: relative;
    left: 500px;
    width: 50px;
    top: -348px;
}
.work_title .mores{
	float: right;
	font-family:"Garamond", "arial";
    font-size: 14px;
    line-height: 24px;
}
.work_title .mores a{
	color: #444;
}
.work_title .mores a:hover{
	color: #0d59a7;
}
.notice_more .mores a{
	color: #444;
}
.notice_more .mores a:hover{
	color: #0d59a7;
}
.major_more .mores a{
	color: #444;
}
.major_more .mores a:hover{
	color: #0d59a7;
}

.tzggsitem{
	height:35px; 
	line-height:35px; 
	overflow: hidden;
}
.tzggsitem-point{
	float:left;
	width:4px;
	height: 4px;
	border-radius: 4px;
	background: #0d59a7;
	margin: 18px  9px 15px 0;
}

.tzggsitem-title{
	float:left;
	width:calc(100% - 110px);
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size: 14px;
}
.tzggsitem-title a{
	color: #2E2E2E;
}
.tzggsitem-title a:hover{
	color: #0d59a7;
}
.tzggsitem-time{
	font-family: "arial narrow";
	width:80px;
	font-size:14px;
	float:right;
	color: #2e2e2e;
}
.notice_academic,.student_title,.empoly_title{
	width: 560px;
	float: right;
}
.noticeitem{
	width: 100%;
	height: 35px;
}
.notice_time{
	float: left;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	color: #0d59a7;
	margin-right: 20px;
}
.notice_time span{
	font-size: 16px;
	color: #0d59a7;
}
.notice_sx{
	float: left;
	width: 1px;
	height: 19px;
	line-height: 35px;
	margin: 8px 0;
	background: #cdcdcd;
	margin-right: 20px;
}
.noticeitem_title{
	float: left;
	line-height: 35px;
	font-size: 14px;
	width:calc(100% - 123px);
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.noticeitem_title a{
	color: #2E2E2E;
}
.dotisitem{
	height:49px; 
	line-height:49px; 
	overflow: hidden;
}
.part4{
	width: 100%;
	height: 338px;
}
.prof_list{
    height: 294px;
}
.dotisitem-point{
	float:left;
	width:94px;
	height: 50px;
	margin-right: 16px;
}
.dotisitem-title{
	float:left;
	width:calc(100% - 120px);
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
	font-size: 14px;
}
.dotisitem-title a{
	color: #2E2E2E;
}
.dotisitem-title a:hover{
	color: #0d59a7;
}
.date {
    background: #0d59a7;
    border: #0d59a7 1px solid;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    border-radius: 6px;
}
.date .year {
	font-size: 14px;
	padding: 0 5px;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
}
.date .day {
	font-size: 14px;
	padding: 0 3px;
    background: #fff;
    color: #0d59a7;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.member_item{
	width: 560px;
	height: 75px;
}
.mar_23{margin-bottom: 23px;}
.tite_time{
	width: 100%;
	margin-top: 5px;
}
.member_pic{
	float: left;
	width: 145px;
	height: 75px;
	margin-right: 20px;
}
.member_pic img{
	width: 145px;
	height: 75px;
}
.member_text{
	float: right;
	width: 373px;
}
.member_name{
	margin-top: 8px;
	width: 100%;
	height: 19px;
	line-height: 19px;
	font-size: 16px;
	color: #333;
}
.member_deteal{
	width: 100%;
	height: 18px;
	line-height: 18px;
	margin: 14px 0 17px 0;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.member_time{
	font-size: 14px;
	color: #666;
	height: 14px;
	line-height: 14px;
}
.member_time_icon{
	width: 13px;
	height: 13px;
	margin-right: 9px;
}
.cooperation_name{
	color: #0D59A7;
	width:calc(100% - 100px);
	float: left;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.cooperation_deteal{
	width: 100%;
	height: 36px;
	line-height: 18px;
	margin-top: 14px;
	font-size: 12px;
	color: #2e2e2e;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.cooperation_time{
	font-size: 12px;
	float: right;
	color: #999;
}
.part5{
	width: 100%;
	height: 412px;
}
.xwxy_nr .swiper-pagination {
    background: #0d59a7;
    width: 77px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    right: 0;
    bottom: 40px;
    left: auto;
    font-size: 12px;
}
.xwxy_nr .swiper-button-next {
    background: url(../pic/a4.png);
    width: 6px;
    height: 10px;
    top: 281px;
}
.xwxy_nr .swiper-button-prev {
    background: url(../pic/a3.png);
    width: 6px;
    height: 10px;
    top: 281px;
    left: 470px;
}
.cg_title{
	width: 100%;
	height: 40px;
}
.cg_text{
	float: left;
	width:calc(100% - 100px);
	height: 40px;
        line-height: 40px;
       color: #2E2E2E;
       font-size: 14px;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
}
.cg_time{
	float: right;
	color: #2E2E2E;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}
.tuwen_wen{
	float: right;
        width: 303px;
        height: 116px;
}
.xg_biao{
	width: 303px;
	height: 25px;
	line-height: 25px;
	margin: 10px 0 15px 0;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xg_biao a{color: #2E2E2E;}
.xg_xinei{
	color: #666;
	text-indent: 2em;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.tu_zhan{
	width: 538px;
        height: 116px;
        margin-bottom: 16px;
}
.tu_img{
	width: 215px;
	height: 115px;
	float: left;
	margin-right: 20px;
}
/*新增边框线*/
.tzgglist, .noticelist {
    height: 210px;
    border: 1px solid #d0d0d0;
    padding: 10px;
}
.prof_list {
    width: 560px !important;
    height: 316px !important;
    box-sizing: border-box;
}
.student_list{
	border: 1px solid #d0d0d0;
    padding: 20px 10px 10px 10px;
    height: 316px;
    box-sizing: border-box;
}
.member_item{
	width: 538px;
    height: 75px;
}
.big_box2{
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    height: 328px;
    padding: 10px 10px 0 10px;
}
.xwxy_nr{
	border: 1px solid #d0d0d0;
    padding: 4px 14px 0 14px ;
height: 322px;
}
.slide-item{
    border: 1px solid #d0d0d0;
    padding: 10px;
width: 538px !important;
}

/*底部*/
.foot{
	width:100%;
	min-width:1200px;
	height:136px;
	background: url(../pic/foot_images.png) center no-repeat;
}
.footer{
	width:1200px;
	height:136px;
	overflow: hidden;
	margin:0 auto;
}
.footer_text{
	margin: 34px 0;
	font-size: 14px;
	color:#fff;
	text-align: center;
}
.footer_left{
	float: left;
	width: 231px;
	height: 55px;
	margin:40px 0;
}
.footer_center{
	float: left;
	height: 92px;
	margin: 21px 0px 5px 37px;
}
.footer_center p{
	margin-bottom: 8px;
	font-size: 14px;
	color: #fff;
}
.footer_right{
	float: right;
	width: 217px;
	height: 113px;
	margin: 23px 0 0 0;
}
.wexin{
	float: left;
	margin-left: 30px;
}
.weixin_img{
	width: 76px;
	height: 76px;
}
.weixin_img img{
	width: 100%;
	height: 100%;
}
.mar_r{margin-left: 6px;}
.weibo{
	float: right;
	margin-left: 20px;
}
.weixin_text{
	width: 76px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.weibo_text{
	width: 88px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.big_box{
	width: 100%;
	height: 100%;
	background: url(../pic/big_bg.png) bottom no-repeat;
}
/*内页*/
.cont_neiye {
    min-height: 559px;
    width: 1200px;
    margin: 0 auto;
}
/*内页左边*/
.neye_left{
	width: 250px;
	float: left;
	margin-right: 35px;
	height: 100%;
}
/*导航*/
.daqin{
	width: 250px;
	height: 65px;
	background: url(../pic/dangqian.png) left center no-repeat;
	font-size: 22px;
	color: #fff;
	line-height: 65px;
	text-align: center;
}
.neye_left ul{
	list-style: none;
}
.neye_left li{
	width: 248px;
	height: 50px;
	background: #f9f9f9;
	font-size: 16px;
	color: #666;
	line-height: 50px;
	text-align: center;
	border: 1px solid #d6d3d3;
border-top: 0;
}
.neye_left li:hover{
	background:#cee2fa;
	color: #0f5cb1;
}
.neye_left li.active{
	background:#cee2fa;
	color: #0f5cb1;
}
/*内页右边*/
.neye_right{
	width: 915px;
	float: left;
}
/*间隔*/
.space_neiye{
	width: 915px;
	height: 10px;
	margin: 0 auto;
	background-color: transparent;	
}
/*当前位置*/
.currloca{
	width: 900px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #d6d3d3;
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}
.currlocatwo{
	width: 1200px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	font-weight:bold;
}
.currloca a{
	font-size: 14px;
	color: #0961c1;
}
/*图片列表页*/
.yjsbox {
    width: 33%;
    float: left;
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px solid #f4f4f4;
}
.yjs_left {
    width: 150px;
    height: 212px;
    overflow: hidden;
    float: left;
}
.yjs_left img {
    width: 150px;
    height: 212px;
}
.yjs_right {
    width: 130px;
    float: left;
    margin-left: 8px;
}
.yjs_right .person_jj {
    height: 193px;
    overflow: hidden;
}
.person_jj  p{
	color: #2e2e2e;
    font-size: 14px;
    line-height: 24px;
}
.yjs_right a {
    color: #0d59a7;
    font-size: 12px;
}
.img2 { transition: All 0.4s ease-in-out; -webkit-transition: All 0.4s ease-in-out; -moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-ou }
.img2:hover { transform: scale(1.1);-webkit-transform: scale(1.1); -moz-transform: scale(1.1);-o-transform: scale(1.1); -ms-transform: scale(1.1); }
/*列表页*/
.contitem{
	height:44px; 
	line-height:44px; 
	overflow: hidden;
	border-bottom: #d5d5d5 1px dashed;
}
.contitem-title{
	float:left;
	width:calc(100% - 155px);
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.contitem-title a{
	color: #2E2E2E;
}
.contitem-title a:hover{
	color: #0d59a7;
}
.contitem-time{
	font-family: "微软雅黑";
	width:95px;
	font-size:14px;
	float:right;
	color: #666;
}
.contitem a:hover{
	color: #0d59a7;
}
/*内容页*/
.janjie_title{
	margin: 17px auto;
	text-align: center;
	font-size: 22px;
	color: #333;
}
.cont_text_title{
	color:#666;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.cont_text_list p{
	text-indent: 2em;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    margin-bottom: 5px;
}
/*结果页*/
.xygk {
    overflow: hidden;
    padding-bottom: 50px;
}
.xy_tit {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #8fa9c0;
}
.zlxz li{height:50px; line-height: 49px; border-bottom: 1px solid #d6d3d3; font-size: 14px; color: #333;}
.zlxz a{color: #333;}
.zlxz a:hover{color: #0055AA;}
.zlxz i{background: url(../images/a9.png); width:19px; height: 15px; display: inline-block; *display: inline; margin: 0 10px;vertical-align: middle;}
.zlxz span a{color: #0d59a7;}
.zlxz{padding-top: 20px;}
.fr{float: right;}
.rexian {
    margin: 15px 0px;
    border-bottom: 1px solid #ececec;
    padding: 0px 55px;
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #34538c !important;
    color: #fff;
    background-color: #33528b !important;
}