@charset "UTF-8";
.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;

}
/* 控制文字在两行之内，多余部分显示... */
.twoLine {
 text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* 控制文字在三行之内，多余部分显示... */
.threeLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}

a {
  color: #333;
}
.nopic{
    width: 285px;
    height: 162px;
    background: #f6f6f6;
    border-radius: 8px 8px 0 0;
    text-align: center;
    line-height: 162px;
    color: #cbcbcb;
    font-size: 14px;
}
.nopic.nopic2{
  width: 298px;
  height: 321px;
  line-height: 321px;
  border-radius: 8px;
}
.nopic.nopic3{
  width: 230px;
  height: 131px;
  line-height: 131px;
  border-radius: 8px 0 0 8px;
}

.top {
  height: 54px;
  background-color: #3577B6;
}

.second {
  height: 520px;
  background: url(../images/topBg.png) no-repeat;
  position: relative;
}

.second .header {
  width: 100%;
  height: 106px;
  background: linear-gradient(180deg, #1b5995, rgba(27, 89, 149, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.header .logo {
  width:424px;
  /*margin-right: 32px;*/
}

.header .logo a {
  display: block;
  width: 424px;
  height: 69px;
  margin-top: 18px;
  background: url(../images/ly_logo.png) no-repeat;
  background-size: 424px;
}

.header .nav {
  font-size: 18px;
}

.header .nav li {
  height: 106px;
  line-height: 106px;
  float: left;
  margin-left: 40px;
  position: relative;
}

.header .nav li.active a {
  font-size: 22px;
  font-weight: 700;
}

.header .nav li.active .line {
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #ffffff;
  border-radius: 3px;
  position: absolute;
  bottom: 25px;
  left: 0;
}

.header .nav li a {
  color: #fff;
}

/* 轮播 */
.carousel {
  height: 520px;
  position: relative;
  overflow: hidden;
}

.carousel .swiper-slide {
  position: relative;
}

.carousel .swiper-slide img {
  width: 100%;
  height: 100%;
}

.carousel .swiper-slide .title {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  line-height: 51px;
  position: absolute;
  left: calc((100% - 1200px)/2);
  bottom: 35px;
  z-index: 9;
}

.carousel .swiper-pagination {
  width:200px!important;
 /* margin-left: calc(100% - 500px);*/
  right:calc((100% - 1200px)/2);
  bottom: 47px !important;
}

.carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  height: 10px;
  background: #75cbff;
  border-radius: 5px;
}

.carousel .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
 background: #ffffff;
    opacity: 1;
  margin-left: 15px !important;
}

.filter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 128px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));

}

.top .back {
  margin-top: 19px;
  opacity: 0.6;
  background: url(../images/icon_home.png) center left no-repeat;
  padding-left: 27px;
  cursor: pointer;
  margin-left: 20px
}

.top .back a {
  color: #ffffff;
  font-size: 12px;
  margin-top: 19px;
}
.top .back:hover{
  opacity: 1;
}
.top .back a:hover{
	color:rgba(255,255,255,1);
}

/* 搜索 */
.search {
  position: relative;
  width: 200px;
  height: 30px;
  line-height: 30px;
  margin-left: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 22px;
  margin-top: 12px;
  margin-left: 31px;
}

.search input {
  width: 165px;
  height: 30px;
  padding-left: 12px;
  background: transparent;
  outline: none;
  border: none;
  color: #fff;
}

.search input::-webkit-input-placeholder {
  color: #fff;
  font-size: 12px;
}

.search input:-moz-placeholder {
  color: #fff;
  font-size: 12px;
}

.search input:-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
}



.search .icon_search {
  position: absolute;
  right: 12px;
  top: 8px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url(../images/icon_search.png) no-repeat;
  outline: none;
  border: none;
}

/* 学校要闻 */
.schoolNews {
  background-color: #fff;
  padding: 50px 0;
}

.column-title {
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  /* line-height: 48px; */
}

.column-title a {
  color: #800100;
}

.column-title .letter {
  font-size: 16px;
  color: #bcc3c8;
  line-height: 22px;
  letter-spacing: 2px;
  margin-left: 10px;
}

.column_more {
    background: url("../images/more.png") no-repeat left top;
    background-size: 45px 14px;
    display: block;
    width: 45px;
    height: 14px;
    margin-top: 23px;
}

.column-con .con-box {
  width: 285px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 2px 10px 0px rgba(27, 89, 149, 0.06);
  margin-right: 20px;
  margin-bottom: 20px;
}

.column-con .con-box:hover {
    box-shadow: 0px 2px 20px 0px rgba(0, 78, 120, 0.15);
}
.column-con .con-box:nth-child(4n) {
  margin-right: 0;
}

.column-con .con-box:nth-child(n+4) {
  margin-bottom: 0;
}

.column-con .con-box .con-img {
  width: 285px;
  height: 162px;
}

.column-con .con-box .con-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}

.column-con .con-box .tit {
  font-size: 16px;
  font-weight:500;
  height: 40px;
  line-height: 22px;
  padding: 20px 20px 0;
}
.column-con .con-box:hover .tit a {
  color: #134778;
}
.column-con .con-box .tit a {
  color: #333;
    line-height: 24px;
    position: absolute;
    width: 245px;
    
}

.column-con .con-box .brief{
  width:245px;
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  height: 36px;
  padding: 35px 20px 13px;
}
.column-con .con-box .time {
  font-size: 12px;
  color: #999999;
  padding: 40px 20px 28px;
}

