.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.icon.ico-title {
  width: 22px;
  height: 20px;
  background-image: url("../img/ico-title.png");
}
.icon.i-pos {
  width: 18px;
  height: 22px;
  background-image: url("../img/pos.png");
}
.icon.i-survey {
  width: 26px;
  height: 28px;
  background-image: url("../img/survey.png");
  margin: 0 10px 0 14px;
}
.icon.i-pic {
  width: 23px;
  height: 23px;
  background-image: url("../img/i-pic.png");
  margin: 0 10px 0 14px;
}
.icon.i-liuyan {
  width: 22px;
  height: 20px;
  background-image: url("../img/liuyan.png");
}
.icon.i-lvse {
  width: 18px;
  height: 18px;
  background-image: url("../img/i-lvse.png");
}
.icon.i-bjcx {
  width: 20px;
  height: 20px;
  background-image: url("../img/i-search.png");
}
.icon.arrow {
  width: 10px;
  height: 8px;
  background-image: url("../img/arrow.png");
}
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #545353;
}
img {
  border: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
ul {
  list-style: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.img {
  display: table;
}
.img span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.img span img {
  max-width: 100%;
  max-height: 100%;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-size: 16px;
  color: #535454;
}
body .header {
  background-color: #0897d9;
}
body .header .header-content {
  width: 987px;
  padding-left: 213px;
  margin: 0 auto;
}
body .header .header-content .logo {
  width: 213px;
  text-align: center;
  margin-left: -260px;
}
body .header .header-content .logo a {
  display: block;
  padding: 16px 0;
}
body .header .header-content .logo a img {
  vertical-align: middle;
}
body .header .header-content .nav {
  width: 100%;
  position: relative;
  z-index: 100;
}
body .header .header-content .nav .top .nav-sch {
  background: url("imageswebbg-nav-sch.png") no-repeat;
  background-size: 100% 100%;
  padding: 8px 0 10px 0;
}
body .header .header-content .nav .top .nav-sch a {
  color: #0897d9;
  display: inline-block;
  width: 150px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-left: 1px solid #0897d9;
}
body .header .header-content .nav .top .nav-sch a:first-child {
  border-left: none;
}
body .header .header-content .nav .top .ipt-search {
  position: relative;
  top: 4px;
  right: 3px;
}
body .header .header-content .nav .top .ipt-search input[type="text"] {
  width: 165px;
  padding: 6px 40px 6px 5px;
  border: none;
  outline: none;
}
body .header .header-content .nav .top .ipt-search input[type="image"] {
  position: absolute;
  top: 5px;
  right: 12px;
}
body .header .header-content .nav .nav-college {
  position: absolute;
  width: 100%;
  z-index: 100;
}
body .header .header-content .nav .nav-college .nLi {
  width: 11%;
}
body .header .header-content .nav .nav-college .nLi h3 a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
body .header .header-content .nav .nav-college .nLi h3 a:hover {
  background-color: #f2f2f2;
  color: #0897d9;
}
body .header .header-content .nav .nav-college .nLi .sub {
  display: none;
}
body .header .header-content .nav .nav-college .nLi .sub li {
  background-image: url("imageswebbg-opacity.png");
  border-top: 1px solid #ddd;
  overflow:hidden;
}
body .header .header-content .nav .nav-college .nLi .sub li:first-child {
  border-top: none;
}
body .header .header-content .nav .nav-college .nLi .sub li a {
  display: block;
  text-align: center;
  color: #545353;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
}
body .container .slideBox {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  
}
body .container .slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}
body .container .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
body .container .slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
body .container .slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}
body .container .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
body .container .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
body .container .slideBox .bd li a {
  display: block;
  position: relative;
}
body .container .slideBox .bd li a img {
  max-width: 100%;
  display: block;
}
body .container .slideBox .bd li a span {
  display: block;
  position: absolute;
  padding-left: 20px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
body .container .slideBox .prev,
body .container .slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 44px;
  height: 44px;
  background: url(imageswebslider-arrow.png) 0 0 no-repeat;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
body .container .slideBox .next {
  left: auto;
  right: 3%;
  background-position: -45px 0;
}
body .container .slideBox .prev:hover,
body .container .slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
body .container .slideBox .prevStop {
  display: none;
}
body .container .slideBox .nextStop {
  display: none;
}
body .container .screen img {
  display: block;
  max-width: 100%;
}
body .container .content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 58px;
  position: relative;
}
body .container .content > .news h2 {
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
}
body .container .content > .news h2 span {
  color: #0897d9;
}
body .container .content > .news .news-content > div,
body .container .content > .news .news-content ul {
  margin-left: 30px;
}
BODY .container .content > .news .news-content > DIV.pull-0{
  margin-left:0;
}
body .container .content > .news .news-content > div:first-child,
body .container .content > .news .news-content ul:first-child {
  margin-left: 0;
}
body .container .content > .news .news-content .news-box {
  width: 243px;
  background-color: #f1f8fe;
}
body .container .content > .news .news-content .news-box .news-img a {
  display: block;
}
body .container .content > .news .news-content .news-box .news-img a img {
  display: block;
}
body .container .content > .news .news-content .news-box .news-intro {
  padding: 14px;
  text-align: justify;
}
body .container .content > .news .news-content .news-box .news-intro h3 a {
  font-size: 18px;
}
body .container .content > .news .news-content .news-box .news-intro .data {
  padding: 11px 0;
  font-size: 14px;
  color: #8e8e8e;
}
body .container .content > .news .news-content .news-box .news-intro p a {
  font-size: 14px;
}
body .container .content > .news .news-content .news-list {
  width: 654px;
}
body .container .content > .news .news-content .news-list li {
  border-bottom: 1px dashed #bbb;
  padding: 12px 0 13px 88px;
  vertical-align: top;
}
body .container .content > .news .news-content .news-list li:first-child {
  padding-top: 0;
}
body .container .content > .news .news-content .news-list li .data {
  margin-left: -88px;
  color: #8e8e8e;
}
body .container .content > .news .news-content .news-list li a {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .container .content > .inform-box .inform {
  width: 815px;
}
body .container .content > .inform-box .inform h2 {
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
}
body .container .content > .inform-box .inform h2 span {
  color: #0897d9;
}
body .container .content > .inform-box .inform .inform-content li {
  margin-top: 32px;
}
body .container .content > .inform-box .inform .inform-content li:first-child {
  margin-top: 0;
}
body .container .content > .inform-box .inform .inform-content li .data {
  border: 1px solid #0897d9;
  background-color: #0897d9;
  color: #fff;
  font-size: 20px;
}
body .container .content > .inform-box .inform .inform-content li .data .time {
  padding: 0 8px;
}
body .container .content > .inform-box .inform .inform-content li .data .time i {
  font-style: normal;
  margin: 0 6px;
}
body .container .content > .inform-box .inform .inform-content li .data .year {
  display: inline-block;
  width: 50px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
  color: #0897d9;
  font-size: 16px;
}
body .container .content > .inform-box .inform .inform-content li .link {
  margin-left: 7px;
  padding-left: 3px;
  height: 47px;
  line-height: 47px;
  border-bottom: 1px dashed #ddd;
  width: 667px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .container .content > .inform-box .links {
  margin-top: 25px;
}
body .container .content > .inform-box .links a {
  display: block;
  font-size: 19px;
  color: #0897d9;
  background-color: #f0f0f0;
  margin-top: 4px;
}
body .container .content > .inform-box .links a:first-child {
  margin-top: 0;
}
body .container .content > .inform-box .links a.link1 i {
  background: #0897d9 url("imagesweblink1.png") no-repeat center center;
}
body .container .content > .inform-box .links a.link2 i {
  background: #0897d9 url("imagesweblink2.png") no-repeat center center;
}
body .container .content > .inform-box .links a.link3 i {
  background: #0897d9 url("imagesweblink2.png") no-repeat center center;
}
body .container .content > .inform-box .links a.link4 i {
  background: #0897d9 url("imagesweblink2.png") no-repeat center center;
}


body .container .content > .inform-box .links a.link5 i {
  background: #0897d9 url("imagesweblink3.png") no-repeat center center;
}



body .container .content > .inform-box .links a i {
  display: inline-block;
  width: 90px;
  height: 60px;
  vertical-align: middle;
}
body .container .content > .inform-box .links a span {
  display: inline-block;
  width: 239px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
}
body .container .content > .nav {
  position: absolute;
  left: 0;
  top: -60px;
  z-index: 10;
  width: 200px;
  text-align: center;
}
body .container .content > .nav h3 {
  height: 60px;
  line-height: 60px;
  background-color: #0382bd;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
body .container .content > .nav ul li {
  background-color: #fbfbfb;
  border-top: 1px solid #b7b7b7;
  height: 39px;
  line-height: 39px;
}
body .container .content > .nav ul li:first-child {
  border-top: none;
}
body .container .content > .nav ul li.on a {
  background-color: #0897d9;
  color: #fff;
}
body .container .content > .nav ul li a {
  display: block;
}
body .container .content > .intro {
  padding: 0 20px 50px 255px;
}
body .container .content > .intro h2 {
  color: #0897d9;
  padding: 18px 0;
  font-size: 20px;
  font-weight: bold;
}
body .container .content > .intro .txt p {
  text-indent: 2em;
  line-height: 1.8em;
  margin-top: 15px;
  text-align: justify;
}
body .container .content > .intro .txt p:first-child {
  margin-top: 0;
}
body .container .content > .intro .txt .slideTxtBox .hd ul li {
  display: inline;
  padding:12px 76px 10px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #0897d9;
  font-size: 20px;
  cursor: pointer;
  margin-left: 12px;
}
body .container .content > .intro .txt .slideTxtBox .hd ul li:first-child {
  margin-left: 0;
}
body .container .content > .intro .txt .slideTxtBox .hd ul li.on {
  background-color: #0897d9;
  color: #fff;
}
body .container .content > .intro .txt .slideTxtBox .hd ul li.on a{
  color:#fff;
}
body .container .content > .intro .txt .slideTxtBox .hd .ipt {
  position: relative;
}
body .container .content > .intro .txt .slideTxtBox .hd .ipt input[type="text"] {
  width: 189px;
  padding: 15px 69px 15px 5px;
}
body .container .content > .intro .txt .slideTxtBox .hd .ipt input[type="image"] {
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -999em;
  width: 64px;
  height: 50px;
  background: #0897d9 url("imageswebi-ipt1.png") center center no-repeat;
}
body .container .content > .intro .txt .slideTxtBox .bd > div h3 {
  padding: 25px 0 14px 0;
  font-size: 16px;
}
body .container .content > .intro .txt .slideTxtBox .bd > div .retrieve {
  padding-left: 64px;
}
body .container .content > .intro .txt .slideTxtBox .bd > div .retrieve .all {
  display: inline-block;
  margin-left: -64px;
}
body .container .content > .intro .txt .slideTxtBox .bd > div .retrieve .all a {
  display: inline-block;
  width: 64px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background-color: #0897d9;
  color: #fff;
  cursor: pointer;
}
body .container .content > .intro .txt .slideTxtBox .bd > div .retrieve .sort-letter {
  display: inline-block;
}
body .container .content > .intro .txt .slideTxtBox .bd > div .retrieve .sort-letter a {
  margin-left: 1px;
  margin-bottom: 7px;
  display: inline-block;
  width: 34px;
  text-align: center;
  height: 33px;
  line-height: 33px;
  color: #fff;
  background-color: #666666;
  cursor: pointer;
}
body .container .content > .intro .txt .slideTxtBox .bd > div .retrieve .sort-college {
  display: inline-block;
}
body .container .content > .intro .txt .slideTxtBox .bd > div .retrieve .sort-college a {
  margin-left: 1px;
  margin-bottom: 7px;
  display: inline-block;
  padding: 0 36px;
  text-align: center;
  height: 33px;
  line-height: 33px;
  color: #fff;
  background-color: #666666;
  cursor: pointer;
}
body .container .content > .intro .txt .slideTxtBox .sort-list {
  margin-top: 26px;
}
body .container .content > .intro .txt .slideTxtBox .sort-list .pic-txt {
  padding-left: 170px;
  width: 265px;
}
body .container .content > .intro .txt .slideTxtBox .sort-list .pic-txt .img {
  width: 136px;
  height: 179px;
  margin-left: -170px;
}
body .container .content > .intro .txt .slideTxtBox .sort-list .pic-txt .detail p {
  text-indent: 0;
  margin-top: 0;
  line-height: 1.6em;
  width:70%;
}
body .container .content > .intro .txt .slideTxtBox .sort-list .pic-txt .detail p a {
  color: #0897d9;
  margin-left: 5px;
}
body .container .content > .intro .txt .leader-txt {
  padding-left: 168px;
  background-color: #f6f6f6;
  margin-bottom: 10px;
}
body .container .content > .intro .txt .leader-txt .img {
  width: 150px;
  height: 167px;
  margin-left: -168px;
}
body .container .content > .intro .txt .leader-txt .img span {
  width: 150px;
  height: 167px;
}
body .container .content > .intro .txt .leader-txt .img a {
  display: block;
  width: 150px;
  height: 167px;
}
body .container .content > .intro .txt .leader-txt .detail h3 {
  font-size: 22px;
  padding: 12px 0 20px 0;
}
body .container .content > .intro .txt .leader-txt .detail h3 .name {
  color: #0897d9;
  margin-right: 6px;
}
body .container .content > .intro .txt .leader-txt .detail .detail {
  padding-right: 10px;
}
body .container .content > .intro .txt .leader-txt .detail .detail p {
  text-indent: 0;
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 0;
}
body .container .content > .intro .txt .list li {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px dashed #c9c9c9;
}
body .container .content > .intro .txt .list li a {
  width: 700px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .footer {
  background-color: #666666;
  text-align: center;
  color: #fff;
  padding: 34px 0;
  line-height: 2em;
}
body .footer span {
  margin: 0 10px;
}
body .celan{
position: absolute;
top: 700px;
right: 130px;
}
body .celan .focus{
width:150px;
height:360px;
border:2px solid #000000;
text-align: center;
padding-top:10px;
box-sizing: border-box;
position: relative;
}
body .celan .focus h3{
position: absolute;
background: #fff;
width: 65%;
top: -15px;
left: 26px;
font-size:1.3em;
font-weight:bold;
}
body .celan .focus ul li{
margin:25px 0;
}
body .celan .focus ul li img{
width:110px;
height:110px;
}
.container{min-height:700px;}