@charset "utf-8";

/* sass变量 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-family: '微软雅黑';
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #ab0310;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1400px;
  min-width: 1400px;
  margin: 0 auto;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}
img{
  max-width: 100%;
}

.main-tit {
  position: relative;
  line-height: 55px;
}

.main-tit .title {}

.main-tit .title img {
  width: 55px;
  height: 33px;
  float: left;
  vertical-align: middle;
  padding: 10px 9px 0px 0px;
}

.main-tit .title h6 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  float: left;
}

.main-tit .more {
  float: right;
  font-size: 14px;
  color: #000;
}

.main-tit .click-text {
  position: absolute;
  bottom: 0px;
  right: 0;
}

.main-tit .click-text .txt {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #666666;
}

.main-tit .click-text img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.main-list dl {
  display: table;
  width: 100%;
  margin-bottom: 18px;
}

.main-list dl dt {
  display: table-cell;
  text-align: center;
  background: #fff;
  width: 60px;
}

.main-list dl dt .y {
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: #ab0310;
  font-size: 12px;
}

.main-list dl dt .d {
  font-size: 26px;
  height: 36px;
  line-height: 36px;
  color: #7f7f7f;
}

.main-list dl dd {
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  height: 56px;
  line-height: 28px;
}

.main-list ul {
  margin-top: -5px;
}

.main-list ul li {
  line-height: 44px;
}

.main-list ul li span {
  float: right;
}

.main-list ul li a {
  display: block;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-title {
      height: 29px;
    margin: 0 auto;
    margin-bottom: 60px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #193E90;
    line-height: 32px;
    position: relative;
    text-align: center;
}
.page-title span{
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.article-page-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  line-height: 40px;
}
.article-page-title>div{
  font-size: 16px;
  font-weight: 500;
  color: #747373;
}
.page-title:before {
 
content: '';
 
position: absolute;
 
width: 70%;
 
left: 15%;
 
height: 2px;
 
top: 50%;
 
background-color: #000;
 
opacity: 0.2;
}

.right-date {
  height: 20px;
  position: absolute;
  top: 60px;
  right: 30px;
}

.right-date .announce-date {
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #999999;
  line-height: 32px;
}

.right-navigation {
  width: 140px;
  height: 20px;
  position: absolute;
  top: 59px;
  right: 30px;
}

.right-navigation .home {
  width: 17px;
  height: 13px;
  padding: 3px 5px;
  float: left;
}

.right-navigation .right {
  width: 17px;
  height: 20px;
  padding: 6px 5px;
  float: left;
}

.right-navigation .txt {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  float: left;
}

.page-content {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  padding: 59px 141px;
  position: relative;
}

.index-background-box {
  width: 100%;
  min-width: 1400px;
  overflow: hidden;
  z-index: -999;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/index/index_bg.jpg) top center no-repeat;
}

.header{
  position: relative;
  z-index: 99;
}
.header .header-con {
  margin-top: 80px;
}

.header .index-head {
  width: 1400px;
  min-width: 1400px;
}

.header .header-con .c1 {
  float: left;
  margin-left: 85px;
}

.header .header-con .c2 {
  margin-left: 288px;
  line-height: 2;
  color: #fcfc6e;
}

.header .header-con .c2 h5 {
  line-height: 1;
  font-size: 24px;
}

.header .header-con .c2 h6 {
  font-size: 22px;
}

.header .header-con .c2 h3 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}

.header .header-con .c2 p {
  font-size: 18px;
  line-height: 2.2;
}

.main-nav {
  position: relative;
  z-index: 999;
  height: 258px;
  line-height: 100px;
  background: url(../images/index/menu_bg.jpg) top center no-repeat;
}

.main-nav li {
  position: relative;
  float: left;
  width: 18.6%;
  text-align: center;
  z-index: 10;
  font-size: 16px;
}

.main-nav .head-menu-logo {
  position: absolute;
  left: 50%;
  margin-left: -230px;
  width: 460px;
  height: 172px;
  background: url(../images/index/menu_log_bg.png) top center no-repeat;
  background-size: 100% auto;
}

.main-nav .head-menu-logo .head-menu-logo-body {
  width: 368px;
  height: 208px;
  background: #225BB3;
  border-radius: 0px 0px 10px 10px;
  margin: 0 auto;
  padding-top: 36px;
  box-sizing: border-box;
}

.head-menu-logo-body .top-logo {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: block;
}

.head-menu-logo-body .bottom-logo {
  width: 340px;
  margin: 5px auto;
  display: block;
}
.main-nav .mid{
  margin-left: 420px;
}
.main-nav li a {
  height: 100px;
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 99%;
  z-index: 99;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  background: #225BB3;
  position: relative;
}

.main-nav li .dropdown li:hover {
  background: #225BB3;
}

.main-nav li .dropdown li:after {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 50%;
  left: -100%;
  transition-delay: all 0.5s;
  transition: all 0.5s;
}

.main-nav li .dropdown li:hover:after,
.main-nav li .dropdown li.hover:after {
  left: 100%;
}

.main-nav li .dropdown li .text {
  text-shadow: 0px -100px 0px white;
  transition: all 0.75s;
  transform: translateY(100%) translateZ(0);
  transition-delay: all 0.25s;
}

.main-nav li .dropdown li:hover .text,
.main-nav li .dropdown li.hover .text {
  text-shadow: 0px -40px 0px rgba(255, 255, 255, 0);
  transform: translateY(0%) translateZ(0) scale(1.1);
  font-weight: 600;
}

.main-nav li.on a {
  color: #fff;
}

.main-nav li:hover a {
  color: #fff;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a {
  display: block;
  transition: all ease .3s;
}

.banner-box1 {
  min-width: 1400px;
  max-width: 100%;
  height: 648px;
  overflow: hidden;
  position: relative;
}

.banner-box1 .banner1 {
  min-width: 1400px;
  max-width: 100%;
  height: 648px;
  overflow: hidden;
}

.banner-box1 .banner1 .num {
  width: 300px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}


.index-row2 {
  height: 700px;
  margin-top: 160px;
}
.index-row2 .main-tit {
  position: relative;
  z-index: 10;
}
.index-row2 .col1 .banner-box2 {

  margin-top: -40px;
  position: relative;
  box-sizing: border-box;
}

.banner-box2 .banner-view{
  width: 432px;
  height: 273px;
  background-color: #ffffff;
  position: absolute;
  right: 0px;
  bottom: -120px;
}
.banner-box2 .banner-view img{
  width: 432px;
  height: 273px;
}

.index-row2 .col1 .banner-box2 .banner2 {
  width: 100%;
  height: 568px;
  position: relative;
  box-sizing: border-box;
}

.index-row2 .col1 .banner-box2 li {
  position: relative
}

.index-row2 .col1 .banner-box2 li img {
  margin-left: 500px;
  width: 900px;
  height: 568px;
}

.index-row2 .col1 .banner-box2 .banner2-introduce {
  width: 500px;
  height: 438px;
  padding: 72px 42px;
  background-color: #225BB3;
  box-sizing: border-box;
  position: absolute;
  top: 70px;
  left: 0px;
}

.banner-box2 .banner2-introduce .title {
  width: 349px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.banner-box2 .banner2-introduce .content {
  width: 400px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 25px;
}

.banner-box2 .banner2-introduce .line {
  width: 400px;
  height: 1px;
  background: #ffffff;
  margin: 30px 0;
}

.banner-box2 .banner2-introduce .date .month {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  line-height: 32px;
}

.banner-box2 .banner2-introduce .date .year {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-style: italic;
  color: #FFFFFF;
  line-height: 32px;
  margin-left: 10px;
}

.index-row3 {
  margin-top: 59px;
}

.index-row3 .col1 {
  width: 825px;
  height: 640px;
}

.index-inform {
  width: 900px;
  height: 230px;
}

.index-inform .index-inform-rol .col {
  width: 370px;
  margin: 45px 0px;
  box-sizing: border-box;
  margin-right: 80px;
  border-bottom: 2px solid transparent;
}

.index-inform .index-inform-rol .col .date {
  width: 103px;
  height: 51px;
  background: url(../images/index/inform_black_bg02.png) bottom left no-repeat;
  background-size: 100% auto;
  position: relative;
}

.index-inform-rol .col .date .date-bg {
  width: 94px;
  height: 72px;
  background: url(../images/index/inform_black_bg01.png) top left no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -20px;
  left: -1px;
}

.index-inform .index-inform-rol .col:hover .date {
  background: url(../images/index/inform_blue_bg02.png) bottom left no-repeat;
  background-size: 100% auto;
}

.index-inform .index-inform-rol .col:hover .date .date-bg {
  background: url(../images/index/inform_blue_bg01.png) bottom left no-repeat;
  background-size: 100% auto;
}

.index-inform .index-inform-rol .col:hover .date .date-bg .day {
  color: #ffffff;
}

.index-inform .index-inform-rol .col:hover .date .date-bg .month {
  color: #ffffff;
}

.index-inform .index-inform-rol .col:hover .text {
  color: #225BB3;
}

.index-inform .index-inform-rol .col:hover {
  border-bottom: 2px solid #225BB3;
}

.index-inform-rol .col .date .date-bg .day {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-style: italic;
  color: #225BB3;
  line-height: 50px;
  text-align: center;
}

.index-inform-rol .col .date .date-bg .month {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 10px;
  text-align: center;
}

.index-inform-rol .col .text {
  width: 244px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index-row3 .col2 {
  width: 475px;
  height: 640px;
}

.index-row3 .col2 .index-information {
  width: 474px;
  height: 548px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px #999999;
  margin-top: 39px;
}

.index-information .information-rol {
  height: 82px;
  padding: 27px;
  border-bottom: 1px solid #E5E5E5;
}

.index-information .information-rol .date {
  width: 67px;
  height: 80px;
}

.index-information .information-rol .date .day {
  width: 67px;
  height: 40px;
  background: #225BB3;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}

.index-information .information-rol .date .month {
  width: 67px;
  height: 40px;
  background: #ffffff;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  text-align: center;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}

.index-information .information-rol .content {
  width: 335px;
  height: 80px;
}

.index-information .information-rol .content .title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  line-height: 35px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-information .information-rol .content .text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-information .information-rol:hover .content .title {
  color: #225BB3;
}

.index-row4 {
  overflow: hidden;
  height: 985px;
  background: url(../images/index/blue-triangle-bg.jpg) top center no-repeat;
}

.index-row4 .col1 {
  padding-top: 150px;
  box-sizing: border-box;
  height: 985px;
  background: url(../images/index/triangle-bg.jpg) top center no-repeat;
}

.index-row4 .col2 .research-content {
  margin-top: 60px;
}

.research-content .research-col {
  margin: 48px 0;
}

.research-content .research-item {
  width: 453px;
  height: 286px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px rgba(10, 11, 24, 0.2);
}

.research-content .research-item .research-item-list {
  width: 269px;
  padding: 25px 20px;
  box-sizing: border-box;
}

.research-item .research-item-list .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.research-item .research-item-list .year {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-style: italic;
  color: #225BB3;
  margin: 17px 0px 11px 0px;
}

.research-item .research-item-list .award {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.research-item .research-item-list .line {
  height: 1px;
  background: #E5E5E5;
  margin: 24px 0px;
}

.research-item .research-item-list .person {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.research-item .research-item-list .person .lable {
  color: #666666;
  margin-bottom: 12px;
}

.index-row5 {
  overflow: hidden;
  height: 700px;
}

.index-row5 .startrails {
  height: 700px;
  background: url(../images/index/Startrails.jpg) top center no-repeat;
}

.startrails .warp {
  position: relative;
}

.startrails .col1 {
  width: 1035px;
  height: 700px;
  background: url(../images/index/Startrails_left.png) top center no-repeat;
  position: absolute;
  ;
  left: 0px;
}

.startrails .col2 {
  height: 700px;
  padding: 120px 0px;
  box-sizing: border-box;
}

.startrails .col2 .banner-box3 {
  width: 360px;
  height: 460px;
  margin: 0 auto;
  position: relative;
}

.startrails .col2 .startrails-banner .banner3 {
  margin-top: 60px;
}

.startrails .col2 .banner-box3 .banner3_img2 {
  /* margin-top: 60px; */
}

