@charset "utf-8";
/* CSS Document */

body {
  margin: 0 auto;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif, "微软雅黑";
  min-width: 1200px;
  background: #ffffff;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
  height: 0;
}

li {
  list-style: none;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
label,
input,
textarea,
img,
ul,
li,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.hide {
  display: none;
}

.bg01{
  background: url(../images/bg01.png) top repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 3px solid #0669d2;
  z-index: 10;
}
.bg01_show{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 3px solid #0669d2;
  z-index: 10;
}
.bg02{
  background: url(../images/bg02.png) no-repeat;
  height: 500px;
}
.bg03{
  background: url(../images/bg03.png) no-repeat;
  height: 420px;
}
.bg04{
  background: url(../images/bg04.png) no-repeat;
  height: 400px;
}
.bg05{
  background: url(../images/bg05.png) no-repeat;
  height: 340px;
}
.bg07{
  background: #edf3fa;
}

/* 头部搜索 */
.index_search{
	width: 206px;
	height: 30px;
	margin-top: 57px;
	position: relative;
	background: #ffffff;
  border-radius: 25px;
  overflow: hidden;
}
.index_search .input{
	background: none;
	color: #595959;
	padding-left: 10px;
	width: 170px;
	height: 31px;
	border: 0;
	outline: none;
	line-height: 31px;
	position: absolute;
	left: 0
}
.index_search .btn{
	background: url(../images/btn.png) center no-repeat;
	height: 30px;
	border: 0;
	cursor: pointer;
	right: 0;
	position: absolute;
	width: 30px
}

/* 导航 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav {
	padding: 0;
	height: 54px;
	line-height: 54px;
	position: relative;
	z-index: 1;
	width: 1140px;
	margin: 0 auto
}
.nav a {
	color: #fff;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}
.nav .nLi01 {
	float: left;
	position: relative;
	display: inline;
	color: #fff
}
.nav .nLi h3 {
	float: left;
}
.nav .nLi h3 a {
	display: block;
	font-size: 18px;
	font-weight: normal;
  width: 111px;
  text-align: center;
}
.nav .sub {
	display: none;
	width: 120px;
	left: 0;
	top: 54px;
	position: absolute;
	background: #0953bc;
	line-height: 26px;
	padding: 5px 0;
  border-top: 2px solid #fff;
}
.nav .sub li {
	zoom: 1;
}
.nav .sub a {
	display: block;
	padding: 0;
  text-decoration: none;
  text-align: center;
}
.nav .sub a:hover {
	background: #3a75c9;
	color: #fff;
}


/* banner */
.fullSlide {
	width: 100%;
	position: relative;
	height: 1080px;
	background: #fff;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 1080px;
	overflow: hidden;
	text-align: center;
	background: cover
}
.fullSlide .bd li a {
	display: block;
	height: 1080px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	background: url(../images/touming.png) repeat-x;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}
.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 5px;
	background: url(../images/tg_flash_p.png) -18px 0;
	overflow: hidden;
	line-height: 9999px;
}
.fullSlide .hd ul .on {
	background-position: 0 0;
}




/* 内页banner */
.fullSlide01 {
	width: 100%;
	position: relative;
	height: 560px;
	background: #fff;
}
.fullSlide01 .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide01 .bd ul {
	width: 100% !important;
}
.fullSlide01 .bd li {
	width: 100% !important;
	height: 560px;
	overflow: hidden;
	text-align: center;
	background: cover
}
.fullSlide01 .bd li a {
	display: block;
	height: 560px;
}


