﻿@charset "utf-8";
/* CSS Document */

/*css重置*/
.cube {
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
  /* Other transform properties here */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "微软雅黑";
  min-width:1200px;
}

input {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  display: block;
  cursor: pointer;
}

p {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  display: inline-block;
  margin: 0;
	padding: 0;
	border:none;
}

a {
  text-decoration: none;

}

.center {
  width: 1200px;
	margin: 0 auto;
	position: relative;
}

.clearfix {
  clear: both;
}

/*header样式*/

.header{
	width: 100%;
	height:80px;
}
.header_logo{
	float:left;
	margin-top:13px;
}
.header_logo img{
	width: 324px;
    height: 52px;
}
.textimg{
	float:left;
}
.textimg img{
	width: 318;
	height:40px;
	margin-top: 30px;
}
.header_search{
	border:1px #01488a solid;
	width:238px;
	height:34px;
	border-radius: 17px;
	float:right;
	padding-left: 12px;
	
}
.search_box{
	float:right;
	margin-top:25px;
	width:255px;
	height:38px;
	position: relative;
}
.search_search{
	background-image: url("../img/search.png")/*tpa=http://xyyz.ohedu.org.cn/res/xyyz/img/search.png*/;
	width: 22px;
	height:22px;
	background-repeat: no-repeat;
	position: absolute;
	right:8px;
	top:8px;
	cursor: pointer;
}
/*nav_banner样式*/

.banner .ctrl_button {
	position:absolute;
	left:45%;
	bottom:20px;
  	margin-right: 96px;
  	overflow: hidden;
}
.bannerbox{
	position:relative;
	overflow:hidden;
	height:600px;
	
	}
.bannerbox img{
	position:absolute;
	top:0;
	left:50%;
	width:1920px;
	height:600px;
	margin-left: -960px;
	opacity:0;
	transition:all 3s;
	}
	
.bannerbox img.active{
		opacity:1
	}
	

.ctrl_button li {
  width: 38px;
  height: 7px;
  background-color: #7eb9fc;
  float: left;
  margin: 0 5px;
}

.ctrl_button .current {
  background-color: #0b3862;
}


.nav{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:42px;
	background-color: rgba(41,94,176,0.9);
	*background-color:#295eb0;
	background-color:#295eb0\9;
}

.nav li.current{
	background-color: #01488a;
	
}
.nav li:hover{
	background-color: #01488a;
	transition: 1.2s;
}
.nav li{
	float:left;
	width: 132px;
	border-left:1px #01488a solid;
	
	height:42px;
	text-align: center;
}
.nav li a{
	font-size:14px;
	color:#fff;
	line-height: 42px;
	
}


/*row01样式*/

.content_title{
	margin:0 auto;
	width: 170px;
	margin-bottom: 44px;
}

.content_title h1{
	font-size:26px;
	color:#01488a;
	text-align: center;

}
.content_title img{
	margin: 0 auto;

}
.row01{
	margin-top:60px;
	height:393px;
}


.row01_left_title{
	border-bottom: 2px solid #c8ddf4;
	padding-bottom: 6px;
	*padding-bottom: 28px;
}
.row01_left{
	float:left;
	width: 380px;
	
}
.row01_left_title .h2{
	float: left;
	font-size: 16px;
	line-height: 22px;
	color:#186cba;
	font-weight: 600;
	padding-left: 32px;
	background-image: url("../img/last_decoration.gif")/*tpa=http://xyyz.ohedu.org.cn/res/xyyz/img/last_decoration.gif*/;
	background-position: 5px 0px;
	background-repeat: no-repeat;
	background-size: 23px 22px;
	
}

.row01_left_title .h3,.h4{
	float: left;
	font-size: 16px;
	color:#186cba;
	font-weight: 600;
	
}

.row01_left_title .more{
	float:right;
	width:13px;
	height:13px;
	margin-right:6px;
	margin-top: 5px;
}



.row01_detail{
	margin-top:20px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #e6e6e6;;
}

.row01_detail .row01_detail_img{
	float:left;
	border: 1px solid #e0e0e0;
	
}
.row01_detail .row01_detail_img img{
	width:92px;
	height:66px;
	display:block;
}