.index-row6 {
  overflow: hidden;
  height: 333px;
  padding: 82.5px 0;
  box-sizing: border-box;
  background: #F8F8F8;
}

.index-row6 .col1 {
  width: 100%;
  height: 168px;
  padding: 0px 55px;
  box-sizing: border-box;
}

.index-row6 .col1 .foot-menu {
  float: left;
  width: 168px;
  height: 168px;
  margin: 0px 45px;
  background: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
}

.index-row6 .foot-menu img {
  width: 46px;
  height: 47px;
  margin: 36px 61px 26px 61px;
  box-sizing: border-box;
}

.index-row6 .foot-menu .blue {
  display: none;
}

.index-row6 .foot-menu .text {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
  color: #333333;
}

.index-row6 .foot-menu:hover {
  background-color: #225BB3;
}

.index-row6 .foot-menu:hover .white {
  display: none;
}

.index-row6 .foot-menu:hover .blue {
  display: block;
}

.index-row6 .foot-menu:hover .text {
  color: #ffffff;
}

.footer {
  height: 120px;
  background-color: #213F6F;
}

.footer .col1 {
  height: 120px;
  padding: 30px;
  box-sizing: border-box;
}

.footer .col1 .footer-logo {
  float: left;
  width: 467px;
  height: 46px;
  background: url(../images/logoghfy0619.png) top center no-repeat;
}

