@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-family: "微软雅黑" !important;
    font-size: 14px;
    height: 100%;
	baclground-color:whitesmoke;
}

a,
a:hover {
    text-decoration: none !important;
    outline: none;
    font-family: "微软雅黑";
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.b {
    border: solid 1px #cccccc;
}

.b-t {
    border-top: solid 1px #cccccc;
}

.b-b {
    border-bottom: solid 1px #cccccc;
}

.b-l {
    border-left: solid 1px #cccccc;
}

.b-r {
    border-right: solid 1px #cccccc;
}

.r-5 {
    border-radius: 5px;
}

.r-10 {
    border-radius: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-l-10{
    margin-left: 10px;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.common_width {
    width: 1300px;
    margin: 0 auto;
}

.common_width_1 {
    width: 1100px;
    margin: 0 auto;
}


.bg-white {
    background-color: white;
}


body ul,
body p {
    margin: 0;
}

ul > li {
    list-style-type: none;
}

img {
    border: none;
    outline: none;
}

input {
    outline: none;
    border: 0;
    font-family: "微软雅黑";
    background: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

/*清除苹果按钮样式*/
.btn:focus {
    outline: none !important;
}

@font-face {
    font-family: "KabelCBook";
    src: url(KabelC-Book.otf);
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
}

/*------LESS------*/
.bd_weixin_popup {
    box-sizing: content-box;
}


.zoom {
    position: relative;
    overflow: hidden;
}

.zoom:before {
    background: rgba(0, 0, 128, 0.3) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    -webkit-transition: all 700ms ease-in 0s;
    transition: all 700ms ease-in 0s;
    pointer-events: none;
}

.zoom:after {
    background: rgba(0, 0, 128, 0.3) none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    pointer-events: none;
    -webkit-transition: all 700ms ease-in 0s;
    transition: all 700ms ease-in 0s;
}

.zoom:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
}

.zoom:hover:after {
    bottom: 0;
    top: 0;
    opacity: 0;
}


.no-padder {
    padding: 0px !important;
}

.boxshadow {
    box-shadow: 5px 5px 5px rgba(204, 204, 204, 0.3);
}


.bg-whitesmoke {
    background-color: whitesmoke;
}

.wrapper-sm {
    padding: 10px;
}

.wrapper-xs {
    padding: 5px;
}

.wrapper-md {
    padding: 20px;
}

.main .wrapper-lg {
    padding: 30px;
}

.bottom25 {
    margin-bottom: 25px;
}

.p-r-30 {
    padding-right: 60px;
}

/****首页布局*****/
.main .item1 {
    padding-top: 48px;
    padding-bottom:48px;
    background-image: url("../images/cn_ruc_bg.png");
    background-size: cover;
}

.main .item1  .item_left{
    width: 810px;
    float: left;

}

.main .item1  .item_right{
    width: 470px;
    float: right;
    padding-left: 20px;
}

.search_warp{
   z-index:20;
    position: fixed;
    top:100px;
    left:0; right:0;
   text-align: center;
}


.main  .news-wrap .news_left{
    width: 45%!important;
    float: left;
    padding-right: 35px;
}

.main .news-wrap  .news_right{
    width: 55%!important;
    float: right;
}



/***图文效果*/
.media-item .media-title {

    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/

}

.media-item .media-title a {
    color: dimgray;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

.media-item .media-title a:hover {
    color:#d80413;
    font-weight: 600;
}

.media-item .media-desc {
    color: #333333;
    font-size: 14px;
    margin-top: 10px;
    height: 50px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.media-item .media-link {
    margin-top: 20px;
}

.media-item .media-link a {
    color: #ae0b2a;
    font-weight: 600;
}


.media-item .img-bg {
    height: 180px;
    background-size: cover;
}


/*****header navigation*****/

.header {
    z-index: 100;
    width: 100%;
    text-align: center;
    position:fixed;
    top:0px;
    padding-top: 20px;
    padding-bottom:20px;
    margin-bottom: 0px !important;
}

.header a.logo {
    width: 400px !important;
    display: block;
    float: left;
    height: 60px;
    background: url(../images/cn_logo.png) no-repeat left top;
    background-size: 90%;
}

.header .search a {
font-size:16px;
margin-top:-3px
}

.header .nav_english a {
	font-size:16px;
    font-weight:bold;
    margin-left: 15px;
	margin-top:-3px;
	color:#d80413!important;
}

/*
.header .nav {
    height: 100px;
    padding-top: 20px;
    padding-left: 60px;
    float: left;
}

.header .nav > li {
    height: 48px;
    text-align: center;
    float: left;
    line-height: 48px;
}

.header .nav > li a {
    display: block;
    height: 48px;
    padding: 5px 10px;
    transition: all 0.5s ease 0.2s;
}

.header .nav > li a span {
    display: none;
    line-height: 18px;
    font-size: 12px;
    color: #000;
    transition: all 0.3s ease 0.2s;
}

.header .nav > li a span.cn {
    line-height: 48px;
    font-size: 18px;
    height: 48px;
    display: block;
    font-weight: lighter;
}

.header .nav > li:hover > a,
.header .nav > li.active > a {
    background-color: transparent;
}

.header .nav > li:hover a span,
.header .nav > li.active a span {
    color: #000000;
}

.header .nav > li + li {
    margin-left: 12px;
}

.header .nav > li > ul {
    display: none;
    font-size: 16px;
    background-color: #ffffff;
    position: absolute;
    z-index: 222;
    border: solid 1px #cccccc;
    max-width: 120px;

}

.header .nav > li > ul > li {
    line-height: 40px;
    height: 40px;
    max-width: 130px;
}

.header .nav > li > ul > li > a {
    height: 30px;
    color: #000;
}

.header form {
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 55px;
    margin-top: 28px;
}

.header form input[type="submit"] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/search.png) no-repeat center;
    margin-top: 8px;
    margin-left: 10px;
}

.header form input[type="text"] {
    width: 0;
    height: 40px;
    transition: all 0.3s ease 0.2s;
    background-color: white;
    border-radius: 5px;
    border: solid 1px #cccccc;
}

.header form input {
    float: left;
}

.header form:hover input[type="text"] {
    width: 140px;
    padding: 0 12px;
}*/

/******幻灯片*****/
.slide {
    height: 600px;
    position: fixed;
    width: 100%;
    top:100px;
}

.slide .swiper-container {
    height: 100%;
}


.slide .swiper-container a {
    display: block;
    height: 100%;
    position: relative;
}

.slide .swiper-container .swiper-pagination_shell {
    position: absolute;
    height: 8px;
    bottom: 60px;
    right: 0;
    left:0;
    margin: 0 auto;
}

.slide .swiper-container .swiper-pagination_shell .swiper-pagination {
    right: 0;
    height: 8px;
    /*width: 100%;*/
    font-size: 0;
}

.slide .swiper-container .swiper-pagination_shell .swiper-pagination span.swiper-pagination-switch {
    width: 12px;
    height: 8px;
    background-color: #fff;
    opacity: .6;
    border-radius: 8px;
    margin: 0 5px;
    transition: all 0.2s ease 0.1s;
    display: inline-block;
}

.slide .swiper-container .swiper-pagination_shell .swiper-pagination span.swiper-pagination-switch.swiper-active-switch {
    opacity: 1;
}

.slide .swiper_btn {
    height: 60px;
    position: absolute;
    margin: 0 auto;
    top: 40%;
    left:0;
    right:0;
    display: flex;
    justify-content: flex-end;
}

.slide .swiper_btn .swiper-button-prev {
    width: 50px;
    height: 50px;
    color: #d80413!important;
}


.slide .swiper_btn .swiper-button-next {
    width: 50px;
    height: 50px;
    color: #d80413!important;
}

/*2020.4.16update*/
.slide .swiper-container a p {
    position: absolute;
    left:0; right:0; bottom:40px;
    color: #fff;
    line-height: 30px;
    padding: 10px 40px 10px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 28px;
    margin:0 auto;
    font-weight: 600;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    margin-right: 5px;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #ae0b2a;
}

/*****首页******/
.main {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: whitesmoke;
    position:relative;
    margin-top: 700px;
    z-index:30;
}


/**headertitle***/
.main .headertitle {
    color:#d80413;
    font-size: 24px;
    margin-bottom: 15px;
}

.main .headertitle span {
    width: 60px;
    height: 60px;
    padding-bottom: 9px;
    border-bottom: solid 4px #ae0b2a;
}

.main .headertitle em {
    font-size: 14px;
    color:#333333;
    line-height: 38px;
    height: 38px;
    display: inline-block;
    font-style: normal;
    float: right;
    margin-top: 0px;
}

.main .headertitle em a{
    font-size: 14px;
    color:#333333;
}

.main .headertitle em a:hover{
    font-size: 14px;
    color:#d80413;
}




.annoursetitle {
    font-weight: 600 !important;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 10px;
}
.newstitle {
    font-weight: 600 !important;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 10px;
}

/*item2*/
.main .item2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: white;

}

.main .item2 .research-left{
    width: 880px;
    float: left;
}

.main .item2 .research-right{
     padding-left: 5px!important;
     width: 420px;
    float: right;
 }

.main .item2 .top-search-left{
    padding-right: 5px!important;
    width:50%!important;
    float: left;

}

.main .item2 .top-search-right{
    padding-left: 0px!important;
    width:50%!important;
    float: right;
}



/*新闻列表*/
.main .newslist {
    position: relative;
    width: 100%;
    overflow-y: hidden;
    margin-top:10px;
    padding-top:15px;
}

.main .newslist ul li {
    height: 32px;
    display: flex;
    width: 100%;
    border-bottom: 1px solid whitesmoke;
}

.main .newslist ul li .span_title{
    flex: 1;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .newslist ul li .span_title a {
    color: #0c0c0c;
    font-size: 16px;
    line-height: 27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.main .newslist ul li a:hover {
    color: #d80413;
    font-weight: 500;
}

.main .newslist ul li .date {
    color: #ae0b2a;
    float: right;
    margin-top: 5px;
    font-weight: 500;
    width: 40px;
}

/*anoursement*/

.main .announcement {
    width: 100%;
    overflow-y: hidden;
}

.main .announcement ul li {
    height: 32px;
    display: flex;
    width: 100%;
}

.main .announcement ul li .span_title a {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .announcement a:hover {
    color: #ae0b2a;
    font-weight: 500;
}

.main .announcement ul li .span_title{
    flex: 1;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .announcement ul li .date {
    color: #ae0b2a;
    float: right;
    font-weight: 500;
    margin-top: 5px;
    width:40px;
}

/*媒体聚焦*/

.main .item3 {
    padding-top: 40px;
	padding-bottom:50px;
    background: url("../images/bg.png") top center ;
}


.main .item3 .media-left{
    width: 870px;
    float: left;
}

.main .item3 .video_right{
    padding-left: 5px!important;
    width: 420px;
    float: right;
}



.main .mediatitle {
    font-weight: 600 !important;
    width: 100%;
    position: absolute;
    z-index: 20;
    top: 0px;
    left: 0px;
    right: 0px;
}

.main .medianav a{
    color:#ffffff;
}

.main .mediatitle .title {
    padding: 15px;
    background-color: #ae0b2a;
    font-size: 18px;
    color: white;
    position: absolute;
    font-weight: bold;
}

.main .medianav .nav_btn_left {
    height: 40px;
    width: 60px;
    color: white;
    margin-right: 10px;
    font-weight: 500;
}

.main .medianav .nav_btn_right {
    height: 40px;
    width: 60px;
    color: white;
    margin-right: 10px;
    font-weight: 500;
}

.main .mediatitle .morebtn {
    height: 30px;
    width: 40px;
    margin-left: 10px;
}

.main .medianav a {
    color: white;
    font-weight: 500;
    margin-left: 5px;
}

.main .medianav {
    padding-top: 10px;
    position: relative;
    float: right;
    text-align: right;
    padding-right: 10px;
}

.main .medialist {
    height: 300px;
    width: 100%;
}

.main .medialist .swiper-media {
    clear: both;
}

.main .medialist .swiper-media-wrap {
    margin-top: 20px;
}


.main .medialist .media-item {
    height: 260px;
}

.main .video-wrap .nav_school_left {
    height: 30px;
    width: 30px;
    background: url(../images/nav_left.png) center center no-repeat;
    background-size: 24px 24px;
}

.main .video-wrap .nav_school_right {
    height: 30px;
    width: 30px;

    background: url(../images/nav_right.png) center center no-repeat;
    background-size: 24px 24px;
}


.main .medialist .media-item .media-content {
    padding-top: 10px;

}

.main .medialist .media-item .media-title {

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .medialist .media-item .media-title a {
    color: dimgray;
    font-weight: 600;
    font-size: 16px;
}

.main .medialist .media-item .media-title a:hover {
    color: #ae0b2a;
    font-weight: 500;
    font-size: 16px;
}

.main .medialist .media-item .media-desc {
    color: dimgrey;
    font-size: 10px;
    padding-top: 10px;
    height: 50px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main .medialist .media-item .media-link {
    margin-top: 20px;
}

.main .medialist .media-item .media-link a {
    color: #ae0b2a;
    font-weight: 600;
}

.main .medialist .media-item .img-bg {
    height: 150px;
    background-size: cover;
}

.main .item3 h4 {
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 46px;
    margin: 0 0 24px;
    font-weight: bold;
}

/**专报**/
.paper {
    text-align: center;
    height: 220px;
    background-repeat: no-repeat;
    background: url("../images/cn_mag_bg.png");
    background-size: cover;
}

.paper .info {
    padding-top: 80px;
}

.paper .page-corner {
    width: 100px;
    text-align: center;
    background-color: #d80413;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    font-size:18px;
}

.paper .info h2 {
    color: white;
    font-weight: 500;
    font-size: 24px;
}




/**科研**/

.research {
    height: 300px;
    overflow-y: hidden;
    background-color: #5a6a7a;
    background: url("../images/cn_news_bg.png");
    background-size: 90% 80%;
    background-repeat: no-repeat;

}

.topresearch .pic {
    height: 220px;
    overflow-y: hidden;
}

.topresearch .caption {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: white;
    padding: 10px 25px 10px 25px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/topnews_cover_dim.png) bottom center;
    background-size: cover;
}


.main .researchtitle {
    font-weight: 600 !important;
    width: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.main .researchtitle .more {
    float: right;
    background-color: #d80413;
    padding: 10px;
}

.main .researchtitle .more a {
    float: right;
    background-color: #d80413;
    font-size: 16px;
    color: white;
}

.main .researchtitle .title {
    padding: 15px;
    background-color: #d80413;
    font-size: 20px;
    color: white;
    position: absolute;
    font-weight: 600;
}


/* ----- Vedio ----- */
.vediolist_wrap {
    height: 250px;
}

.vediolist_wrap .video-box {
    height: 100%;
    height: 250px;
    position: relative;
}


.vediolist_wrap .video_title {
    height: 40px;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    padding: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    left: 0px;
    right: 0px;
    background: url(../images/topnews_cover_dim.png);
    background-size: cover;
}

.vediolist_wrap .icon_box {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 100%;
    width: 100%;
    background: url(../images/cn_zs_cover_play.png) center center;
    background-size: cover;
}


.vediolist ul {
    padding: 0px;
    margin-top: 5px;
}

.vediolist ul li {
    padding: 8px;
    border: solid 1px #cccccc;
    background-color: white;
    margin-bottom: 5px;
}


.bottom-brand {
    height: 400px;
    background: url(../images/cn_bootom_bg.png) bottom center;
    background-repeat: no-repeat
}


/**底部**/

.footer {
    height: 240px;
    background: url("../images/footer_bg.png") bottom center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer .info {
    color: #fff;

}

.footer .info h5 {
    line-height: 26px;
    margin: 10px 0 10px;
    font-size: 16px;
    font-weight: 600;
}

.footer .info ul li {
    height: 25px;
    line-height: 30px;
}

.footer .info ul li a {
    color: #fff;
    display: block;
}

.footer .info ul li.email {
    background: url(../images/email.png) no-repeat left 15px center;
}

.footer .info ul li.tel {
    background: url(../images/tel.png) no-repeat left 16px center;
}

.footer .info ul li.address {
    background: url(../images/address.png) no-repeat left 16px center;
}

.footer .info .col-md-3 {
    padding-right: 38px;
    border-right: 2px solid #2c3565;
}

.footer .info .col-md-5 {
    padding-left: 38px;
    border-right: 2px solid #2c3565;
}

.footer .info .col-md-5 ul {
    width: 332px;
}

.footer .info .col-md-5 ul li {
    padding-left: 48px;
}

.footer .info .col-md-4 .rwm {
    width: 130px;
    position: absolute;
    top: 0;
    right: 168px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.footer .info .col-md-4 .copyright {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 138px;
    opacity: .8;
}

/****内容页面*******/
.page .page_tit {
    background: url(../images/page_titbg.jpg) no-repeat center / cover;
    height: 260px;
}

.page .page_tit .common_width {
    height: 100%;
    position: relative;
}

.page .page_tit .common_width .crumbs {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.page .page_tit .common_width .crumbs a {
    color: #fff;
}

.page .page_tit .common_width .crumbs a:last-child span {
    display: none;
}

.page .page_tit .common_width .crumbs span {
    padding: 0 10px;
}

.page .page_content {
    padding: 20px 0 50px;
}

.page .page_content .fl {
    width: 260px;
    text-align: center;
}

.page .page_content .fl h2 {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    background-color: #d80413;
    color: #fff;
    margin: 0;
}

.page .page_content .fl ul {
    border: 1px solid #ccc;
    border-top: 0;
}

.page .page_content .fl ul li {
    height: 60px;
    border-top: 1px solid #ccc;
    line-height: 59px;
}

.page .page_content .fl ul li a {
    font-size: 18px;
    color: #333;
    display: block;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    transition: all 0.2s ease 0.1s;
}

.page .page_content .fl ul li.active a {
    border-left: 4px solid #d80413;
    color: #d80413;
}

.page .page_content .fr {
    width: 900px;
}

.page .page_content .fr ul.pic_list {
    margin-left: -15px;
    margin-right: -15px;
}

.page .page_content .fr ul.pic_list li {
    height: 112px;
    padding: 0 15px;
    margin-bottom: 30px;
    width: 50%;
    float: left;
}

.page .page_content .fr ul.pic_list li a {
    display: block;
    height: 100%;
}

.page .page_content .fr ul.pic_list li a .pic {
    width: 160px;
    height: 100%;
    border: 1px solid #f0f0f0;
    float: left;
}

.page .page_content .fr ul.pic_list li a .txt {
    padding-top: 2px;
    padding-left: 187px;
}

.page .page_content .fr ul.pic_list li a .txt .h6_shell {
    height: 84px;
}

.page .page_content .fr ul.pic_list li a .txt h6 {
    line-height: 28px;
    max-height: 56px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    margin: 0;
    font-weight: bold;
}

.page .page_content .fr ul.pic_list li a .txt h6.en {
    max-height: 28px;
}

.page .page_content .fr ul.pic_list li a .txt span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #d80413;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 2px 0;
}

.page .page_content .fr ul.pic_list li a .txt p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}

.page .page_content .fr h2 {
    line-height: 36px;
    color: #333;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}

.page .page_content .fr p {
    font-size: 14px !important;
    font-family: '微软雅黑';
    line-height: 28px !important;
    color: #4c4c4c !important;
    margin: 5px 0 !important;
    word-break: break-word;
}

.page .page_content .fr p > span {
    font-size: 14px !important;
    font-family: '微软雅黑';
    line-height: 28px !important;
    color: #4c4c4c !important;
    margin: 5px 0 !important;
}

.page .page_content .fr p video {
    display: block;
    margin: 0 auto;

}

.page .page_content .fr ul.news_list li {
    height: 172px;
    border-bottom: 1px solid #e6e6e6;
}

.page .page_content .fr ul.news_list li + li {
    margin-top: 20px;
}

.page .page_content .fr ul.news_list li a {
    display: block;
    height: 100%;
    padding-bottom: 19px;
}

.page .page_content .fr ul.news_list li a .pic {
    width: 220px;
    height: 100%;
    border: 1px solid #f0f0f0;
    float: left;
}

.page .page_content .fr ul.news_list li a .txt {
    padding-top: 5px;
    padding-left: 240px;
}

.page .page_content .fr ul.news_list li a .txt h6 {
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    font-weight: bold;
}

.page .page_content .fr ul.news_list li a .txt span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #d80413;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 2px 0;
}

.page .page_content .fr ul.news_list li a .txt p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
}

.page .page_content .fr .page_nav {
    height: 30px;
    margin-top: 30px;
    text-align: center;
    /*font-size: 0;*/
    color: #666;
}

.page .page_content .fr .page_nav span {
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #e6e6e6;
    line-height: 28px;
    font-size: 14px;
    color: #999;
    padding: 0 15px;
    vertical-align: middle;
}

.page .page_content .fr .page_nav span a {
    color: #999;
}

.page .page_content .fr .page_nav a {
    color: #666;
    padding: 0 8px;
    display: inline-block;
}

.page .page_content .fr .page_nav form {
    display: inline-block;
    border: 1px solid #e6e6e6;
    height: 30px;
    width: 66px;
    vertical-align: middle;
}

.page .page_content .fr .page_nav form input {
    height: 28px;
    line-height: 28px;
    width: 32px;
    float: left;
}

.page .page_content .fr .page_nav form input[type='text'] {
    padding: 0 5px;
    color: #999;
    font-size: 14px;
}

.page .page_content .fr .page_nav form input[type='submit'] {
    background-color: #d80413;
    color: #fff;
    font-size: 12px;
    font-family: 'Arial';
}

.page .page_content .fr ul.notice_list li {
    height: 80px;
    border-bottom: 1px solid #e6e6e6;
}

.page .page_content .fr ul.notice_list li + li {
    margin-top: 20px;
}

.page .page_content .fr ul.notice_list li a .date {
    width: 60px;
    height: 60px;
    border: 2px solid #999;
    text-align: center;
    float: left;
}

.page .page_content .fr ul.notice_list li a .date span {
    display: inline-block;
    width: 100%;
}

.page .page_content .fr ul.notice_list li a .date span.day {
    height: 31px;
    line-height: 28px;
    background-color: #999;
    color: #fff;
    font-size: 18px;
}

.page .page_content .fr ul.notice_list li a .date span.year {
    line-height: 25px;
    color: #999;
}

.page .page_content .fr ul.notice_list li a .txt {
    padding-left: 75px;
}

.page .page_content .fr ul.notice_list li a .txt h6 {
    line-height: 28px;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    font-weight: bold;
}

.page .page_content .fr ul.notice_list li a .txt p {
    padding: 5px 0 0;
    margin: 0 !important;
    line-height: 26px;
    height: 31px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page .page_content .fr ul.teacher_list li {
    height: 220px;
    background-color: #f5f5f5;
    padding: 10px 20px;
    overflow: hidden;
}

.page .page_content .fr ul.teacher_list li + li {
    margin-top: 10px;
}

.page .page_content .fr ul.teacher_list li a {
    display: block;
    height: 100%;
}

.page .page_content .fr ul.teacher_list li a .pic {
    width: 150px;
    height: 100%;
    float: left;
}

.page .page_content .fr ul.teacher_list li a .info {
    padding-left: 177px;
}

.page .page_content .fr ul.teacher_list li a .info h5 {
    margin: 0;
    line-height: 48px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.page .page_content .fr ul.teacher_list li a .info h5 span {
    font-size: 18px;
    padding-left: 12px;
    font-weight: normal;
}

.page .page_content .fr ul.teacher_list li a .info h5 + p {
    height: 130px;
    overflow: hidden;
}

.page .page_content .fr ul.teacher_list li a .info h5 + p + span {
    float: right;
}

.page .page_content .fr ul.teacher_list li a .info strong {
    font-size: 14px;
    font-weight: bold;
    color: #d80413;
    margin: 5px 0 0;
    line-height: 28px;
    display: inline-block;
}

.page .page_content .fr ul.teacher_list li a .info p {
    line-height: 26px !important;
    color: #666 !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.page .page_content .fr ul.teacher_list li a .info > div {
    max-height: 150px;
    overflow: hidden;
}

.page .page_content .fr > .tit {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.page .page_content .fr > .tit h6 {
    line-height: 36px;
    font-size: 20px;
    color: #d80413;
    margin: 12px 0 0;
}

.page .page_content .fr > .tit span {
    font-size: 14px;
    color: #808080;
    line-height: 28px;
    padding: 0 12px;
}

.page .page_content .fr img {
    width: 80% !important;
    height: auto !important;
    margin: 12px auto !important;
    box-shadow: 0 0 12px 1px #ddd;
}

.page .page_content .fr .teacher_content .info {
    background-color: #f5f5f5;
    padding: 10px 40px 10px 20px;
}

.page .page_content .fr .teacher_content .info .pic {
    /*height: 198px;*/
    width: 150px;
    float: left;
}

.page .page_content .fr .teacher_content .info .txt {
    padding-left: 176px;
}

.page .page_content .fr .teacher_content .info .txt h6 {
    margin: 6px 0;
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    color: #d80413;
}

.page .page_content .fr .teacher_content .info .txt h6 span {
    font-size: 18px;
    color: #333;
}

.page .page_content .fr .teacher_content .info .txt > div {
    line-height: 28px;
    margin-bottom: 10px;
    overflow: hidden;
}

.page .page_content .fr .teacher_content .info .txt > div span {
    line-height: 28px;
    display: inline-block;
    height: 28px;
    float: right;
    color: #d80413;
    padding-right: 12px;
}

.page .page_content .fr .teacher_content .info .txt p {
    line-height: 28px;
    color: #666;
    margin: 0;
}

.page .page_content .fr .teacher_content .content h3 {
    margin: 19px 0 0;
    border-bottom: 1px solid #ccc;
}

.page .page_content .fr .teacher_content .content h3 span {
    display: inline-block;
    line-height: 42px;
    padding: 0 1px;
    border-bottom: 2px solid #ccc;
}

.page .page_content .fr .teacher_content .content strong {
    font-size: 14px;
    color: #d80413;
    font-weight: bold;
    line-height: 28px;
    margin: 12px 0 0;
    display: block;
}

.teacherInfo {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.page .page_content .fr .teacherInfo > p {
    text-indent: 2em;
    font-size: 18px !important;
    line-height: 36px !important;
}

.teacherInfo h6 {
    height: 62px;
    line-height: 58px;
    font-size: 22px;
    font-weight: bold;
    color: #d80413;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 0 20px;
}

#sxaibox h5 {
    height: 62px;
    line-height: 58px;
    font-size: 22px;
    font-weight: bold;
    color: #d80413;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 0 25px;
}

#sxaibox ul {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

#sxaibox li {
    line-height: 66px;
    height: 67px;
    border-bottom: 1px dashed #ddd;
}

#sxaibox li a {
    color: #333;
    display: block;
}

#sxaibox li a span {
    float: right;
    color: #959595;
}

#sxaibox p.sxinfo {
    line-height: 32px !important;
    margin-bottom: 25px !important;
}

#sxaibox .sxslide {
    height: 186px;
    width: 820px;
    margin: 0 auto;
    position: relative;
}

#sxaibox .sxslide .swiper-container {
    height: 100%;
}

#sxaibox .sxslide .swiper-button-prev {
    left: -40px;
}

#sxaibox .sxslide .swiper-button-next {
    right: -40px;
}

#sxaibox .sxslide .swiper-container .swiper-slide {
    text-align: center;
}

#sxaibox .sxslide .swiper-container .swiper-slide a {
    display: block;
    height: 100%;
    position: relative;
}

#sxaibox .sxslide .swiper-container .swiper-slide a .pic {
    height: 100%;
}

#sxaibox .sxslide .swiper-container .swiper-slide a p {
    margin: 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 30px !important;
    text-align: center;
    width: 100%;
    background-color: rgba(255, 255, 255, .7);

}


.phone_nav {
    display: none;
}

.point_out {
    width: 600px;
    height: 300px;
    background-color: #fff;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -300px;
    text-align: center;
    color: #888;
    z-index: 1002;
    display: none;
}

.point_out a span {
    background-color: #0086f9;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding: 0 15px;
    border-radius: 3px;
    margin: 20px auto 0;
    text-decoration: none;
}

.point_out a {
    width: 185px;
    display: inline-block;
}

.point_out p {
    padding: 0 60px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 16px;
    font-size: 16px;
}

.point_out .close_btn {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/close.png) no-repeat center;
    cursor: pointer;
}

