@charset "utf-8";
/* CSS Document */

/*学院要闻*/
.news {
	width: 1200px;
	margin: 0 auto;
}
.news_header {
	border-bottom: 1px solid #dcdcdc;
	margin-top: 20px;
	/*lyz新加start*/
	width: 600px;
  	float: right;
	/*lyz新加end*/
}
.news_title {
	float: left;
	font-weight: bold;
	color: #333;
	border-bottom: 3px solid #165068;/*border-bottom: 3px solid #007750;*/
	font-size: 24px;
	line-height: 50px;
}
.n_more {
	float: right;
	padding-right: 30px;
	background: url("../img_new/more.png") no-repeat right 34px;
	background-size: 16px;
	padding-top: 30px;
	margin-right: 10px;
}
.news_header a {
	font-size: 14px;
	color: #666;
}
.n_content {
	margin-bottom: 20px;
}
.news_pic {
	float: left;
	width:540px;/*width: 660px;*/
	margin-top: 20px;
	margin-bottom: 20px;
}
.picFocus {
	margin: 0 auto;
	width:540px;/*width: 660px;*/
	height: 360px;
	padding: 5px;
	position: relative;
	zoom: 1;
}
.picFocus .hd {
	width: 100%;
	position: absolute;
	bottom: -0px;/*bottom: -10px;*/
	right: 5px;
	z-index: 9999;
}
.picFocus .hd ul {
	margin-right: -5px;
	overflow: hidden;
	zoom: 1;
	margin-left: 360px;
}
.picFocus .hd ul li {
	padding-top: 5px;
	float: left;
	text-align: center;
}
.picFocus .hd ul li img {
	width: 35px;/*width: 65px;*/
	height: 35px;/*height: 65px;*/
	border: 3px solid #fff;/*border: 5px solid #fff;*/
	cursor: pointer;
	margin-right: 2px;
}
.picFocus .hd ul li.on img {
	border-color: #165068;/*border-color: #007750;*/
}
.picFocus .bd {
	position: relative;
}
.picFocus .bd li {
	vertical-align: middle;
}
.picFocus .bd img {
	width:540px;/*width: 660px;*/
	height: 360px;
	display: block;
}
.news_bt {
	width:530px;/*width: 650px;*/
	height: 30px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 5px;
}
.bt a {
	color: #fff;
	line-height: 30px;
	padding-left: 5px;
}
.news_list {
	float: right;
	width: 510px;
	margin-left: 20px;
}
.news_list ul li {
	margin-top: 10px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.n_date {
	float: right;/*float: left;*/
	font-size: 14px;
	color: #666;
	line-height: 46px;
}
.n_title {
	float: right;
	width:490px;/*width: 400px;*/
	padding-left: 10px;
}
.n_title a {
	font-size: 16px;
	color: #333;
	line-height: 46px;
}
.n_title a:hover {
	/*color: #007750;*/
	color: #165068;
}
/*通知公告*/
.noticebg {
	background-color: #f5f5f5;
	width: 100%;
	min-width: 1200px;
}
.notice {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 10px;
}
.notice_header {
	margin-top: 20px;
}
.notice_title {
	float: left;
	font-weight: bold;
	color: #333;
	border-bottom: 3px solid #007750;
	font-size: 24px;
	line-height: 50px;
}
.notice_more {
	float: right;
	padding-right: 30px;
	background: url("../img_new/more.png") no-repeat right 34px;
	background-size: 16px;
	padding-top: 30px;
	margin-right: 10px;
}
.notice_header a {
	font-size: 14px;
	color: #666;
}
.notice ul {
	margin-top: 30px;
}
.notice ul li {
	float: left;
	width: 288px;
	margin: 0 6px;
}
.notice_date {
	float: left;
	background-color: #9f9f9f;
	width: 74px;
	height: 60px;
}
.day {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
}
.month {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.notice_bt {
	float: right;
	width: 200px;
	margin-left: 10px;
	line-height: 26px;
	margin-top: 5px;
}
.notice_bt a {
	font-size: 16px;
	color: #434343;
}
/*党建工作&教学管理*/
.part_1 {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}
/*党建工作*/
.partbuild {
	width: 457px;/*width: 540px;*/
	float: left;
}
.partbuild ul {
	margin-top: 20px;/*margin-top: 10px;*/
	text-align:center;
}



ul.third_sec {
    list-style-type: none; /* 去掉默认的列表标志 */
    padding-left: 0; /* 去掉默认的左边距 */
}

ul.third_sec li {
    position: relative; /* 使::before相对于li定位 */
    padding-left: 20px; /* 为标志腾出空间 */
}

ul.third_sec li::before {
    content: ''; /* 使用图片作为标志 */
    position: absolute; /* 绝对定位 */
    left: 0; /* 将标志放在li的最左边 */
    top: 50%; /* 垂直居中 */
    transform: translateY(-50%); /* 修正垂直居中 */
	width: 5px; /* 圆点的宽度 */
    height: 5px; /* 圆点的高度 */
    background-color: #165068; /* 圆点的颜色 */
    border-radius: 50%; /* 使其成为圆形 */
}




.partbuild ul li {
	margin-top: 5px;/*margin-top: 10px;*/
	border-bottom: 2px solid #cecece;
	padding-bottom: 5px;/*padding-bottom: 10px;*/
	padding-left: 10px;
	padding-right: 10px;
}
.p_header {
	margin-top: 20px;
	border-bottom: 1px solid #dcdcdc;
}
.p_title {
	float: left;
	font-weight: bold;
	color: #333;
	border-bottom: 3px solid #165068;/*border-bottom: 3px solid #007750;*/
	font-size: 20px;/*font-size: 24px;*/
	line-height: 50px;
}
.p_more {
	float: right;
	padding-right: 30px;
	background: url("../img_new/more.png") no-repeat right 34px;
	background-size: 16px;
	padding-top: 30px;
	margin-right: 10px;
	font-size: 14px;
	color: #666;
}
.p_bt {
	float: left;
	width: 280px;/*width: 440px;*/
}
.p_bt a {
	font-size: 16px;
	color: #333;
	line-height: 30px;/*line-height: 40px;*/
}

.p_bt_date{
	float: right;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
.p_bt a:hover {
	color: #165068;/*color: #007750;*/
}
.p_date {
	float: right;
	color: #999;
	font-size: 14px;
	line-height: 15px;/*line-height: 40px;*/
}


/*教学管理*/
.teachmanage {
	width: 450px;/*width: 600px;*/
	margin-left: 25px;/*margin-left: 30px;*/
	/*float: right;*/
	float: left;
}
.teachmanage ul li {
	margin-top: 5px;/*margin-top: 10px;*/
	border-bottom: 2px solid #cecece;
	padding-bottom: 5px;/*padding-bottom: 10px;*/
	padding-left: 10px;
	padding-right: 10px;
}
.t_header {
	margin-top: 20px;
	border-bottom: 1px solid #dcdcdc;
}
.t_title {
	float: left;
	font-weight: bold;
	color: #333;
	border-bottom: 3px solid #165068;/*border-bottom: 3px solid #007750;*/
	font-size: 20px;/*font-size: 24px;*/
	line-height: 50px;
}
.t_more {
	float: right;
	padding-right: 30px;
	background: url("../img_new/more.png") no-repeat right 34px;
	background-size: 16px;
	padding-top: 30px;
	margin-right: 10px;
	font-size: 14px;
	color: #666;
}
.t_pic {
	float: left;
	width: 193px;
	height: 117px;
	margin-top: 20px;
}
.t_pic img {
	width: 100%;
	height: 100%;
}
.t_pic_bt {
	float: right;
	width: 380px;
	margin-top: 20px;
	padding: 0 10px;
}
.t_pic_bt .bt a {
	font-size: 16px;
	color: #007750;
	line-height: 28px;
}
.t_pic_bt .t_digest {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 10px;
}
.teachmanage ul {
	margin-top: 20px;
}
.teachmanage ul li {
	/*list-style: disc;
	margin-left: 20px;*/
	border: none;
}
.t_bt {
	float: left;
}
.t_bt a {
	color: #434343;
	font-size: 16px;
	line-height: 26px;
}
.t_bt a:hover {
	color: #165068;/*color: #007750;*/
}
.t_date {
	float: right;
	font-size: 14px;/*font-size: 12px;*/
	color: #666;
	line-height: 26px;
}
/*学术科研&团学工作&下载专区*/
.part_2_bg {
	background-color: #f5f5f5;
	/*padding-bottom: 30px;*/
	width: 100%;
	min-width: 1200px;
}
.part_2 {
	width: 1200px;
	margin: 0 auto;
}
/*学术科研*/
/*.scientific{ float:left; width:430px;}*/
.scientific {
	float: left;
	width: 243px;/*width: 260px;*/
	margin-left:15px;/*新加*/
}
.s_header {
	margin-top: 20px;
	border-bottom: 1px solid #dcdcdc;
	
	margin-bottom:10px;
}
.s_title {
	float: left;
	font-weight: bold;
	color: #333;
	border-bottom: 3px solid #165068;/*border-bottom: 3px solid #007750;*/
	font-size: 20px;/*font-size: 24px;*/
	line-height: 50px;
}
.s_more {
	float: right;
	padding-right: 30px;
	background: url("../img_new/more.png") no-repeat right 34px;
	background-size: 16px;
	padding-top: 30px;
	margin-right: 10px;
	font-size: 14px;
	color: #666;
}
.scientific ul li {
	margin-top: 7px;/*margin-top: 20px;*/
	
	
}
.s_date1, .s_date2, .s_date3, .s_date4 {
	float: left;
	width: 50px;/*width: 60px;*/
	height: 18px;/*height: 34px;*/
	text-align: center;
	padding-top: 34px;
}
.s_date1 {
	background: url("../img_new/date_bg1.png") no-repeat left center;
}
.s_date2 {
	background: url("../img_new/date_bg2.png") no-repeat left center;
}
.s_date3 {
	background: url("../img_new/date_bg3.png") no-repeat left center;
}
.s_date4{
	background: url("../img_new/date_bg4.png") no-repeat left center;
}





.s_nr {
	float: right;
	margin-top: 15px;
	width: 190px;/*width: 180px;*/
}/*.s_nr{ float:right; margin-top:15px; width:360px;}*/
.s_bt a {
	color: #434343;
	font-size: 16px;
	line-height: 24px;
}
.s_bt a:hover {
	color: #165068;/*color: #007750;*/
}
.source {
	font-size: 14px;
	color: #8e8e8e;
	line-height: 20px;
}
/*团学工作*/
.work {
	float: left;
	width: 457px;/*width: 460px;*/
	/*margin-left: 20px;*/
}/*.work{ float:left; width:430px; margin-left:20px;}*/
.w_header {
	margin-top: 20px;
	border-bottom: 1px solid #dcdcdc;
}
.w_title {
	float: left;
	font-weight: bold;
	color: #333;
	border-bottom: 3px solid #165068;/*border-bottom: 3px solid #007750;*/
	font-size: 20px;/*font-size: 24px;*/
	line-height: 50px;
}
.w_more {
	float: right;
	padding-right: 30px;
	background: url("../img_new/more.png") no-repeat right 34px;
	background-size: 16px;
	padding-top: 30px;
	margin-right: 10px;
	font-size: 14px;
	color: #666;
}
.w_pic {
	margin-top: 30px;
	float: left;
	width: 193px;
	height: 117px;
}
.w_nr {
	margin-top: 30px;
	float: right;
	width: 230px;
}
.w_nr .bt a {
	color: #007750;
	font-size: 16px;
	line-height: 24px;
}
.w_nr .date {
	padding-left: 150px;
	line-height: 24px;
	color: #666;
	font-size: 12px;
	margin-top: 10px;
}
.w_nr .digest {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.work ul {
	margin-top: 30px;/*margin-top: 40px;*/
}
.work ul li {
	/*list-style: disc;
	margin-left: 20px;*/
	margin-top: 25px/*;margin-top: 30px;*/
}
.w_bt a {
	color: #434343;
	font-size: 16px;
	line-height: 15px;/*line-height: 30px;*/
}
.w_bt a:hover {
	color: #165068;/*color: #007750;*/
}
/*下载专区*/
.download {
	float: left;
	width: 438px;/*width: 440px;*/
	margin-left: 20px;
}/*.download{ float:left; width:300px; margin-left:20px;}*/
.d_header {
	margin-top: 20px;
	border-bottom: 1px solid #dcdcdc;
}
.d_title {
	float: left;
	font-weight: bold;
	color: #333;
	border-bottom: 3px solid #165068;/*border-bottom: 3px solid #007750;*/
	font-size: 20px;/*font-size: 24px;*/
	line-height: 50px;
}
.d_more {
	float: right;
	padding-right: 30px;
	background: url("../img_new/more.png") no-repeat right 34px;
	background-size: 16px;
	padding-top: 30px;
	margin-right: 10px;
	font-size: 14px;
	color: #666;
}
.download ul {
	margin-top: 30px;
}
.download ul li {
	/*list-style: disc;
	margin-left: 20px;*/
	margin-top: 25px;/*margin-top: 26px;*/
}
.d_bt a {
	color: #434343;
	font-size: 16px;
	line-height: 15px;/*line-height: 30px;*/
}
.d_bt a:hover {
	color: #165068;/*color: #007750;*/
}
/*专题网*/
.special {
	width: 1200px;
	margin: 0 auto;
}
.special ul {
	margin-top: 30px;
	margin-bottom: 30px;
}
.special ul li {
	float: left;
	width: 194px;
	height: 42px;
	margin: 0 3px;
}
#browser-modal {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #303233;
	position: fixed;
	z-index: 9990009;
}
#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #111;
	opacity: .9;
	z-index: -1
}
#browser-modal .browser-content {
	width: 700px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 50px;
	background-color: #fff;
	border-radius: 5px
}
#browser-modal .browser-content .browser-dpc-logo img {
	height: 42px;
	margin: 45px auto 40px
}
#browser-modal .browser-content .browser-text-title {
	text-transform: uppercase;
	font-size: 24px
}
#browser-modal .browser-content .browser-text-desc {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px
}
#browser-modal .browser-content .browser-list {
	width: 600px;
	margin: 20px auto;
	height: 130px
}
#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}
#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 10px;
}
#browser-modal .browser-content .browser-item .iconchrome {
	background: url("../img_new/bro.png") no-repeat 0 0
}
#browser-modal .browser-content .browser-item .iconfirefox {
	background: url("../img_new/bro.png") no-repeat 0 -100px
}
#browser-modal .browser-content .browser-item .iconopera {
	background: url("../img_new/bro.png") no-repeat 0 -200px
}
#browser-modal .browser-content .browser-item .iconEdge {
	background: url("../img_new/bro.png") no-repeat 0 -300px
}
#browser-modal .browser-content .browser-item a {
	cursor: pointer;
	display: block
}
#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0 auto;
	max-width: 100px;
	width: 100px;
	height: 100px
}
#browser-modal .browser-content .browser-item a h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700
}
