.container {
  width: 1280px;
  margin: 0 auto;
}
.container1 {
  /* width: 100%; */
  margin: 0 auto;
}
.W100 {
  display: block;
  width: 100%;
  height: 100%;
}
.poV {
  position: relative;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right!important;
}
.marTop {
  margin-top: 30px;
}
.padd {
  padding-left: 15px;
  padding-right: 15px;
}
#header {
  padding: 20px 0;
}
#header .topHeader .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .topHeader .logo a img {
  display: block;
  width: 160px;
  height: 100%;
}
#header .topHeader .rightTop {
  margin-top: 20px;
  position: relative;
  width: 260px;
}
#header .topHeader .rightTop .switch {
  position: absolute;
  left: 0;
  /*margin-right: 100px;*/
  width: 80px;
}
#header .logo {
  padding-top: 20px!important;
  margin-right: 0!important;
  margin-left: 30px;
}
#header .topHeader .rightTop .switch li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
}
#header .topHeader .rightTop .switch li a i {
  display: inline-block;
  font-size: 18px;
  transition: all .3s ease;
  /*transform: rotate(80deg);*/
}
#header .topHeader .rightTop .switch li a:hover {
  color: #013378;
}
#header .topHeader .rightTop .switch li.list2 {
  padding-left: 16px;
  display: none;
}
#header .topHeader .rightTop .search {
  font-size: 0;
}
#header .topHeader .rightTop .search {
  position: relative;
  font-size: 0;
}
#header .topHeader .rightTop .search  input {
  font-size: 12px;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 3px 30px 3px 10px;
  outline: none;
}
#header .topHeader .rightTop .search  button {
  font-size: 12px;
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: -5px;
  outline: none;
  padding: 0;
}
#header .nav {
  margin-top: 40px;
  width: 100%;
  float: none;
}
#header .nav ul li {
  float: left;
  font-size: 0;
}
#header .nav ul li a {
  font-size: 15px;
  display: inline-block;
  padding: 10px 28px;
  font-weight: 600;
}
#header .nav ul li a.active {
  color: #013378;
}
#header .nav ul li a:hover {
  color: #013378;
}
#header .nav ul li span {
  font-size: 14px;
}
#banner .flexslider {
  position: relative;
  overflow: hidden;
  zoom: 1;
  border: 0px solid #e5e5e5;
  max-height: 400px;
}
#banner .flexslider .info2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  background:#fff;
  z-index: 1;
  height: 100%;
}
#banner .flexslider .info2 .posi {
  position: absolute;
  left: 60px;
  top: 30px;
}
#banner .flexslider .beseBox {
  position: absolute;
  left: 180px;
  bottom: 30px;
  width: 113px;
  height: 150px;
}
#banner .flexslider .beseBox p {
  font-size: 36px!important;
  color: #000000!important;
  line-height: 52px!important;
  font-weight: 700;
  text-align: right;
}
#banner .flexslider .info2 p {
  font-size: 12px;
  line-height: 26px;
  color: #8c8c8c;
}
#banner .flexslider .info {
  position: absolute;
  left: 60px;
  top: 30px;
  z-index: 1000000!important;
  width: 200px;
  background: transparent;
}
#banner .flexslider .info p {
  font-size: 12px;
  line-height: 26px;
  color: #8c8c8c;
}
#banner .flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
#banner .slides {
  zoom: 1;
}
/*#banner .slides .img {
  height: 400px;
  background: url("../images/banner.png");
}*/
#banner .slides .img a {
  display: block;
  width: 100%;
  height: 100%;
}
#banner .slides .img a img {
  display: block;
  width: 100%;
  height: 400px;

}
#banner .flex-direction-nav a {
  width: 60px;
  height: 90px;
  line-height: 99em;
  overflow: hidden;
  margin: -30px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
}
#banner .flex-direction-nav .flex-next {
  right: -23px;
  background: url("../images/right.png") no-repeat;
}
#banner .flex-direction-nav .flex-prev {
  left: 20px;
  background: url("../images/left.png") no-repeat;
}
#banner .flexslider:hover .flex-next {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
#banner .flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
#banner .flexslider:hover .flex-next:hover,
#banner .flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
#banner .flex-control-nav {
  width: 100%;
  z-index: 10;
  position: absolute;
  bottom: 10px;
  text-align: left;
  padding-left: 45%;
}
#banner .flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#banner .flex-control-paging li a {
  display: block;
  height: 2px;
  overflow: hidden;
  text-indent: -99em;
  width: 32px;
  cursor: pointer;
  background: #aaaaaa;
}
#banner .flex-control-paging li a.flex-active {
  background: #000;
}
#college {
  margin-top: 30px;
}
#college h2 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
#college .c-list {
  margin-top: 30px;
}
#college .c-list ul {
  border: 1px solid #bfbfbf;
  border-bottom: 0;
  border-right: 0;
}
#college .c-list ul li {
  float: left;
  position: relative;
  overflow: hidden;
  width: 33.3333333%;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