.masking {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: transparent;
    transition: all 0.5s ease 0.2s;
    z-index: -1;
}

.masking.active {
    background: url(../images/bgbg.png) repeat center;
    z-index: 1001;
}

#bdshare_weixin_qrcode_dialog {
    opacity: 0;
    transition: all 0.5s ease 0.2s;
    height: 251px !important;
}

#bdshare_weixin_qrcode_dialog.active {
    opacity: 1;
}

.bd_weixin_popup_foot {
    display: none;
}

/* 2019-09-27新增媒体聚焦 */
.main .item3 h3 {
    text-align: left;
}

.newsAdd {
    display: inline-block;
    padding-left: 0px !important;
}

.newsMore {
    display: block;
    float: right;
    margin: 16px 0 20px;
}

.newsMore > a {
    font-size: 14px;
    color: #626262;
}

.newsMore > a:hover {
    color: #626262;
}

.videoCon > a {
    display: block;
    width: 100%;
    height: 247px;
}

.swiper-button-prev-sec, .swiper-button-next-sec {
    background-size: 20px 44px !important;
}

.swiper-img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.swiper-img > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 6;
    top: 0px;
}

.player-btn {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/video-player.png) no-repeat;
    position: absolute;
    z-index: 10;
    top: 39%;
    left: 43%;
}