.footer .col1 .footer-records {
  margin-left: 46px;
  float: left;
  width: 375px;
  height: 44px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #FFFFFF;
  line-height: 28px;
}

.footer .col1 .relation {
  float: right;
}

.footer .col1 .relation .item{
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  margin-top: 10px;
}
.footer .col1 .relation .item .pic img {
  width: 48px;
  height: 48px;
}
.footer .col1 .relation .item .qr{
  width: 120px;
  position: absolute;
  bottom: 100%;
  padding: 10px;
  background: #fff;
  left: 0;
  margin-left: -50px;
  transform: translateY(-20px);
  display: none;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.footer .col1 .relation .item:hover .qr{
  display: block;
}
.title-list-background-box {
  width: 100%;
  min-width: 1400px;
  overflow: hidden;
  height: 1073px;
  z-index: -999;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/title_list_bg.jpg) top center no-repeat;
}

.inform .inform-item {
  width: 100%;
  height: 122px;
  padding: 50px 0px;
  border-bottom: 1px solid #E5E5E5;
}

.inform .inform-item:hover .date .month {
  color: #ffffff !important;
}

.inform .inform-item:hover .date {
  background-color: #225BB3;
}

.inform .inform-item:hover .date .day {
  color: #ffffff !important;
}

.inform .inform-item:hover .date .year {
  color: #ffffff !important;
}

