@charset "utf-8";
/* banner */
@charset "utf-8";
body{background-color: #fff;}
.navbar-brand > img {
    display: block;
	width:100%;
	height:99px;}
.header{
	width:1200px;margin:0 auto;
	 margin-top:100px;
	z-index:999;
	height:50px;
	padding: 0 30px;
	background: rgba(176, 3, 40, 1);}
#yddxs{display:none;}
#sjdaxs{display:none;}
#sjdaxs2{display:none;}
#sjdaxs3{display:none;}
#footsjd{display:none;}
.header .left{
	width: 12%;}
.header .left a img {
    height: 95px;
    margin-top: 6px;
    width: 130px;
    position: absolute;
    top: -120px;
    left: 290px;}
.header .left .img2{
	display: none;}

.header .nav{
	width: 88%;/*
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;*/
	height: 100%;
	line-height: 50px;
	display: block;}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: orangered;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;}
.header .navbar_nav li:hover:after{
    width: 100%;}
.header .navbar_nav li a{
	text-decoration: none;
    height: 100%;
    padding: 0 50px;
    display: block;/*
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;*/
    color: #fff;
    font-size: 18px;}
.header .navbar_nav li:hover a{
	color: #b00328;
	background:rgba(255,255,255,0.8);}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:50px;
	width: 140%;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);	
    }
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	margin:0 10px;
	line-height: 40px;
	text-align: center;
	background: rgba(255,255,255,0.01);
	margin-bottom: 0px;}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: rgba(255,255,255,0.9);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	z-index:10000;}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
	border-bottom:1px solid #eee;}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: rgba(176,3,40,1);
	border-bottom:1px solid #b00328;}

.header.on{
	/*background: #fff;*/
	border-bottom: 1px solid #ccc;
	color:#fff;}
.header.on .left .img1{
	display: block;}
.header.on .left .img2{
	display: block;}
.header.on .navbar_nav li a{
	color: #fff;}
.header.on .navbar_nav li:hover a{
	color: #fff;}

#navToggle2{
	display: none;}
.m_nav2{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    /*transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;*/
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    /*transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;*/
    top: 0;
    transform: translateX(100%);}
.m_nav2.open{
    transform: translateX(50%);}
.m_nav2 .top {
    height: 20px;
    padding: 10px;
    box-sizing: border-box;}
.m_nav2 .top .closed{
	width: 30px;
    height: 30px;
    vertical-align: middle;
    float: left;
    cursor: pointer;
    position: absolute;
    /* right: 0px; */
    left: 40%;}
.m_nav2 .logo{
	width: 100%;
	margin:0 auto;}
.m_nav2 .logo img{
	height: 50px;
	display: block;
	margin:30px auto;}
.m_nav2 .ul{
	margin-top: 30px;}
.m_nav2 .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;}
.m_nav2.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);}
.m_nav2 .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav2 .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav2 .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav2 .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav2 .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav2 .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav2 .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;}
.m_nav2 .ul li .dropdown_menu{
	display: none;}
.m_nav2 .ul li.dropdown.active .dropdown_menu{
	display: block;}
.m_nav2 .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;}
.m_nav2 .ul li .dropdown_menu a:last-child{
	border: none;}
.banner{
	width: 100%;}
.banner img{
	width: 100%;}

@media screen and (max-width: 992px){
	.header{
		padding: 0 10px;}
	
	.header #navToggle2{
		height: 100%;
		padding: 9px 15px;
		margin-right: -15px;
		display: inline-block;
		float: right;}
	
	.header #navToggle2 span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;}
	
	.header #navToggle2 span:before,
	.header #navToggle2 span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;}
	
	.header #navToggle2 span,
	.header #navToggle2 span:before,
	.header #navToggle2 span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #fff;}
	
	.header #navToggle2 span:before {
		top: 8px;}
	
	.header #navToggle2 span:after {
		bottom: 10px;}
	
	.header #navToggle2.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);}
	
	.header #navToggle2.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);}
	
	.header #navToggle2.open span {
		background: none;}
	
	.header #navToggle2.open span:before,
	.header #navToggle2.open span:after {
		background: #4f4f4f;}
	.header .nav{
		display: none;}
	
	.banner img{
		height: 600px;
		object-fit: cover;}
}
.c-banner{
   width:100%;
   height:500px;
   margin:0 auto;
   margin-top:0px;
   position:relative;}

.c-banner img{
	width: 100%;}
.c-banner img{
	width: 100%;}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;}
.c-banner .banner ul li img{
	width: 100%;
	height:500px;
	position: absolute;
	top: 0px;}

.c-banner .banner ul li:first-child img{
	position: relative;}


.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;}

.c-banner .jumpBtn ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.7;
	margin-left: 10px;}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;}


.topblock {
    position: relative;}
