﻿@charset "utf-8";
/* CSS Document */

body {
  margin: 0 auto;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif, "微软雅黑";
  min-width: 1120px;
  background: #f3f6fa;
}

.wrapper {
  width: 1120px;
  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;
}

.bg01 {
  background: #fff;
  box-shadow: 0 8px 5px -5px rgba(61, 61, 61, .4)
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.nav {
  padding: 0;
  height: 120px;
  line-height: 120px;
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.nav a {
  color: #222222;
}

.nav .nLi {
  float: left;
  position: relative;
  display: inline;
  margin: 0 15px;
}

.nav .nLi h3 {
  float: left;
}

.nav .nLi h3 a {
  display: block;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
}

.nav .sub {
  display: none;
  width: 100px;
  left: 0;
  top: 49px;
  position: absolute;
  background: #ff7e00;
  line-height: 26px;
  padding: 5px 0;
}

.nav .sub li {
  zoom: 1;
}

.nav .sub a {
  display: block;
  padding: 0 10px;
}

.nav .sub a:hover {
  background: #6d6d6d;
  color: #fff;
}

.nav .on h3 a {
  border-bottom: 2px solid #1266c5;
  color: #1266c5;
}

.index_search {
  width: 300px;
  height: 40px;
  position: relative;
  border: 1px solid #1266c5;
  border-radius: 5px;
  margin-top: 40px;
}

.index_search .input {
  height: 38px;
  line-height: 40px;
  width: 230px;
  position: absolute;
  left: 14px;
  top: 0;
  border: 0;
  right: 15px;
  outline: none;
}

.index_search .btn {
  background: #1266c5;
  width: 50px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
}

.index_search .btn i {
  color: #fff;
}

.fullSlide {
  width: 100%;
  position: relative;
  height: 500px;
  background: #000;
}

.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: 500px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 500px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 0;
  height: 30px;
  line-height: 30px;
  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;
  zoom: 1;
  width: 22px;
  height: 22px;
  margin: 5px;
  border-radius: 25px;
  background: rgba(255, 255, 255, .4);
  overflow: hidden;
  line-height: 9999px;
}
.fullSlide .hd ul li.on{
  background: rgba(255, 255, 255, 1);
}
.erweima{
  width: 340px;
  height: 320px;
  background: linear-gradient(to bottom, #f5f9fc, #d2eeff);
  position: absolute;
  top: 90px;
  border-radius: 10px;
  right: 10%;
  text-align: center;
}
.erweima h2{
  font-size: 20px;
  color: #222222;
  font-weight: normal;
  padding: 20px 0;
}
.erweima p{
  font-size: 18px;
  color: #222222;
  font-weight: normal;
  padding: 20px 0;
  line-height: 40px;
}
.erweima p i{
  font-size: 26px;
  margin-right: 15px;
  color: #1266c5;
}
.erweima .photo{
  margin-top: 40px;
}
.erweima a{
  display: inline-block;
  border: 1px solid #1266c5;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  padding: 0 15px;
  margin: 10px 20px;
  text-decoration: none;
}
.erweima a:hover{
  background: #1266c5;
  color: #fff;
}

.index_left{
  width: 790px;
}
.index_left .menu{
  background: #fff;
  box-shadow: 0 8px 5px -5px rgba(61, 61, 61, .4);
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px;
}

#box dd {
	float: left;
	color: #222222;
	margin: 10px 6px;
	font-size: 16px;
	cursor: pointer;
  background: #e6f2ff;
  border-radius: 15px;
  padding: 0 15px;
  line-height: 30px;
}

#box dd.active {
	color: #fff;
  background: #1266c5;
}

#box dl.select {
	background: #efefef;
	margin: 0;
	padding: 0 20px;
}

#box dl.select dd{
	border: 1px solid #c4284d;
	height: 25px;
	line-height: 25px;
	margin-top: 13px;
	padding: 0 2px 0 10px;
	border-radius: 3px;
  background-color: #fff;
}
#box dl.select dd span{
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	background: #c4284d;
	color: #fff;
	margin-left: 10px;
	cursor: pointer;
  border-radius: 5px;
}

.index_school{
  width: 280px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 5px -5px rgba(61, 61, 61, .4);
  margin-top: 20px;
}
.index_school .t {
  height: 70px;
  border-bottom: 1px solid #dddddd;
  line-height: 70px;
  color: #222222;
  font-size: 24px;
  overflow: hidden;
}

.index_school .t a {
  float: right;
  color: #fff;
  background: #1860a8;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 15px;
  margin-top: 28px;
}

.index_school .t span {
  float: left;
  border-bottom: 3px solid #1266c5;
  line-height: 66px;
  color: #1266c5;
  margin-left: 30px;
}