.swiper-text {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    background: url(../images/swiper-opacity.png) no-repeat;
    background-size: cover;
}

.swiper-text > p {
    font-size: 14px;
    color: #fff;
    padding: 0px 25px;
    margin-top: 210px;
    height: 20px;
    overflow: hidden;
}





.icon_box p {
    line-height: 1.3em;
    color: #fff;

}

.icon_box h4 {
    color: #ed9c28;
}


.icon_box i {
    display: inline-block;
    font-size: 44px;
    color: #4587d9;
    position: relative;
}

.icon_box:hover i, .about-post:hover a > img {
    -moz-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;

    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;

    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    animation-delay: 0s;
    -moz-animation-duration: .7s;
    -ms-animation-duration: .7s;
    -o-animation-duration: .7s;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
}

.icon_box:hover i, .icon_box:nth-child(2n+1):hover i, .icon_box:hover p {
    color: #ed9c28;
}

.icon_box:nth-child(2n+1) i {
    color: #4587d9;
}

.icon_box:hover {
    color: #d81016;
    cursor: pointer;

    background-size: cover;
}

.icon_box i,
#about .priorty .about-post,
.contact_address .address,
#about .priorty .about-post a,
.contact_address .address .icon,
#about .priorty .about-post a > img {
    display: inline-block;
}