.row01_detail .row01_left_right{
	float: left;
	margin-left: 12px;
	margin-top: 12px;
}
.row01_left_right h4 a{
	font-size:16px;
	color:#212222;
	display: block;
	width: 260px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}
.row01_left_right h4 a:hover{
	color:#0b2e4f;
	text-decoration: underline;
}
.row01_left_right span{
	display: block;
	padding-left: 14px;
	background-image:url("../img/time.gif")/*tpa=http://xyyz.ohedu.org.cn/res/xyyz/img/time.gif*/;
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 10px 11px;
	color:#aaaaaa;
	font-size: 14px;
	margin-top: 12px;
}


.list_all li a{
	display:block;
	float:left;
	padding-left: 18px;
	background-image: url("../img/list_decoration.gif")/*tpa=http://xyyz.ohedu.org.cn/res/xyyz/img/list_decoration.gif*/;
	background-position: 5px 12px;
	background-repeat: no-repeat;
	
	background-size: 4px 4px;
	width: 242px;
	line-height: 30px;
	color:#3e3e3e;
	font-size: 14px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	
		
}

.list_all li a:hover{
	color:#d10404;
}

.list_all li span{
	float: right;
	display:block;
	font-size: 14px;
	line-height: 30px;
	color:#a2a2a2;
	margin-right:6px;
}

.list_all_right li a{
	display:block;
	float:left;
	padding-left: 18px;
	background-image: url("../img/list_decoration.gif")/*tpa=http://xyyz.ohedu.org.cn/res/xyyz/img/list_decoration.gif*/;
	background-position: 5px 13px;
	background-repeat: no-repeat;
	
	background-size: 4px 4px;
	width: 242px;
	line-height: 31px;
	color:#3e3e3e;
	font-size: 14px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	
		
}

.list_all_right li a:hover{
	color:#d10404;
}

.list_all_right li span{
	float: right;
	display:block;
	font-size: 14px;
	line-height: 31px;
	color:#a2a2a2;
	margin-right:6px;
}




.picleft {
  width: 380px;
  position: relative;
  overflow: hidden;
  float: left;
	margin-top: 9px;
	margin-left: 30px;
	margin-right:30px;
}
.picnews {
  width: 1900px;
  height: 275px;
}
.picleft .picnews img{
  width: 380px;
  height: 275px;
  float: left;
}

.pictitle h1 {
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  float: left;
}

.content_button {
  float: right;
  margin-right: 16px;
	margin-top: 14px;
_height: 8px;
    _overflow: hidden;
}

.ctrl_text li {
  display: none;
  float: left;
}