.index_school .t span i {
  font-size: 30px;
  color: #1266c5;
  margin: 0 10px;
}
.index_school .list{
  margin:12px 30px;
}
.index_school .item{
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  margin-top: 19px;
  line-height: 56px;
}
.index_school .item a{
  color: #222222;
  font-size: 18px;
}
.index_school .item img{
  float: left;
  width: 56px;
  height: 56px;
  margin-right: 30px;
}

.index_new{
  width: 480px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 5px -5px rgba(61, 61, 61, .4);
  margin-top: 20px;
}
.index_new .t {
  height: 70px;
  border-bottom: 1px solid #dddddd;
  line-height: 70px;
  color: #222222;
  font-size: 24px;
  overflow: hidden;
}

.index_new .t a {
  float: right;
  margin-top: 28px;
  margin-right: 30px;
}

.index_new .t span {
  float: left;
  border-bottom: 3px solid #1266c5;
  line-height: 66px;
  color: #1266c5;
  margin-left: 30px;
}
.index_new .t span i {
  font-size: 30px;
  color: #1266c5;
  margin: 0 10px;
}
.index_new .list{
  margin:17px 30px 26px 30px;
}
.index_new .item{
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 19px;
  margin-top: 20px;
  line-height: 30px;
}
.index_new .item img{
  float: left;
  width: 73px;
  height: 102px;
  margin-right: 18px;
}
.index_new .item .txt{
  float: left;
  color: #222222;
  font-size: 16px;
}
.index_new .item .txt i{
  color: #b9b9b9;
}

.index_right{
  width: 300px;
  margin-top: 40px;
}
.index_right img{
  width: 300px;
  height: 275px;
  margin-bottom: 30px;
}

.footer{
  text-align: center;
  color: #fff;
  background: #1266c5;
  padding: 20px 0;
  font-size: 16px;
}

.ny_left{
  width: 800px;
  background: #fff;
  padding: 25px 30px;
  box-shadow: 0 8px 5px -5px rgba(61, 61, 61, .4);
  border-radius: 10px;
  margin-top: 40px;
}

.ny_left .t {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dedede;
}

.ny_left .t .ny_pos {
  color: #888888;
  font-size: 16px;
  line-height: 60px;
  float: right;
}

.ny_left .t .ny_pos a {
  color: #888888;
  padding: 0 5px;
}
.ny_left .t .ny_pos i{
  color: #1266c5;
  font-size: 20px;
}
.ny_left .t span{
  float: left;
  font-size: 30px;
  color: #1266c5;
}

.ny_search .input{
  width: 330px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #dedede;
  border-radius: 5px;
  color: #cccccc;
  font-size: 16px;
  padding-left: 20px;
  float: left;
  outline: none;
}
.ny_search .btn{
  width: 100px;
  height: 45px;
  text-align: center;
  color: #fff;
  background: #1266c5;
  border: 0;
  cursor: pointer;
  float: left;
  margin-left: 13px;
  font-size: 16px;
  border-radius: 5px;
}
#box1{
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}
#box1 dt {
	float: left;
	color: #222222;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0;
}
#box1 dd {
	float: left;
	color: #222222;
	margin: 0 6px;
	font-size: 16px;
	cursor: pointer;
  padding: 0 15px;
  line-height: 30px;
}

#box1 dd.active {
	color: #1266c5;
}

#box1 dl.select {
	background: #efefef;
	margin: 0;
	padding: 0 20px;
}

#box1 dl.select dd{
	border: 1px solid #c4284d;
	height: 25px;
	line-height: 25px;
	margin-top: 13px;
	padding: 0 2px 0 10px;
	border-radius: 3px;background-color: #fff;
}
#box1 dl.select dd span{
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	background: #c4284d;
	color: #fff;
	margin-left: 10px;
	cursor: pointer;border-radius: 5px;
}

.ny_left .list01{
  margin: 20px 0;
}
.ny_left .list01 ul li{
  float: left;
  width: 440px;
  border-bottom: 1px solid #cccccc;
  line-height: 40px;
  margin: 30px 10px 0 10px;
}
.ny_left .list01 ul li a{
  display: block;
  padding-left: 30px;
  font-size: 20px;
  color: #222222;
  text-decoration: none;
}

.ny_left .list02{
  margin:20px 0;
}
.ny_left .list02 .item{
  margin: 20px 10px 0 10px;
  width: 350px;
  height: 185px;
  float: left;
  background: #f6f6f6;
}
.ny_left .list02 .item img{
  float: left;
  width: 135px;
  height: 186px;
  margin-right: 25px;
}
.ny_left .list02 .item .txt{
  float: left;
  color: #222222;
  font-size: 16px;
  line-height: 50px;
  padding-top: 15px;
padding-left: 15px;
}
.ny_left .list02 .item .txt i{
  color: #b9b9b9;
}
.ny_left .list02 .item:hover .txt p span{
  color: #1266c5;
}