/* 新闻专题 */
.newsTopic {
  padding: 50px 0 0;
  height: 432px;
  background: url(../images/newsTopicBg.png) no-repeat;
}


.newsTopic .column-con .con-box .cover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 298px;
  height: 321px;
  opacity: 0.8;
  background: #134778;
  border-radius: 8px;

}

.newsTopic .column-con .con-box:hover .cover {
  display: block;

}

.newsTopic .column-con .con-box .cover .spread {
  width: 38px;
  height: 38px;
  background: url(../images/icon_start.png) no-repeat;
  margin-top: 112px;
  margin-left: 131px;
  cursor:pointer;
}
.newsTopic .column-con .con-box .cover .spread a{
  width: 38px;
  height: 38px;
  display: inline-block;
}

.newsTopic .column-con .con-box .cover .tit a {
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 25px;
 text-align: center;
}

.newsTopic .column-con .con-box {
  margin-right: 3px;
  border-radius: 8px;
  width: 296px;
  height: 321px;
  position: relative;
}

.newsTopic .column-con .con-box:last-child {
  margin-right: 0;
}

.newsTopic .column-con .con-img {
  width: 298px;
  height: 321px;
}

.newsTopic .column-con .con-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/* 媒体财贸 +综合新闻+财贸映像+校园融媒 */
.partWrap {
  padding: 50px 0;
}

.w585 {
  width: 585px;
}

.mtcm .column-con,
.zhxw .column-con,.zhNews .column-con {
  padding: 40px 20px;
  border-radius: 8px;
  box-shadow: 0px 2px 10px 0px rgba(27, 89, 149, 0.06);
  font-weight: 500;
}

.mtcm .column-con .tit,
.zhNews .column-con .tit {
  font-size: 16px;
  margin-bottom: 30px;
}
.mtcm .column-con .tit a:hover,
.zhNews .column-con .tit a:hover{
  color: #134778;
}
.mtcm .column-con .tit:last-child,
.zhNews .column-con .tit:last-child {
  margin-bottom: 0;
}

.mtcm .column-con .tit .icon_right,
.zhNews .column-con .tit .icon_right {
  margin-right: 9px;
  display: inline-block;
  width: 7px;
  height: 13px;
  background: url(../images/arrow_r.png) no-repeat;
}

.cmyx .column-con .con-box {
  width: 585px;
  height: 131px;
  border-radius: 8px;
  margin-right: 0;
  box-shadow: 0px 2px 10px 0px rgba(27, 89, 149, 0.06);
}
.cmyx .column-con .con-box:hover {
	box-shadow: 0px 2px 20px 0px rgba(0,78,120,0.15);
}
 
.cmyx .column-con .con-box .box-l {
  width: 230px;
  height: 131px;
}

.cmyx .column-con .con-box .box-l img {
  width: 100%;
  height: 100%;
  border-radius: 8px 0 0 8px;
}

.cmyx .column-con .con-box .box-r {
  padding: 20px;
  width:315px;
  height: 91px;
  position:relative;
}

.cmyx .column-con .con-box .box-r .title {
  font-size: 16px;
  font-weight: 500;
}
.cmyx .column-con .con-box:hover .box-r .title a {
  color: #134778;
}
.cmyx .column-con .con-box .box-r .time {
  font-size: 12px;
  color: #999;
  padding: 0;
  position: absolute;
    bottom: 20px;
    left: 20px;
}

.xyrm .column-con .haha{
  width: 285px;
  height: 282px;
  margin-right: 15px;
}
.xyrm .column-con .con-box:hover {
	box-shadow: 0px 2px 20px 0px rgba(0,78,120,0.15);
}
.xyrm .column-con .con-box:nth-child(2n) {
  margin-right: 0;
}



/* 扫一扫 */
.sys {
  width: 100%;
  height: 205px;
  padding: 50px 0;
  background: url(../images/ssBg.png) no-repeat;
  font-size: 12px;
  color: #999;
}

.sys .syx-box {
  float: left;
  width: 224px;
  height: 205px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: 0px 2px 20px 0px rgba(0, 78, 120, 0.1);
  text-align: center;
  position: relative;
  margin-right: 20px;
  cursor:pointer;
}

.sys .syx-box:last-child {
  margin-right: 0;
}

.syx-box .coverImg {
  width: 70px;
  height: 70px;
  margin: 49px auto 33px;
}

.sys .syx-box:hover .ewm {
  display: block;
}

.sys .syx-box .ewm {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 224px;
  height: 205px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 20px 0px rgba(0, 78, 120, 0.15);
}

.sys .syx-box .ewmImg {
  width: 116px;
  height: 116px;
  margin: 30px auto 20px;
}

.sys .syx-box .ewm p {
  color: #134778;
}

/* 底部 */
.footer {
  width: 100%;
  height: 140px;
  background: url(../images/footerBg.png) no-repeat;
}

.footer .left {
  width: 360px;
  height: 57px;
  background: url(../images/footerLogo.png) no-repeat;
 background-size: 360px 57px;
  margin-top: 40px;
}

.footer .right {
  margin-top: 44px;
}

.footer .right p {
  opacity: 0.6;
  font-size: 14px;
  text-align: right;
  color: #ffffff;
  line-height: 30px;
}

.footer .right a {
  color: #ffffff;
  opacity: 0.6;
}