.ctrl_text li a{
	display: block;
	width:250px;
	font-size: 14px;
	line-height: 36px;
	color:#fff;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}
.ctrl_text li.active {
  display: block
}

.ctrl_text {
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  float: left;
}

.content_button li {
  width: 8px;
  height: 8px;
  background-color: #fff;
  float: left;
  margin: 0 2px;
}

.content_button .current {
  background-color: #0b59a2;
}

.pictitle {
  width: 380px;
  height: 36px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 36px;

}


/*row02样式*/


.row02{
	margin-top:60px;
	background-image: url("../img/row02_bg.jpg")/*tpa=http://xyyz.ohedu.org.cn/res/xyyz/img/row02_bg.jpg*/;
	
	background-repeat: no-repeat;
	width: 100%;
	height:470px;
	padding-top: 55px;
	
}
.row02_application{
	position:relative;
	width: 1200px;
}
.icon_group_show{
	width:1080px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.icon_group_show ul li{
	float:left;
	width: 154px;
	height:116px;
	border-radius: 10px;
	margin-right: 31px;
	text-align: center;
}
/* .icon_group_show ul li:hover{
	border:3px #fff solid;
	box-sizing: border-box;
	width: 148px;
	height:110px;
} */
.icon_imgbox{
	width: 154px;
	height:76px;
	border-radius: 10px;
	text-align: center;
}

.icon_imgbox:hover{ 
	transform:rotateY(360deg);transition:all,1s;
	-webkit-transform:rotateY(360deg);transition:all,1s;
	-o-transform:rotateY(360deg);transition:all 1s;
	-ms-transform:rotateY(360deg);transition:all 1s;
	-moz-transform:rotateY(360deg);transition:all 1s;}

.icon_group ul li img{
	margin-top:19px;
	margin-bottom: 0px;
}

.icon_group ul li .zxz_aa{
	display:block;
	height:35px;
	width:154px;
	text-align: center;
	font-size: 14px;
	color:#fff;
}

.icon_group_show .icon_group{
	float:left;
	width: 1080px;
}
.icon_group_show .icon_group ul{
	height: 116px;
}
.icon_group_show .icon_group_move{
	width:2160px;
	height:255px;
	    position: relative;
}



.row02_application input{
	width: 34px;
	height:34px;
	display: block;
}


.row02_application .btn_left{
	background: url("../img/row02_left_n.png");
	background-repeat: no-repeat;
	background-size: 34px 34px;
	position: absolute;
	left:0;
	top:50%;
	margin-top: -16px;
	border:none;
_margin-top: 0px;
}
.row02_application .btn_left:hover{
	background-image: url("../img/row02_left_s.png")/*tpa=http://xyyz.ohedu.org.cn/res/xyyz/img/row02_left_s.png*/;
}
.row02_application .btn_right:hover{
	background-image: url("../img/row02_right_s.png")/*tpa=http://xyyz.ohedu.org.cn/res/xyyz/img/row02_right_s.png*/;
}
.row02_application .btn_right{
	background: url("../img/row02_right_n.png")/*tpa=http://xyyz.ohedu.org.cn/res/xyyz/img/row02_right_n.png*/;
	background-repeat: no-repeat;
	background-size: 34px 34px;
	position: absolute;
	right:0;
	top:50%;
	margin-top: -16px;
	
}

.icon_group li{
	cursor:pointer;
}
.icon_group .icon_1{
	background:url('../img/icons/icon_bg1.png') no-repeat;
}
.icon_group .icon_1:hover{
	background:url('../img/icons/icon_bg1_s.png') no-repeat;
}
.icon_group .icon_2{
	background:url('../img/icons/icon_bg2.png') no-repeat;
}
.icon_group .icon_2:hover{
	background:url('../img/icons/icon_bg2_s.png') no-repeat;
}
.icon_group .icon_3{
	background:url('../img/icons/icon_bg3.png') no-repeat;
}
.icon_group .icon_3:hover{
	background:url('../img/icons/icon_bg3_s.png') no-repeat;
}
.icon_group .icon_4{
	background:url('../img/icons/icon_bg4.png') no-repeat;
}
.icon_group .icon_4:hover{
	background:url('../img/icons/icon_bg4_s.png') no-repeat;
}
.icon_group .icon_5{
	background:url('../img/icons/icon_bg5.png') no-repeat;
}
.icon_group .icon_5:hover{
	background:url('../img/icons/icon_bg5_s.png') no-repeat;
}
.icon_group .icon_6{
	background:url('../img/icons/icon_bg6.png') no-repeat;
}
.icon_group .icon_6:hover{
	background:url('../img/icons/icon_bg6_s.png') no-repeat;
}
.icon_group .icon_7{
	background:url('../img/icons/icon_bg7.png') no-repeat;
}
.icon_group .icon_7:hover{
	background:url('../img/icons/icon_bg7_s.png') no-repeat;
}
.icon_group .icon_8{
	background:url('../img/icons/icon_bg8.png') no-repeat;
}
.icon_group .icon_8:hover{
	background:url('../img/icons/icon_bg8_s.png') no-repeat;
}
.icon_group .icon_9{
	background:url('../img/icons/icon_bg9.png') no-repeat;
}
.icon_group .icon_9:hover{
	background:url('../img/icons/icon_bg9_s.png') no-repeat;
}
.icon_group .icon_10{
	background:url('../img/icons/icon_bg10.png') no-repeat;
}
.icon_group .icon_10:hover{
	background:url('../img/icons/icon_bg10_s.png') no-repeat;
}
.icon_group .icon_11{
	background:url('../img/icons/icon_bg11.png') no-repeat;
}
.icon_group .icon_11:hover{
	background:url('../img/icons/icon_bg11_s.png') no-repeat;
}
.icon_group .icon_12{
	background:url('../img/icons/icon_bg12.png') no-repeat;
}
.icon_group .icon_12:hover{
	background:url('../img/icons/icon_bg12_s.png') no-repeat;
}
.icon_group li img{
	width:52px;
	height:58px;
}

/*row03样式*/

.row03{
	margin-bottom: 58px;
	height:330px;
}





.row03_left_title{
	border-bottom: 2px solid #c8ddf4;
	padding-bottom: 6px;

}
.row03_left{
	float:left;
	width: 380px;
	
}
.row03_left_title .h2{
	float: left;
	font-size: 16px;
	line-height: 22px;
	padding-left: 32px;
	background-image: url("../img/last_decoration.gif")/*tpa=http://xyyz.ohedu.org.cn/res/xyyz/img/last_decoration.gif*/;
	background-position: 5px 0px;
	background-repeat: no-repeat;
	background-size: 23px 22px;
	
}
.row03_left_title li a{
	font-size: 16px;
	line-height: 22px;
	color:#7d8286;
}
.row03_left_title li a.active{
	font-size: 16px;
	line-height: 22px;
	color:#186cba;
}
.row03_left_title li{
	float: left;
	font-size: 16px;
	
}

.row03_left_title .more{
	float:right;
	width:13px;
	height:13px;
	margin-right:6px;
	margin-top: 5px;
}



.row03_detail{
	margin-top:20px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #e6e6e6;;
}

.row03_detail .row03_detail_img{
	float:left;
	border: 1px solid #e0e0e0;
	
}

.row03_detail .row03_detail_img img{
	width:92px;
	height:66px;
	display: block;
}
.row03_detail .row03_left_right{
	float: left;
	margin-left: 12px;
	margin-top: 12px;
}
.row03_left_right h4 a{
	font-size:16px;
	color:#212222;
	display: block;
	width: 260px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}
.row03_left_right h4 a:hover{
	color:#0b2e4f;
	text-decoration: underline;
}
.row03_left_right span{
	display: block;
	padding-left: 14px;
	background-image:url("../img/time.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 10px 11px;
	color:#aaaaaa;
	font-size: 14px;
	margin-top: 12px;
}


.row03_list_all li a{
	display:block;
	float:left;
	padding-left: 18px;
	background-image: url("../img/list_decoration.gif");
	background-position: 5px 12px;
	background-repeat: no-repeat;
	
	background-size: 4px 4px;
	width: 242px;
	line-height: 30px;
	color:#3e3e3e;
	font-size: 14px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	
		
}

.row03_list_all li a:hover{
	color:#d10404;
}

.row03_list_all li span{
	float: right;
	display:block;
	font-size: 14px;
	line-height: 30px;
	color:#a2a2a2;
	margin-right:6px;
}

.row03_left .f {
  display: none;
  margin-top: 14px;
}

.row03_left .f.active {
  display: block;
}



/*rowmiddle*/
.row03_middle_title{
	border-bottom: 2px solid #c8ddf4;
	padding-bottom: 6px;

}
.row03_middle{
	float:left;
	width: 380px;
	margin-left: 30px;
	margin-right: 30px;
	
}
.row03_middle_title .h2{
	float: left;
	font-size: 16px;
	line-height: 22px;
	padding-left: 32px;
	background-image: url("../img/last_decoration.gif");
	background-position: 5px 0px;
	background-repeat: no-repeat;
	background-size: 23px 22px;
	
}
.row03_middle_title li a{
	font-size: 16px;
	line-height: 22px;
	color:#7d8286;
}
.row03_middle_title li a.active{
	font-size: 16px;
	line-height: 22px;
	color:#186cba;
}
.row03_middle_title li{
	float: left;
	font-size: 16px;
	
}

.row03_middle_title .more{
	float:right;
	width:13px;
	height:13px;
	margin-right:6px;
	margin-top: 5px;
}



.row03_detail{
	margin-top:20px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #e6e6e6;;
}

.row03_detail .row03_detail_img{
	float:left;
	border: 1px solid #e0e0e0;
	
}


.row03_detail .row03_middle_right{
	float: left;
	margin-left: 12px;
	margin-top: 12px;
}
.row03_middle_right h4 a{
	font-size:16px;
	color:#212222;
	display: block;
	width: 260px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}
.row03_middle_right h4 a:hover{
	color:#0b2e4f;
	text-decoration: underline;
}
.row03_middle_right span{
	display: block;
	padding-left: 14px;
	background-image:url("../img/time.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 10px 11px;
	color:#aaaaaa;
	font-size: 14px;
	margin-top: 12px;
}


.row03_list_all li a{
	display:block;
	float:left;
	padding-left: 18px;
	background-image: url("../img/list_decoration.gif");
	background-position: 5px 12px;
	background-repeat: no-repeat;
	
	background-size: 4px 4px;
	width: 242px;
	line-height: 30px;
	color:#3e3e3e;
	font-size: 14px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	
		
}

.row03_list_all li a:hover{
	color:#d10404;
}

.row03_list_all li span{
	float: right;
	display:block;
	font-size: 14px;
	line-height: 30px;
	color:#a2a2a2;
	margin-right:6px;
}

.row03_middle .h {
  display: none;
  margin-top: 14px;
}

.row03_middle .h.active {
  display: block;
}


/*row03right样式*/

.row03_right{
	float:left;
	width: 380px;
}

.row03_right .subjectbox_1{
	width: 380px;
	height:84px;
	background-image: url("../img/subject_1.png");
	background-repeat: no-repeat;
	background-size: 380px 84px;
	overflow：hidden;
}
.row03_right .subjectbox_1:hover{
	background-size: 418px 92.4px;
	transition:all 0.8s;
}
.row03_right .subjectbox_2:hover{
	background-size: 418px 92.4px;
	transition: 0.8s
}
.row03_right .subjectbox_3:hover{
	background-size: 418px 92.4px;
	transition: 0.8s
}
.row03_right .subjectbox_2{
	width: 380px;
	height:84px;
	background-image: url("../img/subject_2.png");
	background-repeat: no-repeat;
	background-size: 380px 84px;
	overflow：hidden;
}

.row03_right .subjectbox_3{
	width: 380px;
	height:84px;
	background-image: url("../img/subject_3.png");
	background-repeat: no-repeat;
	background-size: 380px 84px;
	overflow：hidden;
}


.row03_right a{
	display: block;
	width:380px;
	height:84px;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 84px;
	  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
	  -moz-transform: matrix( 1.64419475655431,0,0,1.64545454545455,0,0);
	  -webkit-transform: matrix( 1.64419475655431,0,0,1.64545454545455,0,0);
	  -ms-transform: matrix( 1.64419475655431,0,0,1.64545454545455,0,0);
}


/*.row03_right a:hover{
	border:3px solid rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
}
*/



/*ROW04样式*/


.row04_title .subtitle_pic .row04_bgpic{
	background-image: url("../img/bg_pic.png")/*tpa=http://xyyz.ohedu.org.cn/res/xyyz/img/bg_pic.png*/;
	background-repeat: no-repeat;
	background-position: 6px 0;
	padding-left: 42px;
	
}
.row04_title .subtitle_pic{
	float:left;
}
.row04_title .subtitle_pic li{
	float:left;
	padding-left: 14px;
	
	
}
.row04_title .subtitle_pic li a:hover{
	color:#186cba;
}
	
.row04_title .subtitle_pic li a.active{
	color:#186cba;
	font-size: 14px;
}
.row04_title .subtitle_pic li a{
	color:#7d8286;
	font-size: 14px;
}


.row04_title .more{
	float:right;
	width:13px;
	height:13px;
	margin-right:6px;
	margin-top: 5px;
}

.row04_lastpicmovebox .newbox{
	position:relative;
	}

.newbox .newblack{ 
	width:214px;
	height:34px;
	background-color:rgba(0,0,0,0.5);
	line-height:34px; 
	position:absolute;
	bottom:5px;
	left:3px;

 
  }


.newbox .newblack a{
	font-size:14px;
	display: block;
	line-height: 34px;
	width:180px;
	overflow: hidden;
  	 text-overflow: ellipsis;
  	 white-space: nowrap;
	 color:#e1e0e0;
	padding-left: 16px;
}












/*遮罩样式*/

.black_pic{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0,0,0,0.7);
	}
	
.xianshi{
	width:642px;
	height:540px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	padding-top: 550px;
}
.yidong{
	left:0;
	position:absolute;
    top:50%;
	margin-top: -369px;
}
.yidong img{
	float:left;
	width:642px;
	height:540px;
}
.btnleft,.btnright{
	position:absolute;
	top:50%;
	background-color:rgba(0,0,0,0.4);
	margin-top:-136px;
	padding:20px 20px;
}
.btnleft{
	left:0;
}
.btnright{
	right:0;
}
	
.black_pic_close{
	    position: absolute;
		right: 0;
		top: 0;
}



/*footer样式*/

.footer{
	margin-top:100px;
	width: 100%;
	height:250px;
	position: relative;
}
.footer .footer_bg img{

	width: 100%;
	height:250px;
}

.footer_left{
	float:left;
	width: 508px;
	margin-right: 100px;
	margin-left: 40px;
	_margin-left: 20px;
}

.footer_left .erweima{
	background-image: url("../img/erweima_bg.jpg")/*tpa=http://xyyz.ohedu.org.cn/res/xyyz/img/erweima_bg.jpg*/;
	width: 128px;
	height:144px;
	background-repeat: no-repeat;
	text-align: center;
}

.footer_left .erweima img{
	width: 98px;
	height:98px;
	margin-top: 35px;
}
.footer_left .footer_contact{
	margin-left:6px;
	margin-top:30px;
}
.footer_left .footer_contact li{
	float:left;
}
.footer_left .footer_contact li{
	color:#fff;
	font-size: 12px;
	line-height:32px; 
	margin-right:60px;
}

.footer_nav li{
	float:left;
	text-align: center;
	margin-right: 16px;
}
.footer_nav li a{
	background-color: rgba(255,255,255,0.14);
	display: inline-block;
	font-size:14px;
	color:#fff;
	line-height: 26px;
	padding-left: 13px;
	padding-right: 13px;
	*background-color:#3a4661;
	background-color:#3a4661\9;
}
.footer_nav li a:hover{
	background-color: rgba(255,255,255,0.3);
	transition: 1.5s;
}
.footer_right{
	float:right;
	margin-right: 52px;
	_margin-right: 0px;
_width:376px;
}
.footer_right_logo{
	margin-top:30px;
}
.friendlink .a{
	height:50px;
	width: 344px;
	border: 1px #fff solid;
	color:#fff;
	font-size:14px;
	line-height: 50px;
	padding-left: 30px;
	margin-bottom: 22px;
	position: relative;
}
.friendlink .a .inbox{
	position:absolute;
	left:0;
	bottom: 54px;;
}

.friendlink .hide_box{
	display:block;
	width: 46px;
	height:46px;
	float:right;
	background-image: url("../img/hidebox.png")/*tpa=http://xyyz.ohedu.org.cn/res/xyyz/img/hidebox.png*/;
	background-position: 3px 3px;
	background-repeat: no-repeat;
	margin-right: 2px;
	
	
} 

.friendlink .inbox li{
	background-color: rgba(1,72,138,0.9);
	*background:#1d305a;
	background:#1d305a\9;
	width: 300px;
	height:40px;
	line-height: 40px;
	padding-left: 30px;
	
}
.friendlink .inbox a{
	color:#fff;
	font-size: 14px;
	line-height: 36px;
	width: 330px;
}
                    
/*.friendlink .inbox{
	display:none;
}*/


/*footerbar样式*/


.footer_bar{
	
	width:100%;
	height:36px;
	background-color: #111a2f;
}
.footer_bar p{
	text-align:center;
	line-height: 36px;
	color:#fff;
	font-size: 12px;
}

.footer_bar p a{
	line-height: 36px;
	color:#fff;
	font-size: 12px;
	
}

.footer_bar p a:hover{
	text-decoration: underline;
	color:#e5e5e5;
}


/*list样式*/

.list_nav{
	width:100%;
	height:42px;
	background-color: rgba(41,94,176,0.9);
	*background-color:#295eb0;
	background-color:#295eb0\9;
}

.list_nav li.current{
	background-color: #01488a;
	
}
.list_nav li:hover{
	background-color: #01488a;
	transition: 1.2s;
}
.list_nav li{
	float:left;
	width: 132px;
	border-left:1px #01488a solid;
	
	height:42px;
	text-align: center;
}
.list_nav li a{
	font-size:14px;
	color:#fff;
	line-height: 42px;
	
}
.header_list{
	width: 100%;
	height: 80px;
}
.header_list_logo{
	float:left;
	margin-top:10px;
}
.header_list_logo img{
	width: 324px;
    height: 52px;
}
.textimg{
	float:left;
}
.textimg img{
	width: 318px;
	height:36px;
	margin-top: 25px;
}
.list_search_box .header_search{
	border:1px #01488a solid;
	width:238px;
	height:34px;
	border-radius: 17px;
	float:right;
	
	
}
.list_search_box{
	float:right;
	margin-top:24px;
	width:238px;
	height:34px;
	position: relative;
	padding-left:12px;
	
}
.list_search_box .search_search{
	background: url("../img/search.png");
	width: 22px;
	height:22px;
	background-repeat: no-repeat;
	position: absolute;
	right:8px;
	top:10px;
	cursor: pointer;
}

 
.list_subline{
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
	background-color:#fff;
}

.list_subline h2{
	float:left;
	color:#01488a;
	font-size: 18px;
	padding-left: 40px;
	background-image: url("../img/list_nav.png")/*tpa=http://xyyz.ohedu.org.cn/res/xyyz/img/list_nav.png*/;
	background-repeat: no-repeat;
	background-position: 16px center;
	line-height: 52px;
	
}	

.list_subline .list_subline_nav{
	float:right;
	width:930px;
}
.list_subline .list_subline_nav li{
	float:right;	
	margin-left: 48px;
}
.list_subline .list_subline_nav li a{
	
	line-height: 52px;
	color:#8d8d8d;
	font-size: 14px;
}

.list_subline .list_subline_nav li a.current{
	color:#db343b;
}
.list_subline .list_subline_nav li a:hover{
	color:#db343b;
	transition: 1.2s;
}

.list_content .list_content_top{
	background-image: url("../img/list_bg.png")/*tpa=http://xyyz.ohedu.org.cn/res/xyyz/img/list_bg.png*/;
	background-repeat: repeat-x;
	width:100%;
	height:60px;
}


.list_content{
	width:100%;
	background-color: #fafafa;
	min-height: 550px;
}

.list_content_all{
	width: 1130px;
	margin: 0 auto;
}
.list_content_all .list_aa{
	display:block;
	float:left;
	width: 770px;
	font-size: 14px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	color:#666;
	line-height: 44px;
}
.list_content_all .list_span{
	float:right;
	color:#7a7a7a;
	font-size: 14px;
	line-height: 44px;
	padding-right:12px;
}
.list_content_all .list_content_li{
	height:44px;
	border-bottom:1px dashed #f0f0f0;
	padding-left:12px;
}

.list_content_all .list_aa:hover{
	color:#db343b;
	transition: 1s;
}

.detail_content{
	max-width: 1130px;
	margin: 0 auto;
}

.detail_content h3{
	color:#db343b;
	font-size: 24px;
	text-align: center;
	margin-bottom: 18px;
}


.detail_content_p{
	max-width: 1130px;
	margin: 0 auto;
	word-break:break-all;
}
.detail_content_p img{
	max-height:1000px;
	margin: 0 auto;
}
.detail_content .info{
	display: block;
	color:#808080;
	font-size: 12px;
	text-align: center;
	
}



