/* 最新资讯 */
.latest_information{
  margin-top: 40px;
  padding-bottom: 36px;
}
.latest_information .t{
  height: 80px;
  color: #2a2a2a;
  font-size: 30px;
  position: relative;
}
.latest_information .t span{
  display: block;
  font-size: 16px;
  color: #999999;
}
.latest_information .t a{
  color: #2a2a2a;
  font-size: 16px;
  text-align: center;
  width: 98px;
  height: 28px;
  border: 1px solid #acacac;
  line-height: 28px;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 20px;
}
.latest_information .t a:hover{
  background: #0953bc;
  color: #fff;
}
.latest_information .item{
  width: 570px;
  height: 84px;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 15px;
}
.latest_information .item .date{
  width: 112px;
  text-align: center;
  color: #0953bc;
  font-size: 30px;
  background: url(../images/index01.png) right no-repeat;
  padding-top: 20px;
  height: 64px;
}
.latest_information .item .date span{
  font-size: 14px;
  color: #4f4f4f;
  display: block;
}
.latest_information .item a{
  display: block;
  margin-left: 30px;
  line-height: 84px;
  color: #2a2a2a;
  text-decoration: none;
  font-size: 16px;
}
.latest_information .item:hover{
  background: url(../images/index02.png) no-repeat;
}
.latest_information .item:hover .date{
  color: #fff;
  background: url(../images/index03.png) right no-repeat;
}
.latest_information .item:hover .date span{
  color: #fff;
}
.latest_information .item:hover a{
  color: #fff;
}