.inform .inform-item:hover .title h5 {
  color: #225BB3 !important;
}

.inform .inform-item:hover .look .preview {
  display: none;
}

.inform .inform-item:hover .look .preview-blue {
  display: block;
}

.inform .inform-item:hover .look .count {
  color: #225BB3;
}

.inform-item .date {
  width: 92px;
  height: 122px;
  border: 1px solid #DCDCDC;
  border-radius: 6px 6px 0px 0px;
  padding-top: 20px;
  box-sizing: border-box;
}

.inform-item .date .month {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #666666;
  line-height: 24px;
  text-align: center;
}

.inform .inform-item .day {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #666666;
  line-height: 46px;
  text-align: center;
}

.inform .inform-item .year {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #999999;
  line-height: 36px;
  text-align: center;
  border-top: 1px solid #E5E5E5;
}

.inform-item .inform-item-body {
  width: 997px;
}

.inform-item .inform-item-body {
  width: 997px;
}

.inform-item .inform-item-body .title {
  height: 24px;
}

.inform-item-body .title h5 {
  width: 600px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}

.inform-item-body .title .look {
  width: 70px;
  height: 24px;
  padding: 5px 0px;
  float: right;
}

.inform-item-body .title .look img {
  width: 24px;
  height: 16px;
  float: left;
}