#about .priorty p�� {
    font-size: 12px;
    line-height: 30px;
}

.icon_box h4 {
    font-size: 1.250em;
}

#about .priorty .about-post,
.contact_address .address {
    margin-top: 15px;
    overflow: hidden;
}

#about .priorty .about-post a,
.contact_address .address .icon {
    background: #ffb600;
    float: left;
    height: 60px;
    width: 64px;
    text-align: center;
    font-size: 35px;
    line-height: 50px;
}

#about .priorty .about-post h4, .contact_address .address h4 {
    margin: 10px 0 0 80px;
}

#about .priorty .about-post p, .contact_address .address p {
    display: block;
    margin: 0 0 0 80px;
}


/*通用*/

.b-t {
    border-top: 1px solid #cccccc
}

.b-l {
    border-left: 1px solid #cccccc
}

.b-r {
    border-right: 1px solid #cccccc
}

.b-b {
    border-bottom: 1px solid #cccccc
}


.b-l-white-4x {
    border-left: 4px solid #fff
}




/*媒体查询*/
@media screen and (max-width: 767px) {

    .container-fluid{
        padding-left:0px!important;
        padding-right:0px!important;
    }

    .header {
        height: 70px;
        padding-top: 10px;
    }

    .common_width {
        width: 100%!important;
        margin: 0 auto;
    }

    .bottom-brand {
        height: 200px !important;
        background: url(../images/cn_bootom_mobile_bg.png) bottom center;
        background-repeat: no-repeat;
        background-size: 100%;
    }


    .header a.logo {
        width: 220px !important;
        background: url(../images/cn_logo.png) no-repeat left center;
        background-size: 90%;
        height: 50px !important;
    }

    .main .headertitle {
        color: #333333;
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .newstitle {
        font-weight: 600 !important;
        border-bottom: solid 0px #cccccc;
        padding-bottom: 5px;
    }

    .main .item1 {
        padding-top: 30px!important;
        width: 100%;

    }

    .main .item1  .item_left{
        width: 100%!important;
        background-color:white;
        padding: 10px!important;
    }

    .main .item1  .item_right{
        width: 100%!important;
        padding: 10px!important;
        background-color:white;
        margin-top:10px;
    }

    .main  .news-wrap .news_left{
        width: 100%!important;
        padding: 0px!important;

    }

    .main .news-wrap  .news_right{
        width: 100%!important;
        padding: 0px!important;
        margin-top:10px;
    }

    .main .item2 {
        margin-top: 10px!important;
    }


    .main .newslist ul li .date {
        color: #ae0b2a;
        margin-top: 5px;
        font-weight: 500;
        width: 80px !important;
    }



    .main .item3 {
        margin-top: 10px!important;
    }

    .main .item1 .new-right{
        margin-top:15px;
    }



    .main .researchtitle {
        font-weight: 700 !important;
        width: 100%;
        padding: 10px;
        position: static;
        width: 100%;
        margin-top: 0px !important;
        height: 45px;
    }


    .main .researchtitle .title {
        padding: 0px;
        background: url();
        background-size: cover;
        font-size: 18px;
        color: #2e3941;
        font-weight: 600;
    }

    .main .researchtitle .more {
        margin-top: 0px !important;
        float: right;
        padding: 0px;
    }

    .main .item2 .research-left{
        padding-right: 0px!important;
        width: 100%!important;
        background-color:white;
        margin-bottom: 10px;
    }

    .main .item2 .research-right{
        padding-left: 0px!important;
        width: 100%!important;
        background-color:white;
    }

    .main .item2 .top-search-left{
        padding-right: 0px!important;
        width:100%!important;
        margin-bottom: 10px;
    }

    .main .item2 .top-search-right{
        padding-right: 0px!important;
        padding-left: 0px!important;
        width:100%!important;
    }


    .topresearch .pic {
        height: 180px!important;
        overflow-y: hidden;
    }

    .main .item2 .col-xs-12 {
        padding: 0px !important;
        margin-bottom: 10px;
    }

    .main .mediatitle {
        font-weight: 600 !important;
        width: 100%;
        position: relative;
        padding: 10px!important;
        height: 30px;
    }


    .main .mediatitle .title {
        padding: 0px !important;
        background-image: none;
        background-size: cover;
        font-size: 18px;
        color: #2e3941;
        font-weight: 600;
    }

    .main .medianav{
        text-align: right;
        margin-top: -5px!important;
        padding-right: 0px!important;
    }

    .main .medianav a{
        color:#000;
        font-weight: 600;
    }

    .main .medianav .nav_btn_left {
        height: 40px;
        width: 60px;
        color: #2e3941;
        margin-right: 10px;
        font-weight: 600;
    }

    .main .medianav .nav_btn_right {
        height: 40px;
        width: 60px;
        color: #2e3941;
        margin-right: 10px;
        font-weight: 600;
    }

    .main .mediatitle .morebtn {
        height: 30px;
        width: 40px;
        margin-left: 10px;
    }




    .paper {
        text-align: center;
        height: 185px;
        background-repeat: no-repeat;
        background: url("../images/cn_mag_bg.png");
        background-size: 100%;
    }


    .main .item3 .col-xs-12 {
        padding: 0px !important;
    }


    .main .wrapper-lg {
        padding: 0px !important;
    }

    .wrapper-md {
        padding: 10px;
    }

    .main .medialist {
        height: auto !important;
        background: url();
    }

    .main .medialist .media-item {
        height: 220px !important;
    }

    .main .medialist .media-item .img-bg {
        height: 180px;
        background-size: cover;
    }


    .main .medialist .swiper-media{
        padding:0px!important;
    }

    .main .medialist .swiper-media-wrap{
        margin-top: 20px!important;
    }

    .main .item3 .media-left{
        background-color:white;
        width: 100%;
    }

    .main .item3 .video_right{
        margin-top: 10px;
        background-color:white;
        width: 100%;
        padding-left: 0px!important;
    }


    .videotitle {
        margin-top: 10px;
    }

    .slide {
        padding: 0;
        height: 200px;
        width: 100%;
    }

    .slide .swiper_btn {
        display: none;
    }

    .slide .swiper-container a p {
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff;
        line-height: 20px;
        width: 100%;
        padding: 10px 10px 10px 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 12px;
        text-align: center;
    }

    .slide .swiper-container .swiper-pagination_shell {
        display: none;
    }

    .slide .swiper-box {
        border-radius: 0px;
        box-shadow: none;
    }

    .page .page_content .fr img {
        width: 100% !important;
        height: auto !important;
        margin: 12px auto !important;
    }

    .phone_nav {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-left: -100%;
        transition: all 0.6s ease 0.2s;
        z-index: 1002;
    }

    .phone_nav.active {
        margin-left: 0;
        display: block !important;
    }

    .phone_nav > .fl {
        /*background-color: rgba(255, 255, 255, 0.98);*/
        background: url(../images/ruc_blue_bg.png);
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 46px;
        padding-top: 0px;
        transition: all 0.3s ease 0.2s;
    }


    /*视频*/
    .main .videotitle {
        z-index: 100;
        position: absolute;
        width: 100%
    }


    .main .videotitle .title {
        padding: 15px;
        background: url(../images/cn_red_bg.png);
        background-size: cover;
        font-size: 18px;
        color: white;
        font-weight: 600;
    }

    .main .videotitle em {
        display: inline-block;
        float: right;
        background-color: #2e3941;
    }

    .main .vediolist_wrap {
        height: auto !important;
        background: url(../images/ruc_blue_bg.png);
        background-size: 100%;
        height: 260px;
        margin-top: 10px;
        padding: 5px;
    }

    .vediolist_wrap .video-box {
        height: 100%;
        height: 260px;
        position: relative;
    }


    .main .vediolist_wrap .icon_box {

        height: 100% !important;

    }


    .phone_nav > .fl > .fl-title {
        color: #fff;
        padding: 30px;
        margin-bottom: 30px;
    }

    .phone_nav > .fl > ul > li > a {
        color: #fff;
        font-size: 0;
        line-height: 46px;
        display: block;
    }

    .phone_nav > .fl > ul > li > a > em {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        font-style: normal;
    }

    .phone_nav > .fl > ul > li > a > span {
        height: 46px;
        width: 16px;
        padding-left: 8px;
        box-sizing: content-box;
        display: inline-block;
        background: url(../images/phone_more.png) no-repeat right center;
        vertical-align: middle;
    }

    .phone_nav > .fl > ul > li > ul {
        display: none;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .phone_nav > .fl > ul > li > ul a {
        color: #ae0c2a;
    }


    .news {
        padding-right: 15px !important;
    }


    .footer .info {
        padding: 15px;
    }

    .footer .info .col-md-4 {
        padding: 0 15px;
    }


    .footer {
        background: #26205c;
        height: auto;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .footer .info .col-md-8 {
        padding: 0 15px 190px;
    }

    .footer .info .col-md-8 .rwm {
        right: 50%;
        margin-right: -65px;
        bottom: 0;
        top: auto;
    }

    .footer .info .col-md-5 {
        padding-left: 15px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .footer .info .col-md-4 .copyright {
        line-height: 36px;
    }

    .page .page_tit {
        height: 120px;
    }

    .page .page_tit .common_width .crumbs {
        padding-right: 20px;
    }

    .page .page_content {
        padding: 20px 15px 20px;
    }

    .page .page_content .fl,
    .page .page_content .fr {
        width: 100%;
    }

    .page .page_content .fr {
        margin-top: 20px;
    }

    .page .page_content .fl h2 {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .page .page_content .fl ul li {
        height: 40px;
        line-height: 39px;
    }

    .page .page_content .fl ul li a {
        font-size: 16px;
    }

    .page .page_content .fr .page_nav {
        margin-top: 20px;
    }

    .page .page_tit .common_width .crumbs a {
        text-shadow: 0 0 5px #333;
    }

    .page .page_content .fr .teacher_content .info {
        padding: 10px;
    }

    .page .page_content .fr .teacher_content .info .pic {
        float: none;
        margin: 0 auto;
    }

    .page .page_content .fr .teacher_content .info .txt {
        padding: 0 10px;
    }

    .page .page_content .fr .teacher_content .info .txt > div {
        height: auto;
    }

    .page .page_content .fr .teacher_content .info .txt > div span {
        display: none;
    }

    .page .page_content .fr ul.teacher_list li a .info {
        height: 100%;
        overflow: hidden;
        position: relative;
        top: 0;
        padding-left: 17px;
    }

    .page .page_content .fr ul.teacher_list li a .info p + span {
        line-height: 27px;
    }

    .page .page_content .fr ul.teacher_list li a .info p {
        margin: 5px 0 3px;
    }

    .page .page_content .fr ul.news_list li,
    .page .page_content .fr ul.pic_list li {
        height: auto;
    }

    .page .page_content .fr ul.news_list li a .pic,
    .page .page_content .fr ul.pic_list li a .pic {
        width: 100%;
        height: 230px;
    }

    .page .page_content .fr ul.news_list li a .txt,
    .page .page_content .fr ul.pic_list li a .txt {
        padding-left: 0;
        height: auto;
        padding-top: 242px;
    }

    .main .item1 .news ul li a .tit .date {
        display: none;
    }




    .page .page_content .fr ul.pic_list li {
        width: 100%;
    }

    .soogee_p {
        display: block !important;
    }

    .soogee_img {
        display: none !important;
    }

    .page .page_content .fr > .tit {
        padding-bottom: 35px;
    }

    .page .page_content .fr.bdsharebuttonbox {
        margin-top: 0;
    }

    .enn_link {
        display: none;
    }

    .main .item3 .col-md-6 {
        padding: 0;
    }

    .page .page_content .fr p video {
        max-width: 100%;
    }

    .page .page_content .fr .teacher_content .info .txt h6 {
        height: auto;
    }

    .page .page_content .fr ul.teacher_list li a .info h5 span {
        font-size: 14px;
    }

    .page .page_content .fr ul.teacher_list li a .info h5 {
        line-height: 28px;
    }

    #sxaibox li a span {
        display: none;
    }

    #sxaibox li {
        line-height: 38px;
        height: auto;
    }
}