/* 最新公告 */
.latest_announcement{
  padding-top: 40px;
}
.latest_announcement .t{
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding-bottom: 30px;
}
.latest_announcement .t span{
  display: block;
  font-size: 16px;
}
.latest_announcement .item{
  width: 350px;
  color: #fff;
  position: relative;
  margin: 20px 25px;
}
.latest_announcement .item a{
  display: block;
  background: url(../images/arrow01.png) left no-repeat;
  padding-left: 20px;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.latest_announcement .item .line{
  width: 261px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 80px;
}
.latest_announcement .item .date{
  font-size: 14px;
  margin-top: 3px;
}
.latest_announcement .more a{
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: center;
  width: 98px;
  height: 28px;
  border: 1px solid #fff;
  line-height: 28px;
  text-decoration: none;
  margin: 10px auto;
}
.latest_announcement .more a:hover{
  background: #fff;
  color: #0953bc;
}

/* 招生计划 */
.enrollment_plan{
  width: 600px;
  padding-top: 60px;
}
.enrollment_plan .search{
  width: 600px;
  height: 120px;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin-top: 40px;
}
.enrollment_plan .search .select{
  line-height: 40px;
}
.enrollment_plan .search .select select{
  width: 160px;
  height: 24px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 20px;
}
.enrollment_plan .search .btn{
  width: 114px;
  height: 36px;
  background: transparent;
  text-align: center;
  line-height: 36px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 100px;
  top: 30px;
}



/* 录取分数 */
.admission_score{
  width: 600px;
  padding-top: 60px;
}
.admission_score .search{
  width: 500px;
  height: 120px;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin-top: 40px;
}
.admission_score .search .select{
  line-height: 40px;
}
.admission_score .search .select select{
  width: 160px;
  height: 24px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 20px;
}
.admission_score .search .btn{
  width: 114px;
  height: 36px;
  background: transparent;
  text-align: center;
  line-height: 36px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 30px;
}


/* 辽师影像 */
.image_of_liao_division{
  padding-top: 30px;
  padding-bottom: 50px;
}
.image_of_liao_division .t{
  height: 80px;
  color: #2a2a2a;
  font-size: 30px;
  position: relative;
}
.image_of_liao_division .t span{
  display: block;
  font-size: 16px;
  color: #999999;
}
.image_of_liao_division .t a{
  color: #2a2a2a;
  font-size: 16px;
  text-align: center;
  width: 98px;
  height: 28px;
  border: 1px solid #acacac;
  line-height: 28px;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 20px;
}
.image_of_liao_division .t a:hover{
  background: #0953bc;
  color: #fff;
}
.image_of_liao_division .item{
  width: 284px;
  height: 216px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #000;
  margin: 13px 6px;
}
.image_of_liao_division .item img{
  width: 284px;
  height: 216px;
}
.image_of_liao_division .item .mask{
  width: 244px;
  height: 176px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  display: none;
}
.image_of_liao_division .item .mask h2{
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 10px;
}
.image_of_liao_division .item .mask p{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.image_of_liao_division .item a:hover img{
  opacity: .3;
}
.image_of_liao_division .item a:hover .mask{
  display: block;
}

/* 各省招办 */
.gszb{
  margin-left: 30px;
  padding-top: 90px;
}
.gszb .item_list{
  width: 750px;
  margin-left: 125px;
}
.gszb .item_list .item{
  width: 300px;
  height: 50px;
  background: #fff;
  border-radius: 10px;
  margin-left: 50px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.gszb .item_list .item a{
  display: block;
  height: 50px;
  line-height: 50px;
  color: #2a2a2a;
  font-size: 16px;
  padding-left: 145px;
  text-decoration: none;
}
.gszb .item_list .item a.icon01{
  background: url(../images/icon01.png) 87px center no-repeat;
}
.gszb .item_list .item:hover a.icon01{
  background: url(../images/icon01_hover.png) 87px center no-repeat;
}
.gszb .item_list .item a.icon02{
  background: url(../images/icon02.png) 87px center no-repeat;
}
.gszb .item_list .item:hover a.icon02{
  background: url(../images/icon02_hover.png) 87px center no-repeat;
}
.gszb .item_list .item a.icon03{
  background: url(../images/icon03.png) 87px center no-repeat;
}
.gszb .item_list .item:hover a.icon03{
  background: url(../images/icon03_hover.png) 87px center no-repeat;
}
.gszb .item_list .item a.icon04{
  background: url(../images/icon04.png) 87px center no-repeat;
}
.gszb .item_list .item:hover a.icon04{
  background: url(../images/icon04_hover.png) 87px center no-repeat;
}
.gszb .item_list .item a.icon05{
  background: url(../images/icon05.png) 87px center no-repeat;
}
.gszb .item_list .item:hover a.icon05{
  background: url(../images/icon05_hover.png) 87px center no-repeat;
}
.gszb .item_list .item:hover{
  background: #0953bc;
}
.gszb .item_list .item:hover a{
  color: #fff;
}


/* 友情链接 */
.logo_list{
  width: 880px;
  padding-top: 45px;
}
.logo_list .item{
  width: 210px;
  height: 40px;
  line-height: 40px;
  margin-top: 12px;
}
.logo_list .item a{
  display: block;
  height: 40px;
  color: #fff;
  font-size: 14px;
}
.logo_list .item a img{
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 15px;
}


/* 本科招生办公室 */
.index_contact{
  width: 320px;
  color: #fff;
  padding-top: 80px;
}
.index_contact h2{
  padding-bottom: 15px;
  font-weight: normal;
  font-size: 18px;
}
.index_contact p{
  line-height: 30px;
  font-size: 14px;
}

/* 底部版权信息 */
.footer{
  background: #0b5bc1;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  line-height: 26px;
  font-size: 14px;
}



/* 伸缩导航 */
.menu{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
}
input[type=radio] {
  display: none;
}

label[for=menu-open] {
  display: flex;
  flex-direction: column;
  padding: 0;
  position: fixed;
}
label[for=menu-open] span {
  margin-bottom: 5px;
  height: 5px;
  background: #333;
  width: 25px;
  border-radius: 3px;
}

.menu-close {
  display: flex;
  flex-direction: column;
  padding: 0;
  z-index: 20;
  width: 126px;
  height: 97px;
  right: 0;
  position: absolute;
}
.menu-close span {
  margin-bottom: 5px;
  height: 5px;
  background: #FFF;
  width: 30px;
  border-radius: 3px;
}
.menu-close span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.menu-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.overlay {
  width: 100%;
  /* height: 100vh; */
  background: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: -10;
  left: 0;
  transform: translateY(0%);
  transition: 0.2s ease-in;
}

#menu-open ~ label ~ .side-menu {
  display: flex;
  position: fixed;
  top: 0;
  height: 100%;
  transform: translateX(-100%);
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.2s linear;
  z-index: 10;
}

#menu-open:checked ~ .overlay {
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
}

#menu-open:checked ~ label ~ .side-menu {
  transform: translateX(0%);
  box-shadow: 0 1px 5px #333;
}