#college .c-list ul li:hover{background:#f1f1f1;}
#college .c-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#college .c-list ul li a .time {
  width: 25%;
  text-align: center;
  padding: 2px 0;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  color: #8c8c8c;
}
#college .c-list ul li a .time span {
  display: block;
  font-size: 13px;
}
#college .c-list ul li a .c-box {
  position: relative;
  overflow: hidden;
  padding: 10px;
}
#college .c-list ul li a .c-box .imgs {
  float: left;
  overflow: hidden;
  min-height: 139px;
  margin: auto;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content;
  background-position: 50% 50%;
}
#college .c-list ul li a .c-box .imgs img {
  /*display: block;
  margin: auto;
  vertical-align: middle;
  text-align: center;*/
  transition: all 0.4s ease;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  width: 100%;
}
#college .c-list ul li a .c-box .info {
  float: left;
  width: 50%;
  padding-left: 10px;
}
#college .c-list ul li a .c-box .info h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  min-height: 63px;
  color: #535353;
}
#college .c-list ul li a .c-box .info h6:hover {
  color: #013378;
}
#college .c-list ul li a .c-box .info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
  font-size: 12px;
  min-height: 38px;
  height: 38px;
  color: #8c8c8c;
}
#college .c-list ul li a .c-box .info span {
  display: inline-block;
  color: #999;
/*color: #ff0000;*/
  font-size: 12px;
  text-decoration: underline;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#college .c-list ul li a:hover .imgs img {
  transform: translateX(10px);
}
#college .c-list ul li a:hover .time {
 /* color: #013378;*/
}
#main {
  margin-top: 30px;
}
#main .row {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
#main .row .noticeAnnouncement {
  width: 33.33333%;
}
#main .row .academicResearch {
  width: 33.33333%;
}
#main .row .collegeNews {
  width: 33.33333%;
}
#main .baseTiele {
  border-top: 3px solid #000;
  border-bottom: 2px solid #bfbfbf;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0 18px 0;
}
#main .baseTiele h3 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
#main .baseTiele h3 a:hover {
  color: #013378;
}
#main .mainList {
  margin-top: 20px;
}
#main .mainList ul {
  font-size: 0;
}
#main .mainList ul li {
  font-size: 14px;
  margin-top: 10px;
}
#main .mainList ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #535353;
  /*&:hover i {
            transform: rotate(360deg);
          }*/
}
#main .mainList ul li a i {
  float: left;
  font-size: 10px;
  margin-right: 10px;
  transition: all 0.2s ease;
  height: 38px;
}
#main .mainList ul li a span {
  display: inline-block;
  height: 38px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  color: #535353;
}
#main .mainList ul li a span:hover {
  color: #013378;
}
#main .mainList ul li a em {
  display: inline-block;
  margin-left: 10px;
  color: #bfbfbf;
}
#main .mainList ul li a em:hover {
  /*color: #013378;*/
}
#main .mainList ul li a:hover {
  color: #013378;
}
#main .mainList2 {
  margin-top: 20px;
}
#main .mainList2 ul li {
  margin-top: 10px;
}
#main .mainList2 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#main .mainList2 ul li a .imgs {
  position: relative;
  overflow: hidden;
  float: left;
  width: 30%;
  height: 89px;
}
#main .mainList2 ul li a .imgs img {
  /* display: block;
  width: 100%;
  height: 100%; */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease;
  display: block;
  width: 100%;
}
#main .mainList2 ul li a .info {
  float: left;
  width: 70%;
  padding-left: 20px;
}
#main .mainList2 ul li a .info h6 {
  color: #535353;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 25px;
}
#main .mainList2 ul li a .info h6:hover {
  color: #013378;
}
#main .mainList2 ul li a .info p {
  margin-top: 10px;
  color: #8c8c8c;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 23px;
  height: 64px;
}
#main .mainList2 ul li a:hover .imgs img {
  /*transform: scale(1.3);*/
}
#share {
  margin-top: 50px;
}
#share .border {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 10px 0;
}
#share .border .leftBox ul li {
  margin-right: 40px;
  float: left;
}
#share .border .leftBox ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 700;
  color: #313131;
}
#share .border .leftBox ul li a i {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  font-weight: normal;
  transition: all .3s ease;
}
#share .border .leftBox ul li a i.icon-bgc {
  background: url('../images/if_office-54_809576.svg') no-repeat left center;
  width: 12px;
  height: 13px;
}
#share .border .leftBox ul li a i.icon-bgc2 {
  background: url('../images/school2-icon.png') no-repeat left center;
  width: 12px;float:left;
  height: 18px;background-size: contain;
}
/*#share .border .leftBox ul li a i.iconfont2 {
  font-size: 14px;
}*/
#share .border .leftBox ul li a:hover {
  color: #013378;
}
/*#share .border .leftBox ul li a:hover i {
  transform: translateY(5px);
}*/
#share .border .rightBox {
  font-size: 12px;
}
#share .border .rightBox .list {}
#share .border .rightBox .list span {
  float: left;
  font-size: 12px;
}
#share .border .rightBox .list li {
  float: left;
  margin: 0 5px;
}
#share .border .rightBox .jiathis_style span {
  font-weight: 700;
  font-size: 12px;
  color: #313131;
}
#tabout {
  margin-top: 50px;
}
#tabout .title {
  border-bottom: 1px  solid #bfbfbf;
}
#tabout .title .tit{
  float: left;
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  line-height: 73px;
}
#tabout .title .tit2{
  float: right;
  color: #eeeeee;
  font-size: 48px;
  font-weight: 700;
}
#tabout .about {
  position: relative;
  overflow: hidden;
  margin-top: 35px;
  padding-left: 10px;
  padding-right: 10px;
}
#tabout .about .imgs {
  float: left;
  width: 30%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
