a:hover {
  color:#0b5997;
}

.layout-full.region-top-second {
/*  background-color: #fafafa; */
  padding:20px 0;
}
#content .block h2.block-title {
    border-bottom: 0;
    padding: 0px 10px 0px 10px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    border-left: solid 6px #252a87;
    line-height: 120%;
    margin-bottom: 20px;
}


.front-news .item{
    padding:20px 10px;
}

.front-news .item .title{
    padding:10px 10px 0;
    word-wrap: normal;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.front-news .item .ntime {
  padding-left: 10px;
  color: #888;
}

.item .title a{
    word-wrap: normal;
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}
.item p.summary{
		overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    padding: 0;
    margin: 10px;

}
.picnewslist_box .owl-item .item a {
    font-size: 18px;
    color: #555;
}

.newslist_box {
    margin-top:60px;
}

.newslist_box .newslists {
    margin: 2% 0;
    padding: 10px 10px 0px 0px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    min-height: 80px;
    position: relative;
    border-bottom: 1px dashed #ddd;
}
.newslist_box .newslists:last-child {
    border-bottom: none;
}


.newslists .posttime {
    position: absolute;
    padding: 10px;
    background-color: #252a87;
    border-right: 1px solid #CCC;
    width: 80px;
    height: 80px;
    font-family: arial;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.newslists .posttime span {
    display: block;
    text-align:center;
}
.newslists .posttime span.day {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
}

.newslists .postinfo {
    padding: 15px 0px 15px 100px;
    position: relative;
}

.newslists .postinfo p.title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newslists .postinfo p.title a {
    color: #555;
}

.newslist_box a.more-link {
    top: -50px;
    font-size: 14px;
    padding: 8px 15px;
   /* background-color: #e0e6ec;  */
    border-radius: 30px;
    color: #252a87;
}
@media screen and (min-width:1280px){
.block-region-top-first-right {
    margin-top: 70px;
}
}
.block-region-top-first-right .btn-base-outline{
    font-size: 14px;
    padding: 8px 15px;
    bacgkround:none;
    border-radius: 30px;
    color: #252a87;
    border: 0;
}
.block-region-top-first-right .btn-base-outline:hover {
    background: #252a87;
    color: #FFF;
}
/*通知选项卡*/
.block-region-top-third-left {
    min-height: 400px;
}
.panel-tabs.panel-tabs-auto.block {
  margin-bottom: 50px;
}


.panel-tabs .tab-content ul.list li.list-item-line {
  border-bottom: 1px dotted #c6c6c6;
  margin-bottom: 0 !important;
}

.panel-tabs .tab-nav-2.tongzhi_quicktabs li {
  background-color: #ececec;
  border-top: none;
  overflow: hidden;
}

.panel-tabs .tab-nav-2.tongzhi_quicktabs li a {
  width: 100%;
  overflow: visible;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 14px;
  outline: 0;
  line-height: 1;
  font-size: 16px;
  padding: 14px 0;
  color: #606280;
}

.panel-tabs .tab-nav-2.tongzhi_quicktabs li.active a {
  color: #fff;
  background-color: #252a87;
}

.tab-content .list-item:first-child {
    margin-top: 12px;
}
.tab-content .list-item a {
    color: #555;
    font-size: 16px;
}

.tab-content .list-item span.field-content p {
    padding-top: 3px;
    padding-bottom: 4px;
}



/*图片轮播*/

.tupianlunbo.block {
    margin-top: 80px;
}

.tupianlunbo.block .swiper-2 .swiper-slide .inner {
    background-color: #444444;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0.9;
}

.block-region-middle-second {
    max-width: 1400px;
    max-width: 1460px;
  	width: 96%;
    margin: 0 auto;
    clear: both;
    display: flex;
    flex-wrap: wrap;
}

/*快捷图标

.qicons {
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.qicons .qicon:after {
    content: "";
    background: #333;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
}
.qicons .qicon:hover:after{
  background:#252a87;
  box-shadow:2px 2px 6px #CCC;
}
.qicons .qicon {
    position: relative;
    float: left;
    width: 14.2%;
    font-size: 14px;
    min-width: 140px;
}
.qicons .qicon img {
    padding: 20px;
    display: inline-block;
    margin: 20px 20px 0px;
    width: 50px;
    z-index: 1;
    position: relative;
}*/
.layout-full.region-middle-first {
    margin-bottom: 20px;
}
/*学术讲座*/

.layout-full.region-bottom .col-xs-12.col-md-8{
 width:100%;
}
.layout-full.region-middle-second{
	padding:20px 0;
	margin-bottom:20px;
	background-color:#F8F8F8;
}
/*.block-region-middle-second .block:nth-child(1){
	width:100%;
	text-align:center;
}
#content .block-region-middle-second .block:nth-child(1) h2.block-title{
    padding: 0px;
    font-size: 28px;
    font-weight: 600;
    color: #333;
    border-left: 0;
    margin-bottom: 30px;
}*/
.block a.more-link {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    padding: 8px 15px;
    /* background-color: #e0e6ec; */
    border-radius: 30px;
    color: #252a87;
}


.xueshujiangzuo.block .event-list, .event-list ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.xueshujiangzuo.block .event-list ul li {
  width: 33%;
}

.xueshujiangzuo.block .event-list ul li .list-right h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1.5;
}

.xueshujiangzuo.block .event-list.event-list-2 .special-line {
  width: 78px;
  margin-top: 16px;
}


/*学术讲座*/


.fronteventitems {
    padding: 10px 5px 10px;
    height: 100%;
    list-style:none;
}
.fronteventblock ul{
	padding:0;
	margin:0;

}
.frontevents{
  /*background:#FFF;*/
  padding-bottom:10px;
  height:100%;
}
.frontevents .eventinfo {
  position: relative;
  /* min-height: 220px;
   margin-left: 50px; */
  /* text-align: left; */
  display: flow-root;
}
.frontevents .event-time {
     background: #252a87;
     width: 70px;
     height: 70px;
     /* position: absolute; */
     left: 0;
     text-align: center;
     color: #FFF;
     /* top: -50px; */
     display: flex;
     align-content: center;
     flex-wrap: wrap;
     justify-content: center;
     font-size:12px;
     float: left;
}
.frontevents .event-time .event-day{
  font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
}
.frontevents h3.event-title {
    font-size: 16px;
    padding: 0px 18px 0px 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.frontevents h3.event-title a {
    color: #555;
    line-height: 150%;
}

.frontevents .eventmaintitle, .frontevents .eventtime, .frontevents .eventspeaker,.frontevents .event_location {
   /* display: flex; */
    font-size:14px;
    color:#999;
    padding:0 20px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*white-space: nowrap;*/ 
    text-align: left;
}

.fronteventblock .owl-carousel .owl-item {
    /* float: none; */
    height: auto;
}
.fronteventblock .owl-wrapper{
  display:flex !important;
}
.fronteventblock .owl-theme .owl-controls .owl-page span {
    background: #cdcdcd;
}
.fronteventblock .owl-theme .owl-controls .owl-page.active span,.fronteventblock  .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #252a87;
}
.eventinfo strong {
    display: inline-block;
    float: left;
    width: 50px;
}
.eventinfo span {
    /* padding-left: 80px; */
    display: inline-block;
    float: left;
    width: calc(100% - 50px);
        overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.block a.more-link:hover {
  background-color: #252a87;
  color: #fff;
}
@media(min-width:1280px){
.fronteventitems {
    min-height: 135px;
    padding-bottom: 0px;
}
}


/* front digital 
.layout-full.region-middle{
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#252A87',endColorStr='#363EC7',gradientType='1');
    background-image: linear-gradient(45deg, #252A87, #363EC7);
    background-image: -webkit-linear-gradient(45deg, #252A87, #363EC7);
    background-image: -moz-linear-gradient(45deg, #252A87, #363EC7);
    background-image: -ms-linear-gradient(45deg, #252A87, #363EC7);
    background-image: -o-linear-gradient(45deg, #252A87, #363EC7);
    padding:20px 0;
}
.frontdigital h3,.frontdigital p{
   color:#FFF;
}
.frontdigital h3{
  font-size:40px;
  font-weight:600;
  margin-bottom:10px;
}
.frontdigital ul{
   display:flex;
   flex-wrap:wrap;
   justify-content: space-evenly;
}
.frontdigital ul li{
   list-style:none;
   text-align:center;
   padding:10px;
}
@media (max-width:992px){
.frontdigital ul li{
   width:calc(50% - 20px);
}
}*/
.layout-full.region-footer-first{
   background:url(../../lab-bg.jpg) no-repeat center center;
  padding:30px 0;
  background-size:cover;
 }
#content .layout-full.region-footer-first .block h2.block-title{
  color:#FFF;
  border-left:0;
    padding-left: 0;
}
/*   通知  
.noticelists ul{
	padding:0;
	margin:0;
	display:flex;
	flex-wrap:wrap;
}
.noticelists ul li{
	padding:0;
	margin:0 0 15px 0;
	list-style:none;
	
}

.noticelists ul li .noticelist{
    border: 1px solid #ECECEC;
    margin: 10px;
    padding: 20px 20px 0px;
    height: 100%;
    background-color:#FFF;
	transition:all ease 0.5s;
}
.noticelists ul li .noticelist:hover{
	box-shadow:2px 2px 6px #999;
	transform:scale(1.02);
}
.noticelists ul li p.title{
	font-size:16px;
	color:#000;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.noticelists ul li p.time{
	color:#999;
}
*/

/*front-research*/
.front-research h3{
	margin-top:10px;
}
.front-research h3 a{
	  overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size:18px;
    line-height:150%;
} 
.front-research p.summary{
		overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top:10px;
    color:#999;
}


.layout-full.region-footer-first p{
    color:#FFF;
}

.block-region-bottom-first-middle a,.block-region-bottom-first-right a {
    display: block;
    overflow: hidden;
}
.block-region-bottom-first-middle a img,.block-region-bottom-first-right a img {
    transition: all 0.8s ease;
}
.block-region-bottom-first-middle a img:hover,.block-region-bottom-first-right a img:hover {
    transform: scale(1.05);
}


/*科研机构*/

ul.frontlab li a {
    display: block;
    padding: 10px 5px;
    text-align: center;
    color:#FFF;
}
ul.frontlab li {
    list-style: none;
    background-color:rgba(0,0,0,0.5);
    margin:3px;
}
ul.frontlab li:hover {
    background-color:rgba(0,0,0,0.8);
}
ul.frontlab {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.block-region-footer-bottom {
  /*  padding-top: 30px; */
}
.front-eq .item{
    padding:5px 10px;
}

.keyanjigou-list p {
    /* border-bottom: 1px dashed #ddd;*/
    padding: 7px 14px;
    margin: 7px;
    border-radius: 5px;
    background-color: #9cb0dd; 
}
.keyanjigou-list p:hover {
    background-color: #252a87;
}
.keyanjigou-list p a {
    color: #fff;
    display: block;
}

/*主题教育*/
.zhutijiaoyu.block {
    padding: 28px 14px 14px;
}

.zhutijiaoyu .list-3.list-3-1 {
    position: relative;
}

.zhutijiaoyu a.more-link {
    top: -45px;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 30px;
    color: #252a87;
}
/* 学院图片 */
.layout-full.region-footer-bottom{
 padding:60px 0;
/* background-image:url(../../zwt.jpg); */
background-color:#f8f8f8;
 background-repeat:no-repeat;
 background-size:cover;
}
.photoitem {
    background: #FFF;
    padding-bottom: 20px;
    text-align: center;
    margin: 10px;
    position: relative;
    overflow: hidden !important;
    display: block;
    line-height: 100% !important;
}
.photoitem .photo{
    position: relative;
    overflow: hidden !important;
    display: block;
    line-height: 100% !important;
}
.photoitem img {
    transition: all .5s ease-out;
    width: 100%;
    margin-bottom: 15px;
}
.photoitem img:hover {
    transform:scale(1.02)
}
.photoitem:hover{
  box-shadow:2px 2px 6px #333;
}
.xy-photo {
    padding: 14px;
}