.side-menu {
  flex-direction: column;
}
.side-menu nav {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.side-menu nav ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
}
.side-menu nav ul li {
  list-style-type: none;
  height: 70px;
  display: flex;
}
.side-menu nav ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-decoration: none;
}
.side-menu nav ul li a:hover {
  background-color: #2980b9;
}



/* 右侧浮动 */
#floatDivBoxs{width:155px;position:fixed;top:180px;right:0;z-index:999;}
#rightArrow{width:26px;height:45px;background:url(../images/right_arrow.png) left 10px no-repeat;}
#rightArrow a{display:block;height:45px;}
.yxh{
  background: rgba(9, 83, 188, .8);
  width: 155px;
  height: 50px;
  border-bottom: 1px solid #fff;
}
.yxh:hover{
  background: rgba(9, 83, 188, 1);
}
.yxh a{
  display: block;
  height: 50px;
  color: #fff;
  background: url(../images/yxh.png) 15px center no-repeat;
  line-height: 50px;
  padding-left: 50px;
  font-size: 16px;
  text-decoration: none;
}
.zsjz{
  background: rgba(9, 83, 188, .8);
  width: 155px;
  height: 50px;
  border-bottom: 1px solid #fff;
}
.zsjz:hover{
  background: rgba(9, 83, 188, 1);
}
.zsjz a{
  display: block;
  height: 50px;
  color: #fff;
  background: url(../images/zsjz.png) 15px center no-repeat;
  line-height: 50px;
  padding-left: 50px;
  font-size: 16px;
  text-decoration: none;
}
.zszc{
  background: rgba(9, 83, 188, .8);
  width: 155px;
  height: 50px;
  border-bottom: 1px solid #fff;
}
.zszc:hover{
  background: rgba(9, 83, 188, 1);
}
.zszc a{
  display: block;
  height: 50px;
  color: #fff;
  background: url(../images/zszc.png) 15px center no-repeat;
  line-height: 50px;
  padding-left: 50px;
  font-size: 16px;
  text-decoration: none;
}
.zsjh{
  background: rgba(9, 83, 188, .8);
  width: 155px;
  height: 50px;
  border-bottom: 1px solid #fff;
}
.zsjh:hover{
  background: rgba(9, 83, 188, 1);
}
.zsjh a{
  display: block;
  height: 50px;
  color: #fff;
  background: url(../images/zsjh.png) 15px center no-repeat;
  line-height: 50px;
  padding-left: 50px;
  font-size: 16px;
  text-decoration: none;
}
.lqfs{
  background: rgba(9, 83, 188, .8);
  width: 155px;
  height: 50px;
  border-bottom: 1px solid #fff;
}
.lqfs:hover{
  background: rgba(9, 83, 188, 1);
}
.lqfs a{
  display: block;
  height: 50px;
  color: #fff;
  background: url(../images/lqfs.png) 15px center no-repeat;
  line-height: 50px;
  padding-left: 50px;
  font-size: 16px;
  text-decoration: none;
}
.lqjg{
  background: rgba(9, 83, 188, .8);
  width: 155px;
  height: 50px;
  border-bottom: 1px solid #fff;
}
.lqjg:hover{
  background: rgba(9, 83, 188, 1);
}
.lqjg a{
  display: block;
  height: 50px;
  color: #fff;
  background: url(../images/lqjg.png) 15px center no-repeat;
  line-height: 50px;
  padding-left: 50px;
  font-size: 16px;
  text-decoration: none;
}


/* 内页 */
.ny_left {
  width: 260px;
  position: relative;
}