.ny_left .ny_t{
  border-bottom: 1px solid #dedede;
  line-height: 60px;
  margin-top: 30px;
  color: #1266c5;
  font-size: 24px;
}
.ny_left .ny_detail{
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  padding: 20px 0;
}
.ny_left .ny_detail .no_login{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #fff);
  height: 500px;
}
.ny_left .ny_item{
  margin-top: 30px;
}
.ny_left .ny_item img{
  float: left;
  width: 160px;
  height: 220px;
  margin-right: 25px;
}
.ny_left .ny_item .txt{
  float: left;
  color: #888888;
  font-size: 20px;
  line-height: 50px;
  padding-top: 15px;
}
.ny_left .ny_item .txt .span1{
  color: #222;
}
.ny_left .ny_item .txt .span2{
  color: #1266c5;
}

.more01{
  text-align: center;
}
.more01 a{
  display: inline-block;
  color: #fff;
  background: #1266c5;
  border-radius: 5px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
}
.bottom_link{
  border-top: 1px solid #e7e7e7;
  margin-top: 30px;
  padding: 30px 0;
  text-align: center;
}
.bottom_link button{
  border: 1px solid #1266c5;
  border-radius: 5px;
  width: 180px;
  height: 46px;
  line-height: 46px;
  color: #222222;
  font-size: 18px;
  cursor: pointer;
  margin: 0 30px;
  background: #fff;
}
.bottom_link button:disabled{
  background: #dedede;
  color: #fff;
  border-color: #dedede;
}

.article_content {
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  padding: 20px 0;
}

.readall_box {
  position: relative;
  z-index: 9999;
  padding: 0 0 25px;
  margin-top: -200px;
  text-align: center;
}

.readall_box .read_more_mask {
  height: 200px;
  background: -moz-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0));
  background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));
  background: -o-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0))
}

.read_more_btn {
  cursor: pointer;
  font-size: 16px;
  color: #de686d;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #de686d;
  line-height: 30px;
  padding: 5px 10px;
}

.read_more_btn:hover {
  background: #de686d;
  color: #fff;
}

.ny_left .list03{
  margin:20px 0;
}
.ny_left .list03 .item{
  margin: 20px 10px 0 10px;
  width: 350px;
  height: 185px;
  float: left;
  background: #f6f6f6;
}
.ny_left .list03 .item img{
  float: left;
  width: 135px;
  height: 186px;
  margin-right: 25px;
}
.ny_left .list03 .item .txt{
  float: left;
  color: #222222;
  font-size: 16px;
  line-height: 50px;
  padding-top: 15px;
padding-left: 15px;
}
.ny_left .list03 .item .txt i{
  color: #b9b9b9;
}
.ny_left .list03 .item:hover .txt p span{
  color: #1266c5;
}

.erweima01{
  width: 340px;
  height: 320px;
  background: linear-gradient(to bottom, #f5f9fc, #d2eeff);
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}
.erweima01 h2{
  font-size: 20px;
  color: #222222;
  font-weight: normal;
  padding: 20px 0;
}
.erweima01 p{
  font-size: 18px;
  color: #222222;
  font-weight: normal;
  padding: 20px 0;
  line-height: 40px;
}
.erweima01 p i{
  font-size: 26px;
  margin-right: 15px;
  color: #1266c5;
}
.erweima01 .photo{
  margin-top: 40px;
}

.form{
  margin: 30px 0;
}
.w140{
  width: 140px;
}
.w300{
  width: 275px;
}
.w760{
  width: 710px;
}
.ml18{
  margin-left: 18px;
}
.mt25{
  margin-top: 25px;
}
.line38{
  line-height: 38px;
}
.text-r{
  text-align: right;
}
.font_name{
  color: #222222;
  font-size: 18px;
}
.change_avatar{
  color: #fff;
  line-height: 30px;
  background: #1266c5;
  border-radius: 5px;
  padding: 0 15px;
  display: inline-block;
}
.form_input{
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  height: 38px;
  line-height: 38px;
}
.save{
  text-align: center;
  padding: 20px 0;
}
.save button{
  color: #fff;
  background: #1266c5;
  border-radius: 5px;
  line-height: 30px;
  padding: 0 45px;
  font-size: 14px;
  border: 0;
  cursor: pointer;
}
.reply_button{
  color: #fff;
  background: #1266c5;
  border-radius: 5px;
  line-height: 30px;
  padding: 0 45px;
  font-size: 14px;
  border: 0;
  cursor: pointer;
  margin-top: 10px;
}