.inform-item-body .title .look .preview-blue {
  display: none;
}

.inform-item-body .title .look .count {
  float: right;
  color: #999999;
}

.inform-item-body .content {
  margin-top: 22px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #999999;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.college .college-rol .college-title {
  height: 64px;
  background: #EEEEEE;
}

.college-rol .college-title .ertical-blue {
  width: 10px;
  height: 64px;
  float: left;
}

.college-rol .college-title .txt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  color: #333333;
  line-height: 64px;
  margin-left: 50px;
  float: left;
}

.college-rol .college-body-rol {
  width: 100%;
  margin: 40px;
}

.college-rol .college-body-rol .col {
  font-size: 16px;
  width: 280px;
  border-bottom: 1px solid #E5E5E5;
  padding: 20px 0px;
  position: relative;
}

.college-rol .college-body-rol .col:hover:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  top: 60px;
  background-color: #225BB3;
  opacity: 1;
  left: 0px;
}

.college-rol .college-body-rol .col:hover {
  color: #225BB3;

}

.college-rol .college-body-rol .col:nth-child(2) {
  margin: 0px 39px;
}

.college-rol .college-body-rol .col:nth-child(3) {
  margin: 0px 39px;
}

.mews-message .rol .left-img {
  width: 412px;
  height: 257px;
}
.mews-message .rol .left-img img{
  height: 100%;
}
.mews-message a{
  display: block;
}
.mews-message .rol:hover .mews-item .date {
  background: #225BB3;
}

.mews-message .rol .mews-item {
  width: 884px;
  height: 257px;
}

.mews-message .rol .mews-item .date {
  width: 191px;
  height: 48px;
  padding: 0px 24px;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
}

.mews-item .date .day {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-style: italic;
 
  line-height: 45px;
}

.mews-item .date .year {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: italic;
  line-height: 45px;
  margin-left: 10px;
}

.mews-message .rol {
  margin: 40px 0px;
}

.mews-message .rol .mews-item .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 60px;
}

.mews-message .rol .mews-item .content {
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #999999;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mews-message .rol .mews-item .look {
  margin-top: 43px;
}

.mews-message .rol .mews-item .look img {
  width: 24px;
  height: 16px;
}

.mews-message .rol .mews-item .look .count {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #999999;
}
.mews-message a:hover .rol .mews-item .date {
  color: #fff;
}
.schoolyard .schoolyard-rol .col {
  width: 606px;
  height: 500px;
  margin: 40px 0px;
  position: relative;
}

.schoolyard .schoolyard-rol .col .title {
  width: 191px;
  height: 57px;
  background: #025FC9;
  font-size: 23px;
  font-family: Microsoft YaHei;
  color: #FFFFFF;
  line-height: 52px;
  text-align: center;
}

.schoolyard .schoolyard-rol .col .title:after {
  content: '';
  position: absolute;
  width: 415px;
  height: 2px;
  top: 30px;
  background-color: #000;
  opacity: 0.2;
  left: 190px;
}

.schoolyard .schoolyard-rol .col .schoolyard-img {
  width: 607px;
  height: 405px;
  margin-top: 38px;
}
.schoolyard .schoolyard-rol .col .schoolyard-img img{
  width: 100%;
  height: 100%;
}
.schoolyard-rol .col .schoolyard-img img {
  width: 607px;
  height: 405px;
}

.article p {
  text-indent: 32px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #666666;
  line-height: 34px;
  margin: 40px 0px;
}

.article .title {
  margin: 0 auto;
}

.article .title img {
  max-width: 100%;
}

.article .title .text {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  margin-top: 24px;
  text-align: center;
}