.ny_left .t {
  background: url(../images/ny01.png) no-repeat;
  height: 70px;
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: -90px;
  left: 0;
  width: 230px;
  padding-left: 30px;
  padding-top: 20px;
}

.ny_left .con {
  border-bottom: 0;
  margin-top: 0;
}

.ny_left .con li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #cdcdcd;
  background: #fff;
  padding-left: 30px;
  position: relative;
}

.ny_left .con li a {
  display: block;
  color: #4f4f4f;
  font-size: 16px;
  text-decoration: none;
  height: 50px;
}
.ny_left .con li a .line{
  width: 64px;
  height: 2px;
  background: #0953bc;
  position: absolute;
  bottom: 0;
  left: 30px;
  display: none;
}

.ny_left .con li a:hover {
  color: #0953bc;
}
.ny_left .con li a.hover {
  color: #0953bc;
}
.ny_left .con li a:hover .line{
  display: block;
}
.ny_left .con li a.hover .line{
  display: block;
}
.ny_left .ny_search{
  margin-top: 50px;
  background: url(../images/ny02.png) no-repeat;
  height: 420px;
}
.ny_left .ny_search .select{
  margin: 5px 15px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  padding: 0 5px;
}
.ny_left .ny_search .select select{
  width: 160px;
  height: 24px;
  border-radius: 5px;
  background: transparent;
  border: 0 solid #fff;
  color: #fff;
  margin-left: 20px;
}
.ny_left .ny_search .select .input{
  width: 150px;
  height: 24px;
  border-radius: 5px;
  background: transparent;
  border: 0;
  color: #fff;
  margin-left: 20px;
  outline: none;
}
.ny_left .ny_search .btn{
  display: block;
  margin: 10px 15px;
  height: 30px;
  background: transparent;
  text-align: center;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 228px;
}
.ny_left .ny_search .btn:hover{
  background: #fff;
  color: #0669d2;
}

.ny_right {
  width: 860px;
  margin-top: 20px;
  background: #fff url(../images/ny04.png) bottom right no-repeat;
  padding: 30px;
  margin-bottom: 30px;
}

.ny_right .t {
  height: 50px;
  border-bottom: 2px solid #b8b8b8;
  position: relative;
}

.ny_right .t .span {
  padding: 0 15px;
  color: #0a56bd;
  font-size: 18px;
  display: inline-block;
  line-height: 39px;
  border-bottom: 0;
  margin-top: 10px;
  border-bottom: 4px solid #0854bc;
}

.ny_right .t .ny_pos {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 39px;
  float: right;
	padding-left: 20px;
}

.ny_right .t .ny_pos a {
  color: #6a6a6a;
  padding: 0 5px;
}

.ny_right .list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 6px;
}

.ny_right .list li {
  font-size: 16px;
  margin-bottom: 14px;
  width: 852px;
  height: 58px;
  border: 1px solid #b8b8b8;
  line-height: 58px;
  background: url(../images/ny05.png) right no-repeat;
  position: relative;
}
.ny_right .list li .line{
  height: 40px;
  width: 4px;
  background: #0854bc;
  position: absolute;
  left: -7px;
  top: 9px;
}
.ny_right .list li:hover{
  background: url(../images/ny06.png) no-repeat;
}
.ny_right .list li:hover a{
  color: #fff;
}
.ny_right .list li:hover .date {
  color: #fff;
}

.ny_right .list li .date {
  float: right;
  color: #4f4f4f;
  padding-right: 15px;
  font-size: 14px;
}