.centwords h3 a{font-size:16px;color:#fff;}
.flotrtt{float:right;margin-top:10px;}
.morerit a, .morerit a:hover {
    text-decoration: none;
    color: #fff;}
.links {
    position: absolute;
    right: 0px;
    top: 30px;}
.links a {
    color: #666;}
.links a:hover {
    color: #ff6600;}
.newsback {
    width: 100%;
    height: 255px;
    background: url(../images/newsbk.jpg) no-repeat 0 0;
    background-size: contain;}

.slidetitle {
    color: #fff;
    background: rgba(0,0,0,.2);}
.slidetitle h2 {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;}
.slideinfo {
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: -10px;
    z-index: 10;}
.btnleft {
    width: 140px;
    height: 40px;
    background: #a01c2b;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
    font-size: 20px;}
.centwords {
    color: #fff!important;
    margin-top: 30px;}
.centwords  h3{border-bottom:1px solid #fff;height:40px;}
.centwords ul li {list-style-type:disc;margin-left:20px;}
.centwords ul li a {
    color: #fff!important;
    line-height:25px;}
.morerit {
    width: 70px;
    height: 30px;
    color: #fff;
    background: url(../images/more.png) no-repeat 0 bottom;
    margin-top: 150px;
	background-size:contain;}
.fothpt{margin-top:1109px;}
.c-banner .jumpBtn {
    width: 80%;
    position: absolute;
    bottom: 10px;
    text-align: right;}
}
body {
    background: #fff;
	margin:10px 0; 
	font:normal 14px/24px 'MicroSoft YaHei';}
.fifthpt{margin-top:0px;}

.newswords h3{color:#be1c2e!important;border-bottom:1px solid #cccccc;font-size:20px;font-weight:bold;height:40px;margin-bottom:18px;font-family:"STKaiti"!important;}
.newswords span:nth-child(1){float:left;border-bottom:2px solid #be1c2e;height: 40px;}
.newswords span:nth-child(2){float:right;}
.newswords span a{color: #ccc;
    font-size: 12px;
    font-family: "Microsoft YaHei"!important;}
.newswords  ul li{overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	border-bottom:1px dotted #ddd;
	line-height: 27px;
	position:relative;background:url(../images/date.png) no-repeat 0 0;padding-left:70px;height:60px;margin-bottom:18px;}
.newswords  ul li span:nth-child(1){position:absolute;left:19px;top:6px;color:#d55141;font-size:18px;border:none;font-weight:bold;}
.newswords  ul li span:nth-child(2){position:absolute;left:7px;top:24px;color:#d55141;font-size:12px;border:none;}
.newswordsxshd h3{color:#be1c2e!important;border-bottom:1px solid #cccccc;font-size:20px;font-weight:bold;height:40px;font-family:"STKaiti"!important;}
.newswordsxshd span:nth-child(1){float:left;border-bottom:2px solid #be1c2e;height: 40px;}
.newswordsxshd span:nth-child(2){float:right;}
.newswordsxshd span a{color: #ccc;
    font-size: 12px;
    font-family: "Microsoft YaHei"!important;}
.newswordsxshd  ul li{overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-bottom: 1px dotted #ddd;
    position: relative;
    height: 62px;
    margin-top: 16px;
    line-height: 21px;
    padding-top: 15px;}
.newswordsxshd  ul li span{position: absolute;
    left: 0px;
    top: -3px;
    color: #d55141;
    font-size: 12px;
    border: none!important;}
.newswordskyptbottom{background: url(../images/bottomdot.png) no-repeat 0px bottom;
    padding-bottom: 30px;}
.newswordskypt h3{color:#000!important;border-bottom:1px solid #cccccc;font-size:20px;font-weight:bold;height:40px;font-family:"STKaiti"!important;}
.newswordskypt span:nth-child(1){float:left;border-bottom:2px solid #be1c2e;height: 40px;}
.newswordskypt ul li{float:left;width:160px;height:120px;background: url(../images/dt.png) no-repeat 0px bottom;background-size:contain;}
.newswordskypt ul li:nth-child(5){margin-left:22%;}
.newswordskypt ul li a{display: block;color:#b00328;-moz-text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
-webkit-text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;padding: 25px;
    text-align: center;
    padding-top: 30px;}
.newswordsmydj  ul li{white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	
	position:relative;background:url(../images/xy01.png) no-repeat 0 0;padding-left:70px;height:30px;margin-bottom:18px;}
.newswordsmydj h3{color:#be1c2e!important;border-bottom:1px solid #cccccc;font-size:20px;font-weight:bold;height:40px;margin-bottom:18px;font-family:"STKaiti"!important;}
.newswordsmydj span:nth-child(1){float:left;border-bottom:2px solid #be1c2e;height: 40px;}
.newswordsmydj span:nth-child(2){float:right;}
.newswordsmydj span a{color: #ccc;
    font-size: 12px;
    font-family: "Microsoft YaHei"!important;}
.newswordslogomen ul li{float:left;padding:3px;position:relative;}
.newswordslogomen ul li a img{width:140px;height:43px;}
.newswordslogomen ul li a span {
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    line-height: 12px;
    margin: 0 auto;
    padding: 10px;
	font-size:12px;
	width: 100%;}

.probootstrap-footer {
    padding: 20px 0 0 0!important;
    margin-top: 50px!important;
    background: #f6f2ed;
    color: #000;}

.probootstrap-footer .probootstrap-footer-widget h3 {
    color: #000;
    font-size: 16px;
    font-weight: 300;}
.probootstrap-footer a {
    color: #000;}

.copyright {
    background: #a61920;
    color: #fff;
    padding: 15px 0;margin-top: 25px;}
.copyrightbottom p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding-top: 10px;}
.ercodewords {
    width: 120px;
    height: 90px;
    margin: 0 auto;
    text-align: center;}
.ercodeimg {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    text-align: center;}
.ercodewords p {
    margin: 0px!important;
    line-height: 15px;}
.schoollogo{width: 100%;
    height: 150px;
    border-left: 1px solid #dcdad8;
    border-right: 1px solid #dcdad8;
    overflow: hidden;}
.schoollogo a{display: block;
    width: 138px;
    height: 121px;
    margin: 10px auto;}
.schoollogo img{width: 138px;
    height: 121px;
    margin: 0 auto;}
.clearfix{clear:both;}

@media only screen and (min-width: 1876px) {
.header {
    width: 100%;
    margin: 0 auto;
    margin-top:50px;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    background: rgba(176, 3, 40, 1);
	position: relative;}
.c-banner {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;}
.c-banner .banner ul li img {
    width: 100%;}
.fothpt {
    margin-top: 0px;}
.container {
    width: 1300px;}
.banner{position:relative;}
.slideinfo {
    width: 1200px;
    height: 80px;
    line-height: 80px;
	color: #e3e3e3;
    position:absolute;
	left:50%;
	margin-left:-600px;
	top:433px;
    font-size: 18px;}
.slidetitle {
    
    color: #fff;
    background: rgba(0,0,0,.2);}
.slidetitle  h2{font-size:16px;padding-top:15px;padding-bottom:15px;padding-left:80px;}
.ag7-bannerslide .slidetitle h2 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 15px;}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 85px;
    font-size: 18px;
    line-height: 20px;}
.c-banner .jumpBtn {
    width: 80%;
    position: absolute;
    bottom: 10px;
    text-align: right;}
}
@media only screen and (min-width: 1801px) and (max-width:1875px){
.slideinfo {
    width: 1200px;
    height: 80px;
    line-height: 80px;
	color: #e3e3e3;
    position:absolute;
	left:50%;
	margin-left:-600px;
	top:433px;
    font-size: 18px;}
.header {
    width:100%;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    background: rgba(176, 3, 40, 1);}
.c-banner {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;}
.c-banner .banner ul li img {
    width:100%;}
.fothpt {
    margin-top: 0px;}
.container {
    width: 1300px;}
.banner{position:relative;}

.slidetitle {
    
    color: #fff;
    background: rgba(0,0,0,.2);}
.slidetitle  h2{font-size:16px;padding-top:15px;padding-bottom:15px;padding-left:80px;}
.ag7-bannerslide .slidetitle h2 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 15px;}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
	margin-left:0px;}
.c-banner .jumpBtn {
    width: 80%;
    position: absolute;
    bottom: 10px;
    text-align: right;}
}
@media only screen and (min-width: 1751px) and (max-width:1800px){
.header .left a img {
    height: 95px;
    margin-top: 6px;
    width: 130px;
    position: absolute;
    top: -105px;
    left: 290px;}
.slideinfo {
    width:  1200px;
    height: 80px;
    line-height: 80px;
	color: #e3e3e3;
    position:absolute;
	left:50%;
	margin-left:-600px;
	top:493px;
    font-size: 18px;}

.header {
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    background: rgba(176, 3, 40, 1);
	position:relative;}
.c-banner {
    width:  100%;
    height: 500px;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;}
.c-banner .banner ul li img {
    width:  100%;
    height: 560px;
    position: absolute;
    top: 0px;}
.fothpt {
    margin-top: 60px;}
.container {
    width: 1200px;}
.banner{position:relative;}

.slidetitle {
    
    color: #fff;
    background: rgba(0,0,0,.2);}
.slidetitle  h2{font-size:16px;padding-top:15px;padding-bottom:15px;padding-left:380px;}
.ag7-bannerslide .slidetitle h2 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 15px;}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 145px;
    font-size: 18px;
    line-height: 20px;}
.c-banner .jumpBtn {
    width: 80%;
    position: absolute;
    bottom: -50px;
    text-align: right;}
}
@media only screen and (min-width: 1700px) and (max-width:1750px){
.header .left a img {
    height: 100px;
    margin-top: 6px;
    width: 140px;
    position: absolute;
    top: -110pxpx;
    left: 290px;}
.slideinfo {
    width: 1200px;
    height: 80px;
    line-height: 80px;
	color: #e3e3e3;
    position:absolute;
	left:50%;
	margin-left:-600px;
	top:433px;
    font-size: 18px;}
.fothpt {
    margin-top: 0px;}
.header {
    width:100%;
    margin: 0 auto;
    margin-top: 70px;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    background: rgba(176, 3, 40, 1);
	position:relative;}
.c-banner {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;}
.c-banner .banner ul li img {
    width: 100%;}
.newsback {
    width: 100%;
    height: 230px;
    margin: 0 auto;
    background: url(../images/newsbk.jpg) no-repeat 0 0;
    background-size: contain;}
.container {
    width: 1200px;}
.banner{position:relative;}

.slidetitle {
    
    color: #fff;
    background: rgba(0,0,0,.2);}
.slidetitle  h2{font-size:16px;padding-top:15px;padding-bottom:15px;padding-left:380px;}
.ag7-bannerslide .slidetitle h2 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 15px;}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 170px;
    font-size: 18px;
    line-height: 20px;}
.c-banner .jumpBtn {
    width: 80%;
    position: absolute;
    bottom: 10px;
    text-align: right;}

}


@media only screen and (min-width: 1531px) and (max-width: 1699px){
.newswordskypt ul li {
    float: left;
    width: 110px;
    height: 120px;
    background: url(../images/dt.png) no-repeat 0px bottom;
    background-size: contain;}
.centwords h3 {
    border-bottom: 1px solid #fff;
    height: 23px;}
.slideinfo {
    width: 880px;
    height: 80px;
    line-height: 80px;
	color: #e3e3e3;
    position:absolute;
	left:50%;
	margin-left:-440px;
	top:435px;
    font-size: 18px;}
.newswordslogomen ul li a img {
    width: 125px;
    height: 40px;}
.newswordskypt ul li a img {
   width: 130px;
    height: 90px;}
.centwords h3{font-size:16px;}
.centwords h3 a{font-size:16px;color:#fff;}
.morerit {
    width: 35px;
    height: 30px;
    color: #fff;
    background: url(../images/more.png) no-repeat 0 bottom;
    margin-top: 111px;
    background-size: contain;}
.fothpt {
    margin-top:0px;}
.c-banner .jumpBtn {
    width: 70%;
    position: absolute;
    bottom: 10px;
    text-align: right;}
.slidetitle {
    color: #fff;
    background: rgba(0,0,0,.2);}
.slidetitle h2 {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left:30px;}
.container {
    width: 1200px;}
.navbar-brand > img {
    display: block;
	width:100%;
	height:70px;}
.header .navbar_nav li a {
        text-decoration: none;
    height: 100%;
    padding: 0 9px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 13px;}
.c-banner {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    margin-top: 0px;}
.header .left a img {
    height: 100px;
    /* margin-top: 6px; */
    width: 140px;
    position: absolute;
    top: -110px;
    left: 265px;}
.header {
   width:100%;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    background: rgba(176, 3, 40, 1);
	position:relative;}
.navbar-brand {
    float: left;
    /* height: 50px; */
    padding: 15px 70px;}
.newsback {
    width: 100%;
    height: 180px;
    background: url(../images/newsbk.jpg) no-repeat 0 0;
    background-size: contain;}
.centwords {
    color: #fff!important;
    margin-top: 15px;}
.centwords ul li a {
    color: #fff!important;
    line-height: 20px;}
.btnleft {
    width: 130px;
    height: 40px;
    background: #a01c2b;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    font-size: 18px;}
}
@media only screen and (min-width: 1400px) and (max-width: 1530px){
.newswordskypt ul li {
    float: left;
    width: 110px;
    height: 120px;
    background: url(../images/dt.png) no-repeat 0px bottom;
    background-size: contain;}
.slideinfo {
    width: 800px;
    height: 80px;
    line-height: 80px;
	color: #e3e3e3;
    position:absolute;
	left:50%;
	margin-left:-400px;
	top:433px;
    font-size: 18px;}
.newsback {
    width: 100%;
    height: 155px;
    background: url(../images/newsbk.jpg) no-repeat 0 0;
    background-size: contain;}
.newswordslogomen ul li a img {
    width: 110px;
    height: 35px;}
.newswordskypt ul li a img {
   width: 115px;
    height: 90px;}
.btnleft {
    width: 110px;
    height: 35px;
    background: #a01c2b;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
    font-size: 16px;}
.centwords h3{font-size:14px;}
.centwords ul li{font-size:12px;}
.morerit {
    width: 40px;
    height: 30px;
    color: #fff;
    background: url(../images/more.png) no-repeat 0 bottom;
    margin-top: 110px;
    background-size: contain;}
.fothpt {
    margin-top:0px;}
.c-banner .jumpBtn {
    width: 70%;
    position: absolute;
    bottom: 10px;
    text-align: right;}
.c-banner {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    margin-top: 0px;}
.container {
    width: 1200px;}
.navbar-brand > img {
    display: block;
	width:100%;
	height:70px;}
.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0px 5px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 13px;}
.header .left a img {
    height: 100px;
    /* margin-top: 6px; */
    width: 140px;
    position: absolute;
    top: -110px;
    left: 230px;}
.header {
    width:100%;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    background: rgba(176, 3, 40, 1);
	position:relative;}
.navbar-brand {
    float: left;
    /* height: 50px; */
    padding: 15px 45px;}
}

@media only screen and (min-width: 1280px) and (max-width: 1399px){
.newswordskypt ul li {
    float: left;
    width: 110px;
    height: 120px;
    background: url(../images/dt.png) no-repeat 0px bottom;
    background-size: contain;}
.slideinfo {
    width: 800px;
    height: 80px;
    line-height: 80px;
	color: #e3e3e3;
    position:absolute;
	left:50%;
	margin-left:-400px;
	top:433px;
    font-size: 18px;}
.newsback {
    width: 100%;
    height: 180px;
    background: url(../images/newsbk.jpg) no-repeat 0 0;
    background-size: contain;}
.newswordslogomen ul li a img {
    width: 110px;
    height: 35px;}
.newswordskypt ul li a img {
   width: 115px;
    height: 90px;}
.btnleft {
    width: 110px;
    height: 35px;
    background: #a01c2b;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
    font-size: 16px;}
.centwords h3{font-size:14px;}
.centwords ul li{font-size:12px;}
.morerit {
    width: 40px;
    height: 30px;
    color: #fff;
    background: url(../images/more.png) no-repeat 0 bottom;
    margin-top: 110px;
    background-size: contain;}
.c-banner {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;}
.c-banner .jumpBtn {
    width: 70%;
    position: absolute;
    bottom: 10px;
    text-align: right;}
.container {
    width: 1200px;}
.navbar-brand > img {
   display: block;
    width: 100%;
    height: 60px;}
.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0px 5px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 13px;}
.header .left a img {
   height: 80px;
    /* margin-top: 6px; */
    width: 110px;
    position: absolute;
    top: -90px;
    left: 230px;}
.fothpt {
    margin-top: 0px;}

.header {
	
    width:100%;
    margin:0 auto;
	margin-top:50px;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    background: rgba(176, 3, 40, 1);
	position:relative;}
.navbar-brand {
    float: left;
    /* height: 50px; */
    padding: 15px 130px;}
}

@media only screen and (min-width: 1124px) and (max-width: 1279px){
.newswordskypt ul li {
    float: left;
    width: 110px;
    height: 120px;
    background: url(../images/dt.png) no-repeat 0px bottom;
    background-size: contain;}
.slideinfo {
    width: 800px;
    height: 80px;
    line-height: 80px;
	color: #e3e3e3;
    position:absolute;
	left:50%;
	margin-left:-400px;
	top:333px;
    font-size: 18px;}
.c-banner {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    margin-top: 0px;}
.c-banner .banner ul li img {
    width: 1000px;
    height: 400px;}

.newsback {
    width: 100%;
    height: 155px;
    background: url(../images/newsbk.jpg) no-repeat 0 0;
    background-size: contain;}
.newswordslogomen ul li a img {
   width: 110px;
    height: 35px;}
.newswordskypt ul li a img {
   width: 115px;
    height: 90px;}
.btnleft {
    width: 110px;
    height: 35px;
    background: #a01c2b;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
    font-size: 16px;}
.centwords h3{font-size:14px;}
.centwords ul li{font-size:12px;}
.morerit {
    width: 40px;
    height: 30px;
    color: #fff;
    background: url(../images/more.png) no-repeat 0 bottom;
    margin-top: 110px;
    background-size: contain;}

.c-banner .banner ul li img {
    width:  100%;
     height: 400px;}
.c-banner .jumpBtn {
    width: 80%;
    position: absolute;
    bottom: 10px;
    text-align: right;}
.container {
    width: 1200px;}
.navbar-brand > img {
   display: block;
    width: 100%;
    height: 50px;}
.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0px 5px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 13px;}
.header .left a img {
   height: 69px;
    /* margin-top: 6px; */
    width: 90px;
    position: absolute;
    top: -80px;
    left: 230px;}
.fothpt {
    margin-top: 0px;}

.header {
    width:100%;
    margin: 0 auto;
    margin-top:30px;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    background: rgba(176, 3, 40, 1);
	position:relative;}
.navbar-brand {
    float: left;
    /* height: 50px; */
    padding: 15px 140px;}
}
@media only screen and (min-width: 1000px) and (max-width: 1123px){
.newswordskypt ul li {
    float: left;
    width: 110px;
    height: 120px;
    background: url(../images/dt.png) no-repeat 0px bottom;
    background-size: contain;}
.slideinfo {
    width: 800px;
    height: 80px;
    line-height: 80px;
	color: #e3e3e3;
    position:absolute;
	left:50%;
	margin-left:-400px;
	top:283px;
    font-size: 18px;}
.c-banner {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    margin-top: 0px;}
.newsback {
    width: 100%;
    height: 155px;
    background: url(../images/newsbk.jpg) no-repeat 0 0;
    background-size: contain;}
.newswordslogomen ul li a img {
    width: 112px;
    height: 40px;}
.newswordskypt ul li a img {
   width: 115px;
    height: 88px;}
.btnleft {
    width: 110px;
    height: 35px;
    background: #a01c2b;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
    font-size: 16px;}
.centwords h3{font-size:14px;}
.centwords ul li{font-size:12px;}
.morerit {
    width: 40px;
    height: 30px;
    color: #fff;
    background: url(../images/more.png) no-repeat 0 bottom;
    margin-top: 110px;
    background-size: contain;}
.c-banner .banner ul li img {
    width: 100%;
    height: 350px;}
.c-banner .jumpBtn {
    width: 80%;
    position: absolute;
    bottom: 10px;
    text-align: right;}
.container {
    width: 1200px;}
.navbar-brand > img {
  display: block;
    width: 100%;
    height: 46px;}
.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0px 5px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 13px;}
.header .left a img {
   height: 60px;
    /* margin-top: 6px; */
    width: 80px;
    position: absolute;
    top: -70px;
    left: 150px;}
.fothpt {
    margin-top: 0px;}

.header {
    width:100%;
    margin: 0 auto;
    margin-top:30px;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    background: rgba(176, 3, 40, 1);
	position:relative;}
.navbar-brand {
    float: left;
    /* height: 50px; */
    padding: 30px 170px;}
}

@media only screen and (min-width: 800px) and (max-width: 999px){
.slideinfo {
    width: 660px;
    height: 80px;
    line-height: 80px;
    color: #e3e3e3;
    position: absolute;
    left: 50%;
    margin-left: -330px;
    top: 287px;
    font-size: 18px;}
.header {
    width:100%;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    background: rgba(176, 3, 40, 1);
	position:relative;}
.c-banner {
    width:100%;
    height: 350px;
    margin: 0 auto;
    margin-top: 0px;}
.c-banner .banner ul li img {
    width:100%;
    height: 350px;}
.centwords ul li a {
    color: #fff!important;
    line-height: 13px;}
.btnleft {
    width: 95px;
    height: 30px;
    background: #a01c2b;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
    font-size: 16px;}
.centwords {
    color: #fff!important;
    margin-top: 0px;}
.newsback {
    width: 100%;
    height: 170px;
    background: #d34933;}
.newswordslogomen ul li a img {
    width: 112px;
    height: 40px;}
.newswordskypt ul li a img {
   width: 115px;
    height: 88px;}

.centwords h3{font-size:12px;}
.centwords ul li{font-size:10px;}
.morerit {
    width: 30px;
    height: 30px;
    color: #fff;
    background: url(../images/more.png) no-repeat 0 bottom;
    margin-top: 80px;
    background-size: contain;
    font-size: 12px;}

.c-banner .jumpBtn {
    width: 60%;
    position: absolute;
    bottom: 10px;
    text-align: right;}
.container {
    width: 660px;}
.navbar-brand > img {
  display: block;
    width: 100%;
    height: 46px;}
.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0px 2px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 13px;}
.header .left a img {
    height: 46px;
    margin-top: 6px;
    width: 60px;
    position: absolute;
    top: -85px;
    left: 135px;}
.fothpt {
    margin-top: 0px;}


.navbar-brand {
   float: left;
    /* height: 50px; */
    padding: 30px 95px;}
.slidetitle h2 {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;}
.newswordskyptbottom {
    background: none;}
}
@media only screen and (min-width: 769px) and (max-width: 799px){
.newswordskypt ul{
    margin-top:-20px;}
.newsback {
    width: 100%;
    height: 200px;
    background: #d34933;}
.newswordslogomen ul li a img {
    width: 112px;
    height: 40px;}
.newswordskypt ul li a img {
   width: 115px;
    height: 88px;}
.btnleft {
   width: 85px;
    height: 30px;
    background: #a01c2b;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
    font-size: 14px;}
.centwords h3{font-size:12px;}
.centwords ul li{font-size:10px;height: 30px;}
.centwords ul li a {
    color: #fff!important;
    line-height: 18px;}
.morerit {
    width: 30px;
    height: 30px;
    color: #fff;
    background: url(../images/more.png) no-repeat 0 bottom;
    margin-top: 80px;
    background-size: contain;
    font-size: 12px;}
.fifthpt {
    margin-top: 0px;}

.c-banner .jumpBtn {
    width: 80%;
    position: absolute;
    bottom: 10px;
    text-align: right;}
.container {
    width: 660px;}
.navbar-brand > img {
  display: block;
    width: 430px;
    height: 46px;}
.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0px 5px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 13px;}
.header .left a img {
   height: 60px;
    /* margin-top: 6px; */
    width: 80px;
    position: absolute;
    top: -85px;
    left: 40px;}
.fothpt {
       margin-top: 0px;}


.navbar-brand {
   float: left;
    /* height: 50px; */
    padding: 30px 95px;}
.slidetitle h2 {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;}
.slideinfo {
    width: 660px;
    height: 80px;
    line-height: 80px;
    color: #e3e3e3;
    position: absolute;
    left: 50%;
    margin-left: -330px;
    top: 287px;
    font-size: 18px;}
.header {
    width:100%;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    background: rgba(176, 3, 40, 1);
	position:relative;}
.c-banner {
    width:100%;
    height: 350px;
    margin: 0 auto;
    margin-top: 0px;}
.c-banner .banner ul li img {
    width:100%;
    height: 350px;}
.newswordskyptbottom {
    background: none;}
}

@media only screen and (min-width: 700px) and (max-width: 768px){
.c-banner .banner ul li img {
    width:100%;
    height: 350px;}
.newswordskypt ul{
    margin-top:-20px;}
.newsback {
    width: 100%;
    height: 170px;
    background: #d34933;}

.newswordslogomen ul li a img {
    width: 112px;
    height: 40px;}
.newswordskypt ul li a img {
   width: 115px;
    height: 88px;}
.btnleft {
   width: 85px;
    height: 30px;
    background: #a01c2b;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
    font-size: 14px;}

.centwords ul li{font-size:10px;height:20px;white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;}
 .centwords h3 a {
    font-size: 9px;
    color: #fff;}
.centwords h3 {
    border-bottom: 1px solid #fff;
    height: 20px;}

.morerit {
    width: 30px;
    height: 20px;
    color: #fff;
    background: url(../images/more.png) no-repeat 0 bottom;
    margin-top: 85px;
    background-size: contain;
    font-size: 10px;}
.fifthpt {
    margin-top: 0px;}
.c-banner {
    width: 100%;
    position: absolute;
    top: 160px;}
.c-banner .jumpBtn {
    width: 80%;
    position: absolute;
    bottom: 10px;
    text-align: right;}
.container {
    width: 660px;}
.navbar-brand > img {
  display: block;
    width: 100%;
    height: 46px;}
.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0px 5px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 13px;}
.header .left a img {
   height: 60px;
    /* margin-top: 6px; */
    width: 80px;
    position: absolute;
    top: -49px;
    left: 40px;}
.fothpt {
       margin-top: 445px;}

.header {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    background: rgba(176, 3, 40, 1);}
.navbar-brand {
   float: left;
    /* height: 50px; */
    padding: 30px 95px;}
.slidetitle h2 {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;}
.centwords ul li a {
    color: #fff!important;
    line-height: 15px;
	background: url(../images/dot.jpg) no-repeat 0px 5px!important;
	padding-left:7px;}
.centwords h3 a {
    font-size: 12px;
    color: #fff;}
.centwords h3 {
    border-bottom: 1px solid #fff;
    height: 30px;}
.newswordskyptbottom {
    background: none;}
}
@media only screen and (min-width: 500px) and (max-width: 699px){

.centwords ul li{font-size:10px;height:20px;white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;}
 .centwords h3 a {
    font-size: 9px;
    color: #fff;}
.centwords h3 {
    border-bottom: 1px solid #fff;
    height: 20px;}

.centwords ul li a {
    color: #fff!important;
    line-height: 15px;
	background: url(../images/dot.jpg) no-repeat 0px 5px!important;
	padding-left:7px;}
.newsback {
    width: 100%;
    height: 120px;
    background: #d34933;}

.newswordslogomen ul li a img {
    width: 112px;
    height: 40px;}
.newswordskypt ul li a img {
   width: 115px;
    height: 88px;}
.btnleft {
   width: 70px;
    height: 20px;
    background: #a01c2b;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
    font-size: 12px;}
.centwords {
    color: #fff!important;
    margin-top: -15px;}
.fifthpt {
    margin-top: 0px;}
.centwords h3{font-size:11px;}
.centwords ul li{font-size:9px;list-style-type: disc!important;}
.morerit {
        width: 20px;
    height: 16px;
    color: #fff;
    background: url(../images/more.png) no-repeat 0 bottom;
    margin-top: 47px;
    background-size: contain;
    font-size: 8px;}
.c-banner {
    width: 100%;
    position: absolute;
    top: 150px;}
.c-banner .jumpBtn {
    width: 80%;
    position: absolute;
    bottom: 10px;
    text-align: right;}
.container {
    width: 460px;}
.navbar-brand > img {
  display: block;
    width: 330px;
    height: 45px;}
.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0px 5px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 13px;}
.header .left a img {
   height: 60px;
    /* margin-top: 6px; */
    width: 80px;
    position: absolute;
    top: -20px;
    left: 40px;}
.fothpt {
       margin-top: 445px;}

.header {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    background: rgba(176, 3, 40, 1);}
.navbar-brand {
  float: left;
    /* height: 50px; */
    padding: 20px 0px;}
.links {
    position: absolute;
    right: 0px;
    top: 30px;
	font-size:12px;}
.slidetitle h2 {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;}
.newswordskyptbottom {
    background: none;}
.c-banner .banner ul li img {
    width:100%;
    height: 350px;}
}

@media only screen and (min-width: 320px) and (max-width: 499px){
	
.probootstrap-footer {
    padding: 20px 0 0 0!important;
    margin-top: 50px!important;
    background: #b0032c;
    color: #fff;}
.rksjd{color:#fff;}
.linksjd{color:#fff;margin-top: 90px;}
.linksjd h2{font-size:16px;}
.rksjd a {
    color: #fff;
    width: 100%;
    border: 1px solid #fff;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 8px;}
.linksjd a {
    width: 48%;
    height: 35px;
    background: #fff;
    display: block;
    float: left;
    font-size: 10px;
    border-radius: 3px;
    margin: 1px;
    color: #b0032c;
    line-height: 35px;
    text-align: center;}

.schoollogo a {
    display: block;
    width: 100%;
    height: 150px;
    margin: 10px auto;}
.schoollogo {
    width: 100%;
    height: 200px;
    border: none;
    /* border-left: 1px solid #dcdad8; */
    /* border-right: 1px solid #dcdad8; */
    background-size: contain;}
.schoollogo  p{margin-top:-37px;text-align: center;}
.copyright{display:block;}
#footpcd{display:none;}
#footsjd{display:block;}
#pcdaxs{display:none;}
#sjdaxs{display:block;}
#pcdaxs2{display:none;}
#pcdaxs3{display:none;}
#sjdaxs2{display:block;}
#sjdaxs3 {
    display: block;}
.newswords span:nth-child(2) {
    /* float: right; */
    position: absolute;
    bottom: -65px;
    left:36%;
    width: 113px;
    height: 40px;
    background: #fdf4f6;
    border: 1px solid #b62b43;
    color: #b62b43;
    line-height: 40px;
    font-size: 30px;
    text-align: center;}
.newswordsxshd span:nth-child(2) {
    /* float: right; */
    position: absolute;
    bottom: -70px;
    left: 37%;
    width: 100px;
    height: 40px;
    background: #fdf4f6;
    border: 1px solid #b62b43;
    color: #b62b43;
    line-height: 40px;
    font-size: 30px;
    text-align: center;}
.newswordslogomen {
    margin-left: 40px;
    margin-top: 100px;}
.newswordsmydj span:nth-child(2) {
    /* float: right; */
    position: absolute;
    bottom: -70px;
    left: 37%;
    width: 100px;
    height: 40px;
    background: #fdf4f6;
    border: 1px solid #b62b43;
    color: #b62b43;
    line-height: 40px;
    font-size: 30px;
    text-align: center;}
.newswordskypt ul {
    margin-left: 0px!important;}
.newswordskypt{margin-top:100px;}
.newswords ul li span:nth-child(2) {
    position: absolute;
    left: 7px;
    top: 35px;
    color: #d55141;
    font-size: 12px;
    border: none;
    background: none;
    text-align: left;}
.newswordsxshd{margin-top:100px;}
.newswords span a {
    color: #b62b43;
    font-size: 20px;
    font-family: "Microsoft YaHei"!important;}
.newswordsxshd span a {
    color: #b62b43;
    font-size: 20px;
    font-family: "Microsoft YaHei"!important;}
.newswordsmydj span a {
    color: #b62b43;
    font-size: 20px;
    font-family: "Microsoft YaHei"!important;}
.newswords h3 span:nth-child(1) {
   float: none;
    border-bottom: none;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 40%;}
.newswords h3 {
    color: #be1c2e!important;
    border-bottom: none;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    margin-bottom: 18px;
    font-family: "STKaiti"!important;
    background: url(../images/linesjd.png) no-repeat 0px bottom;
    background-size: contain;}
.newswordsxshd h3 span:nth-child(1) {
   float: none;
    border-bottom: none;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 40%;}
.newswordskypt h3 span:nth-child(1) {
    float: none;
    border-bottom: none;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 40%;}
.newswordsmydj h3 span:nth-child(1) {
    float: none;
    border-bottom: none;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 39%;}
.newswordsxshd h3 {
    color: #be1c2e!important;
    border-bottom: none;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    margin-bottom: 18px;
    font-family: "STKaiti"!important;
	background: url(../images/linesjd.png) no-repeat 0px bottom;
	background-size: contain;}
.newswordskypt h3 {
    color: #be1c2e!important;
    border-bottom: none;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    margin-bottom: 18px;
    font-family: "STKaiti"!important;
	background: url(../images/linesjd.png) no-repeat 0px bottom;
	background-size: contain;}
.newswordsmydj h3 {
    color: #be1c2e!important;
    border-bottom: none;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    margin-bottom: 18px;
    font-family: "STKaiti"!important;
	background: url(../images/linesjd.png) no-repeat 0px bottom;
	background-size: contain;}
.newswords ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-bottom: 1px dotted #ddd;
    line-height: auto!important;
    position: relative;
    background:none;
    padding-left: 70px;
    height: 60px;
    margin-bottom: 18px;
	font-size: 16px;
	border:none!important;
	padding-top:12px;}
.newswords ul li span:nth-child(1) {
    position: absolute;
    left: 19px;
    top: 10px;
    color: #d55141;
    font-size: 18px;
    border: none;
    font-weight: bold;}
.newswordsxshd ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-bottom: 1px dotted #ddd;
    position: relative;
    height: 60px;
    margin-top: 16px;
    line-height: auto!important;
    padding-top: 15px;
    font-size: 16px;
    border: none;}
.newswordsxshd ul li span {
    position: absolute;
    left: 0px;
    top: -4px;
    color: #d55141;
    font-size: 14px;
    border: none!important;}
.newswordsmydj ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: url(../images/xy01.png) no-repeat 0 0;
    padding-left: 50px;
    height: 35px;
    margin-bottom: 18px;
    font-size: 16px;}

.header #navToggle2 {
    height: 38px!important;
    margin-right: 0px!important; 
    display: inline-block;
    position: absolute!important;
    right: 5px!important;
    top: -35px!important;
    border: 1px solid #fff!important;
    width: 38px!important;
    border-radius: 3px!important;
	padding: 0px 1px 7px 5px!important;}
.topblock {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;}
#yddxs{display:block;}
#pcdxs{display:none;}
.topblockchild{background:#bb102a;width:100%;margin-left:0px!important;margin-right:0px!important;height:70px;}
.newswordskypt ul li {
    float: left;
    width: 50%;
    height: 120px;
    background: url(../images/dt.png) no-repeat center bottom;}
.newswordskypt ul li a {
    display: block;
    color: #b00328;
    -moz-text-shadow: #fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
    -webkit-text-shadow: #fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
    /* padding: 5px; */
    text-align: center;
    padding-top: 40px;
    /* text-align: center; */
    line-height: 20px;
    height: 40px;
    width: 100%;}
.newswordskyptbottom {
    background:none;}
.slideinfo {
	display:none;
    width: 660px;
    height: 80px;
    line-height: 80px;
    color: #e3e3e3;
    position: absolute;
    left: 50%;
    margin-left: -330px;
    top: 287px;
    font-size: 18px;
	text-align: center;}
.c-banner {
    width:100%;
    height: 200px;
    margin: 0 auto;
    margin-top: 0px;}
.c-banner .banner ul li img {
   
    height: 200px;}
.newswordslogomen {
    margin-left: 0px!important;}
.newswordslogomen ul li a span {
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    line-height: 25px;
    margin: 0 auto;
    padding: 10px;
    font-size: 15px;
    width: 100%;}
.centwords ul li{
	list-style-type: none;
    font-size: 16px;
    /* margin-top: 30px; */
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    border: none!important;}
.centwords h3 a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;}
.centwords h3 {
    border-bottom: none;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -20px;
    background-size: cover;
    line-height: 40px;}
.centwords ul li a {
    color: #333333!important;
    line-height: auto!important;
    background: url(../images/dotred.jpg) no-repeat 5px 7px!important;
    padding-left: 30px;
	border:none!important;}
.newsback {
    width: 100%;
	height: 255px;
    background: url(../images/newsbk.jpg) no-repeat 0 0; 
    background-size:contain;}
.ydmbl{width:100%;background: url(../images/newsbkydd.png) repeat-x 0px 60px;}
.newswordslogomen ul li {
    float: left;
    padding: 3px;
    position: relative;
    width: 100%;}
.newswordslogomen ul li a img {
    width: 100%;
    height: 40px;}
.newswordskypt ul li a img {
   width: 115px;
    height: 88px;}
.btnleft {
	display: none;
    width: 50px;
    height: 20px;
    background: #a01c2b;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-top: 14px;
    font-size: 10px;
	margin-left: -7px;}
.centwords {
    color: #fff!important;}
.centwords ul{/*background: url(../images/newsbkydd.png) repeat-x 0px 0px;*/
    width: 100%;
    height: 90%;
    margin: 0 auto;}
.morerit {
	display: none;
    width: 18px;
    height: 12px;
    color: #fff;
    background: url(../images/more.png) no-repeat 0 bottom;
    margin-top: 90px;
    background-size: contain;
    font-size: 7px;}
.fifthpt {
    margin-top: 0px;}

.c-banner .jumpBtn {
    width: 100%;
    position: absolute;
    bottom: 40px;
    text-align: center;
	display: none;}
.container {
   width:100%;}
.links {
    position: absolute;
    right: 0px;
    top: 4px;
    font-size: 10px;
	color: #fff;
	display: none;}
.links a {
    color: #fff;}
.navbar-brand > img {
     width: 70%;
    height: 42px;}
.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0px 5px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 13px;}
.header .left a img {
    height: 45px;
    /* margin-top: 6px; */
    width: 60px;
    position: absolute;
    top: -40px;
    left: 8px;}
.fothpt {
       margin-top: 0px;}
.fothpt .container{}
.header {
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    background: rgba(176, 3, 40, 0);}
.navbar-brand {
    /*float: left; */
    /* height: 50px; */
    /* padding: 0px 0px; */
    /* font-size: 18px; */
    /* line-height: 20px; */
    position: absolute;
    left: 60px;
    top: 5px;}
.slidetitle h2 {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;}
.let0{padding-left:0!important;}
}
@media only screen and (min-width: 320px) and (max-width: 420px){
.schoollogo img {
    width: 100%;
    height: 100px;
    margin: 0 auto;}
}
@media only screen and (min-width: 421px) and (max-width: 499px){
.schoollogo img {
    width: 100%;
    height: 120px;
    margin: 0 auto;}
	
}