#tabout .about .imgs a {
  display: block;
  width: 100%;
  height: 100%;
}
#tabout .about .imgs a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}
#tabout .about .imgs a:hover img {
  transform: scale(1.1);
}
#tabout .about .info {
  float: right;
  width: 70%;
  padding-left: 90px;
}
#tabout .about .info p {
  line-height: 24px;
  font-size: 14px;
  color: #333333;
  text-indent: 2em;
  margin-bottom: 20px;
}
#tabout .about .list {}
#tabout .about .list ul {}
#tabout .about .list ul li {
  float: left;
  width: 430px;
  margin-bottom: 35px;
  min-height: 332px;
}
#tabout .about .list ul li:nth-child(2n + 2) {
  float: right;
}
#tabout .about .list ul li  a {
  display: block;
  width: 100%;
  height: 100%;
}
#tabout .about .list ul li a .base {}
#tabout .about .list ul li a .base .img  {
  float: left;
  width: 180px;
  height: 180px;
  position: relative;
  overflow: hidden;
}
#tabout .about .list ul li a .base .img img {
  display: block;
  width: 100%;
}
#tabout .about .list ul li a .base .right {
  float: right;
  width: 57%;
  padding-left: 35px;
}
#tabout .about .list ul li a .base .right .titles {
  display: inline-block;
  font-size: 0;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 15px;
  position: relative;
}
#tabout .about .list ul li a .base .right .titles span {
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
}
#tabout .about .list ul li a .base .right .titles span.spans {
  font-weight: 700;
  font-size: 16px;
  margin-right: 10px;
  border-bottom: 1px solid #bfbfbf;;
  padding-bottom: 3px;
}
#tabout .about .list ul li a .base .right  .bases {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-indent: 2em;
}
#footer {
  margin-top: 30px;
}
#footer .row {
  margin-left: -15px;
  margin-right: -15px;
}
#footer .row .address {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%;
}
#footer .row .address p {
  font-size: 12px;
  margin-bottom: 10px;
}
#footer .row .links {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%;
}
#footer .row .links .link-list li {
  float: left;
  width: 33.33333%;
  margin-bottom: 10px;
}
#footer .row .links .link-list li a {
  display: none;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #313131;
}
#footer .row .links .link-list li a i {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  transition: all .2s ease;
}
#footer .row .links .link-list li a:hover i {
  transform: rotate(360deg);
}
#footer .row .links p {
  margin-top: 70px;
  font-size: 12px;
}
#footer .row .footerLogo {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%;
}
#footer .row .footerLogo .footerLogoImg {
  float: right;
  text-align: right;
}
#footer .row .footerLogo .footerLogoImg a {
  display: block;
  width: 100%;
  height: 100%;

}
#footer .row .footerLogo .footerLogoImg a:last-child {
  margin-top: 25px;
}
#header .listBxo {
  font-size: 12px;
  position: absolute;
  display: none;
}

#header .listBxo li  {
  float: left;
}
#header .listBxo ul li a  {
  font-size:  14px;
  color: #000;
  padding: 0 10px;
  line-height: 35px;
  font-weight: 700;
  margin-right: 10px;
}
#header .listBxo ul li a.current {
  border-bottom: 1px solid #013378;
  color: #013378;
}
#header .listBxo ul li > a:hover {
  border-bottom: 1px solid #013378;
  color: #013378;
}
#banner {
  padding-top: 30px;
}