.ny_right .list li a {
  color: #4f4f4f;
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.ny_right .list01 {
  margin: 20px 0;
}

.ny_right .list01 li {
  width: 273px;
  height: 198px;
  text-align: center;
  font-size: 16px;
  float: left;
  margin: 5px;
  border: 1px solid #b8b8b8;
}


.ny_right .list01 li img {
  width: 273px;
  height: 160px;
}
.ny_right .list01 li .title{
  color: #4f4f4f;
  height: 34px;
  line-height: 34px;
}
.ny_right .list01 li a{
  text-decoration: none;
}
.ny_right .list01 li:hover{
  background: #0953bc;
}
.ny_right .list01 li:hover a .title{
  color: #fff;
}


.ny_right .con .header {
  text-align: center;
  margin-top: 20px;
  border-bottom: 1px solid #b2b2b2;
}

.ny_right .con .header h2 {
  color: #0854bc;
  font-size: 24px;
}

.ny_right .con .header p {
  padding: 15px 0;
  color: #808080;
  font-size: 16px;
}

.ny_right .con .details {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #b8b8b8;
}

.ny_right .con .content {
  padding: 20px;
  
}

.ny_right .con .np{
  line-height: 30px;
  color: #4f4f4f;
  padding-top: 15px;
}
.ny_right .con .np a{
color: #4f4f4f;
text-decoration: none;
}
.ny_right .con .np a:hover{
  font-weight: bold;
}
.ny_right .con .np p{
  padding-bottom: 10px;
}



/* 院系设置 */
.ny_yxsz{
  width: 860px;
  background: url(../images/ny08.png) 429px 0 repeat-y;
  min-height: 500px;
  margin-top: 25px;
  position: relative;
}
.ny_yxsz .ny_logo{
  text-align: center;
}
.ny_yxsz .item_l{
  width: 430px;
  float: left;
}
.ny_yxsz .item_l .n_t{
  background: url(../images/ny08.png) 0 19px repeat-x;
  height: 40px;
  position:relative;
}
.ny_yxsz .item_l .n_t a{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #fff;
  padding: 0 5px;
  font-size: 20px;
  color: #0953bc;
}
.ny_yxsz .item_l .n_t a i{
  margin-left: 5px;
}
.ny_yxsz .item_l .n_t span{
  float: right;
  width: 20px;
  height: 20px;
  background: url(../images/ny10.png);
  position: absolute;
  right: -9px;
  top: 10px;
}
.ny_yxsz .item_l p{
  padding-left: 20px;
}
.ny_yxsz .item_l p a{
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #4f4f4f;
  text-decoration: none;
}
.ny_yxsz .item_l p a:hover{
  color: #0953bc;
}
.ny_yxsz .item_l p a i{
  color: #0953bc;
}
.ny_yxsz .item_r{
  width: 430px;
  float: right;
}
.ny_yxsz .item_r .n_t{
  background: url(../images/ny08.png) 0 19px repeat-x;
  height: 40px;
  position:relative;
  text-align: right;
}
.ny_yxsz .item_r .n_t a{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #fff;
  padding: 0 5px;
  font-size: 20px;
  color: #0953bc;
}
.ny_yxsz .item_r .n_t a i{
  margin-left: 5px;
}
.ny_yxsz .item_r .n_t span{
  float: right;
  width: 20px;
  height: 20px;
  background: url(../images/ny10.png);
  position: absolute;
  left: -11px;
  top: 10px;
}
.ny_yxsz .item_r p{
  padding-left: 200px;
}
.ny_yxsz .item_r p a{
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #4f4f4f;
  text-decoration: none;
}
.ny_yxsz .item_r p a:hover{
  color: #0953bc;
}
.ny_yxsz .item_r p a i{
  color: #0953bc;
}



/* 修改 */
.scroll {
  overflow-y: auto;
  width: 100%;
}
.scroll ul {
  max-width: 1200px;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.scroll li {
  width: 10%;
  text-align: center;
  padding-top: 20px;
}
.scroll li h2 {
  font-size: 18px;
  font-weight: bold;
}
.scroll li a {
  color: #fff;
}
.scroll li .list {
  padding: 15px 0;
}
.scroll li .list h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.scroll li .list h3 a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding-bottom: 10px;
}
.scroll li .list dd {
  font-size: 12px;
  line-height: 20px;
  opacity: .65;
}
/* 修改 end */