#header .nav> ul >li.active> a {
  color: #013378;
}
#header .listBxo > ul >li.current> a {
  border-bottom: 1px solid #013378;
  color: #013378;
}
.posi {
  margin-top: 20px;
}
.posi .op1i {
  line-height: 35px;
  font-size: 12px;
  color: #707070;
}
.posi .op1i span {
  margin: 0 10px;
}
.posi .op1i  a {
  font-size: 12px;
  color: #707070;
}
.posi .op1i a.current {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 5px;
}

#tabout .content {
  position: relative;
  overflow: hidden;
  margin-top: 35px;
 /* padding-left: 10px;
  padding-right: 10px;*/
}
#tabout .content {}
#tabout .content .c-left {
  float: left;
  width: 650px;
  margin-right: 100px;
}
#tabout .content .c-right {
  float: left;
  width: 310px;
}
#tabout .content .c-right .infoImg {
  width: 270px;
  height: 165px;
  position: relative;
  overflow: hidden;
}
#tabout .content .c-right .infoImg a {
  display: block;
  width: 100%;
  height: 100%;
}
#tabout .content .c-right .infoImg a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
#tabout .content .c-right .infoImg a:hover img {
  transform: scale(1.2);
}
#tabout .content .c-title {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    position: relative;
    line-height: 36px;
    padding-top: 15px;
}
#tabout .content .c-title span {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 2px;
  color: #333333;
  background: #333333;
}
#tabout .content .c-time {
  font-size: 12px;
  color: #cbcbcb;
  margin-top: 10px;
}
#tabout .content .c-time span {
  display: inline-block;
  margin-right: 0;
}
#tabout .content .c-time span.rightr {
  margin-right: 16px;
}
#tabout .content .c-time span i {
  display: inline-block;
  margin-right: 5px;
}
#tabout .content .c-info {
  margin-top: 20px;
}

#tabout .content .c-info .infoList {}
#tabout .content .c-info .infoList ul {}
#tabout .content .c-info .infoList ul li {

}
#tabout .content .c-info .infoList ul li a {
  display: block;
  color: #333333;
  line-height: 40px;
  font-size: 15px;
}
#tabout .content .c-info .infoList ul li a em {
  font-size: 14px;
  margin-right: 8px;
  transition: all .2s ease;
  display: inline-block;
}
#tabout .content .newTitle {}
#tabout .content .newTitle .newListSp {
  margin-top: 20px;
  min-height: 500px;
}
#tabout .content .newTitle .newListSp ul {}
#tabout .content .newTitle .newListSp ul li {
  margin-bottom: 20px;
}
#tabout .content .newTitle .newListSp ul li a {
  color: #333333;
  font-size: 0;
  display: block;

}
#tabout .content .newTitle .newListSp ul li a em {
  display: inline-block;
  font-size: 14px;
  margin-right: 85px;
}
#tabout .content .newTitle .newListSp ul li a span {
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid #adadad;
  padding-bottom: 4px;
  font-weight: 700;
}
#tabout .content .newTitle .newListSp ul li a i {
  display: inline-block;
  font-size: 14px;
  margin-right: 8px;
  transition: all 0.2s ease;
}
.yame {
  margin-top: 30px;
}
.yame a {
  height: 19px;
}
#tabout .content .c-info .infoList ul li a span {
  font-size: 14px;
  border-bottom: 1px solid #adadad;
  padding-bottom: 4px;
  font-weight: 700;
}
#tabout .content .newTitle .newListSp ul li a:hover  {
  color: #013378;
}
#tabout .content .newTitle .newListSp ul li a:hover i {
  transform: rotate(360deg);
}
#tabout .content .c-info .infoList ul li a:hover {
  color: #013378;
}

#tabout .content .c-info .infoList ul li a:hover em {
  transform: rotate(360deg);
}

#tabout .content .c-info p {
  font-size: 12px;
  color: #707070;
  line-height: 28px;
  text-indent: 2em;
}
#tabout .content .c-info p img {
  text-align: center!important;
  margin: 0 auto!important;
}
#tabout .content .c-right .c-right-title {
  font-size: 14px;
  color: #cbcbcb;
  font-weight: 600;
  position: relative;
  line-height: 57px;
}
#tabout .content .c-right .c-right-title span {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 2px;
  color: #8c8c8c;
  background: #8c8c8c;
}

#tabout .content .c-right  .c-right-list {
  margin-top: 10px;
}
#tabout .content .c-right  .c-right-list li {}
#tabout .content .c-right  .c-right-list a {
  color: #cbcbcb;
  font-size: 12px;
  display: block;
  line-height: 24px;
}
#tabout .content .c-right  .c-right-list a i {
  float: left;
  margin-right: 10px;

}
#tabout .content .c-right  .c-right-list a span {
  float: left;
  width: 290px;;

  overflow: hidden;
}
#jiathis_weixin_h3 {
  font-size: 18px;
}