/****************************top*******************************/
.top{
/* 	 background: url(../img/bc.png); */
	/* background-color: #FFFFFF; */
	/* height:60px; */
	background-color: #3B56A8;/*huangjh 20201031 edit*/
	height:60px;/*huangjh 20201031 edit*/
}
.top_first {
	/* margin-top: 10px; */
	   overflow: hidden;
	       height: 120px;
    width: 872px;
}
/* logo */
.top_logo {
	float: left;
    /* background: url(../img/logo.png); 
    height: 42px;*/
    position: absolute;
    text-align: center;
    /* left: 50%; */
    /* background-repeat: no-repeat; */
    float:left;
    top:9px;
    background: url(../img/logo2.png) no-repeat;/*huangjh 20201031 edit*/
    height: 64px;
}
.top_logo_and_tile{
	width: 1px;
	height: 18px;
	background: #FFFFFF;
	opacity: 0.56;
    position: absolute;
    float:left;
    top: 5px;
    left: 220px;
    height: 35px;
}
.top_system_title{
	width: 265px;
	height: 20px;
	font-size: 20px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #FFFFFF;
    position: relative;
    float:left;
    top: 9px;
    left:220px;
}
.top_title {
    float: right;
    font-family: 寰蒋闆呴粦;
    font-size: 29px;
    color: white;
    font-weight: 900;
    position: relative;
    top: 28%;
    right: 0px;    
}
/*锟斤拷锟斤拷锟揭侧动图*/
.top_right_logo{
	/* height: 40px;
    background: url(../img/right_logo.gif);
    width: 302px;
    float: left;
    position: absolute;
    left: 57%;
    top: 70px;
    margin-left: 80px;  */
    height: 40px;
    background: url(../img/right_logo.gif);
    width: 303px;
    float: left;
    position: absolute;
    left: 50%;
    top: 77px;
    margin-left: 175px;
}
/* top鎸夐挳*/
.top_btn {
	margin-left: 20px;
    /* float: left; */
    border-radius: 5px;
    height: 34px;
    width: 65px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.top_btnlogin{
	width: 80px;
	height: 32px;
	border: 1px solid #6E84FA;
	border-radius: 4px;
	
}
.top_btnregist{
	width: 80px;
	height: 32px;
	margin-left: 20%;
	background: #6E84FA;
	border-radius: 4px;
	
}


.hotline:before{
	content: "";
    position: absolute;
    width: 170px;
    height: 4px;
    line-height: 4px;
    border-bottom: 1px solid #D0D0D0;
    left: -6px;
    top: 25px;
}
.login {
	background-color: #d14d67;
}

.regist {
	/* background-color: #4d9ed1; */
	
}

.top_second {
	text-align: center;
	position: relative;
	margin-top: 10px;
	/* height: 60px; */
  	width: 100px;
}

.topic {
	overflow: hidden;
    /* margin-left: 350px; */
    margin-left: 65px;/*huangjh 20201031 edit*/
    z-index: 90;
    transition:all .3s;
    float: left
}
.topic.active{
	top:0px;
}
.topic_title {
	/* display:inline-block;
	color: #bb2e48;
	line-height: 38px;
    text-align: center;
    width: 160px;
    height: 70px;
    background: url(../img/square_white.png) no-repeat center;
	margin-left: 15px;
	cursor: pointer;
	background-color: #bb2e48; */
	display: inline-block;
    color: #6E84FA;
    line-height: 40px;
    text-align: center;
    height: 45px;
    cursor: pointer;
    float:left;
    margin-right: 20px;
    width:150px;/*huangjh 20201031 add*/
    margin-top: 3px;/*huangjh 20201031 add*/
}

.top_third {
	overflow: hidden;
	/* height: 40px; */
	
}
.instrument-img-size{
    height: 160px;
    width: 202px;
}
.search_div {
	/* position: relative; */
}

.search_input {
	border: 0px;
    height: 25px;
    width: 170px;
    position: absolute;
    right: 27%;
    top: 25px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
}
.notChoice{
	/* background: #bb2e48;
    color: white;	
    line-height: 40px;
    text-align: center;
    width: 160px;
    height: 45px;
    margin-left: 15px;
    cursor: pointer; */
    color: #2E3034;
    line-height: 40px;
    text-align: center;
    /* width: 70px; *//*huangjh 20201031 del*/
    height: 45px;
    cursor: pointer;
    display: inherit;
}
.search_btn {
	position: absolute;
    right: 25%;
    top: 24px;
    height: 30px;
    width: 31px;
    background-color: transparent;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

/*****************************center*********************************/
.center {
	overflow: auto;
	/* background-color: #efefef; */
}

.center_first {
	overflow: auto;
	background: #efefef;
}

.center_btn_main {
	width: 1080px;
    margin: auto;
    text-align: center;
    height: 100%;
}

.center_btn {
	height: 100px;
	display:inline-block;
	cursor: pointer;
}

.center_user {
	background-color: white;
}

.center_second_til {
	position: relative;
    height: 95px;
    background: url(../img/title_br.png) no-repeat;
    margin-left: 100px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.center_second {
	overflow: auto;
}

.center_second_con_left {
	width: 15%;
	float: left;
	margin-left: 129px;
}

.inistrument_detail {
	margin-left: -40px;
}

.inistrument_circle {
	background: url(../img/inistrument_circle.png) no-repeat;
	height: 150px;
	position: relative;
}

/* .inistrument_circle:before {
	content: '';
	border-left: 1px solid #dddddd;
	height: 150px;
	width: 1px;
	position: absolute;
	left: 240px;
} */

.inistrument_count {
	position: absolute;
	left: 55px;
	top: 32px;
    text-align: center;
}
.inistrument_count>span{
	text-shadow:0 3 6 rgba(0,0,0,.5)
}
.inistrument_run {
	position: absolute;
	left: 65px;
	top: 32px;
	text-align: center;
}

.inistrument_all {
}

.inistrument_all_name {
	position: relative;
}

/* .inistrument_all_name:before {
	content: '';
	border-left: 1px solid #dddddd;
	height: 350px;
	width: 1px;
	position: absolute;
	left: 240px;
} */

.inistrument_name {
	margin-top: 30px;
    float: left;
    height: 15px;
    line-height: 35px;
}

.content_title {
	position: relative;
}
.content_title>span:not(:last-child){
	margin-right: 12px;
	display: inline-block;
}
.content_title:after {
	content: "";
	position: absolute;
	width: 455px;
	height: 4px;
	line-height: 4px;
	border-bottom: 1px solid #D0D0D0;
	left: -1px;
	top: 25px;
}




.center_second_con_right {
	float: left;
	width: 69.5%;
	margin-left: 13px;
}

td {
	padding: 8px;
}
/*浠櫒鍚嶇Оdiv*/
.inistrument_name_div {
	width: 100px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*浠櫒瑙勬牸div*/
.inistrument_brand_div {
	float: right;
    text-align: center;
    margin-right: 25px;
    width: 58px;
    height: 23px;
    line-height:20px;
    border-radius: 4px;
    background-color: #eee;
    color: #a7b5c0;
	/* background: url(../img/square_gray.png) no-repeat; */
}
/*浠櫒瑙勬牸div*/
.inistrument_all_detail_div {
	 margin-top: 55px;

}

.inistrument_state_div {
	float: left;
    text-align: center;
    width: 70px;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
    background-color: #f72e4a;
	/* background: url(../img/square_red.png) no-repeat; */
	box-shadow:0 2px 8px rgba(243, 49, 93, 0.7)
}

.inistrument_detail_div {
	float: right;
    text-align: center;
    margin-right: 25px;
    width: 70px;
    height: 23px;
    line-height: 23px;
    border-radius: 4px;
    border: 1px solid #00a0e9;
	/* background: url(../img/square_blue.png) no-repeat; */
	cursor: pointer;
	color: #00a0e9;
	transition:all .3s;
}
.inistrument_detail_div:hover{
	background-color:#00a0e9;
	color: white; 
}
.inistrument_show_square {
	background: url(../img/square.png) no-repeat;
	width: 245px;
	height: 290px;
	float: left;
}

.square_posistion {
	margin-left: 20px;
	margin-top: 20px;
}
/*瀛樻斁浠櫒鍥剧墖鐨刣iv*/
.square_inistrument_pic_div {
	height: 150px;
	width: 200px;
}
/*瀛樻斁浠櫒鍥惧ぇ锟�*/
.square_inistrument_pic_img {
	height: 100%;
	width: 100%;
}

.new_time {
	/* float: right; */
}

.new_more {
	margin-left: 326px;
}

.new_title_one {
	width: 340px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 16px;
}
.new_title_click{
	color: #a92841;
    border-bottom: 1px solid #a92841;
    padding-bottom: 7px;
}
.content_con {
	margin-top: 20px;
	width: 100%;
	float: left;
}

.center_third_bottom_left {
	position: relative;
	float: left;
	margin-left: 94px;
	margin-top: 35px;
}

.down_title:after {
	content: "";
	position: absolute;
	width: 455px;
	height: 4px;
	line-height: 4px;
	border-bottom: 1px solid #D0D0D0;
	left: -1px;
	top: 25px;
}

.down_more {
	margin-left: 120px;
}

.down_title_con {
	margin-left: 3px;
}

.down_td {
	padding: 9px;
	padding-left: 2px;
}

.center_third_bottom_right {
	float: left;
	margin-left: 25px;
	margin-top: 35px;
}
.center_third{
	/* background-color: #efefef; */
}
th {
	
}
.connectTd{
	max-width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inistrument_thead>tr>th {
	border-bottom: 3px solid rgb(92,156,201);
}
a{text-decoration:none;}
/* thead:after {
	content: "";
    position: absolute;
    width: 1080px;
    height: 10px;
    border-bottom: 4px solid #ca1e1e;
    left: 316px;
    top: 90px;
} */
/*琛屾暟棰滆壊*/
.inistrument_table {
	border-color: #f6f6f6;
}

.inistrument_tr {
	height: 50px;
}

.inistrument_table .inistrument_tr {
	border-color: #f6f6f6;
}

.inistrument_table .inistrument_th, .inistrument_table .inistrument_td {
	/* border-color: #f6f6f6; */
}

.inistrument_table .inistrument_tr:nth-child(even) {
	background: #f6f6f6;
}

.center_second {
	position: relative;
	/* background-color: white; */
	height: 666px;
}

.pageCount {
	position: absolute;
	bottom: 10px;
}

.cilckWord {
	cursor: pointer;
}
.cilckWord:hover{
        color:#cb556b;
    }

/*****************************bottom*********************************/
.bottom {
	overflow: auto;
	/* background-color: white; */
}

.bottom_first {
	overflow: auto;
}

.bottom_first_til {
	position: relative;
    height: 95px;
    background: url(../img/title_br.png) no-repeat;
    margin-left: 100px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.new_title {
	position: relative;
	left: 386px;
	top: 10px;
}

.piontCol {
	color: #555555;
	font-size: 30px;
}

.new_ask {
	color: #555555;
}

.new_center {
	color: #a92841;
}

.bottom_cont_left {
	float: left;
	height: 300px;
	width: 460px;
	overflow: hidden;
}

.bottom_cont_right {
	float: left;
	height: 320px;
	width: 500px;
	margin-left: 90px;
	position: relative;
	
}

.bottom_second {
	overflow: auto;
	background: url(../img/link_background.png) no-repeat;
	height: 100px;
}
.bottom_second>div:not(:first-child){
	margin-left: 6px
}
.imgschool {
	margin-top: 20px;
	margin-left: 15px;
}

.imglink {
	/* margin-left: -10px; */
}

.buttom_red {
	background-color: #a32024;
	height: 7px;
}

.buttom_background {
	margin-top: -2px;
	height: 60px;
	/* background: url(../img/buttom_background.png); */
	position: relative;
}

.school_info {
	/* position: absolute;
	top: 15px;
	left: 280px; */
	width: 1080px;
    top: 15px;
    margin: auto;
}

.detail_info {
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
}

.top_bottom_login {
	width: 80px;
    height: 31px;
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    margin-left: 930px;
    cursor: pointer;
    background: url(../img/rightArrow1.png) no-repeat;
    background-size: 12px 12px;
    background-position: 150px 13px;
    margin-top: 4px;
}
.top_bottom_login:hover{
	background: url(../img/rightArrow2.png) no-repeat;
	color: #6D84FA;
	 background-position: 150px 13px;
	 background-size:12px 12px;
}
.top_bottom_login2 {
	width: 80px;
    height: 20px;
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 1037px;
    cursor: pointer;
    background: url(../img/rightArrow1.png) no-repeat;
    background-size: 12px 12px;
    background-position: 92px 4px;
    margin-top: -24px;
}
.top_bottom_login2:hover{
	color: #6D84FA;
	background: url(../img/rightArrow2.png) no-repeat;
	 background-position: 92px 4px;
	 background-size:12px 12px;
}

/*----------------huangjh 20201031 add------------------------*/
.newsImg{
	width: 400px;
	height: 280px;
	margin: 12px 0 0 12px;
}
.newsImg img{
	width: 100%;
	height: 100%;
}
.newsList li,.notice li{
	position: relative;
	cursor: pointer;
	transition: all .3s;
}
.newsList li:hover,.notice li:hover,.file li:hover{
	color: #2ca7e2;
}
.newsList li p{
	width: 500px;
}


.notice li p{
	width: 240px;
}
.download li p{
	width: 420px;
}

.notice li p,.newsList li p{
	display: inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}

.newsList li img,.notice li img{
	position: absolute;
	left:-25px;
	top:2px
}
.newsList li.active img,.notice li.active img{
	left: -36px;
	top:4px;
}
.newsList{
	width: 94%;
}
.newsList li{
	margin: 12px 0;
}
.newsList li:not(:last-child){
	border-bottom: 1px dashed #d7eaf7;
}
.newsList em,.notice em{
	float: right;
}
.newsList li:last-child{
	margin-bottom:1px;
}
.notice{
	width: 331px;
}
.notice li{
	margin:12px 0 ;
}
.notice li:last-child{
	margin-bottom:1px;
	border: 0;
}
.notice li:not(:last-child){
	border-bottom: 1px dashed #d7eaf7;
}
.file{
	margin: 20px 20px 0 30px;
}
.secondList .file{
	margin: 8px 4px 0 0;
}
.file li{
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 1px;
	position: relative;	
	cursor: pointer;
	transition: all .3s;
}
.secondList .file li{
	padding-bottom: 0px;
}
.file li>img{
	position: absolute;
	left:-26px;
	top:2px
}
.file li:last-child{
	border: 0;
}
.file li em{
	border-radius: 4px;
	padding:0px 8px;
	background-color: white;
	transition: all .3s;
	cursor: pointer;
	text-align: right;
}
.file li em:hover{
	background-color: #3087d1;
	color: white !important;
	background-position: 4px 4px;
}
.down li em{
	/*background: url(../img/download.png) no-repeat;*/
	background-position: 4px -16px;
}

.download{
	width: 466px;
	margin-left: 40px;
}
.secondList .download{
	width: 730px;
}
.download p{
	display: inline-block;
	width: 365px;
}
.yiqi{
	margin:10px auto;
	
}
.bgTow{
	/*background: url(../img/bgTow.png) no-repeat;	
	height:581px;
	*/
	width: 100%;
	position: absolute;
	/* top: 46px; *//*top: 121px;*/
	top: -19px;
	left: 0;
	z-index: 0;
	
	background: url(../img/bgChannel.png) no-repeat;/*huangjh 20201031 edit*/
	height:300px;
	background-position: center center;
}
.bgTow2{
	background: url(../img/bgTow2.png) no-repeat;
	height: 222px;
	position:static;
}
.bgTow>div{
	width: 1024px;
	margin: auto;
	height: 100%;
	color: white;
	padding-top: 32px;
}
.bgTow>div p{
	font-size: 24px;
}
.bgTow>div p.fr{
	font-size: 15px;
	color: #5488af;
	background-color: rgba(255,255,255,.3);
	padding: 2px 5px;
	border-radius:3px ;
}
.bgTow>div p.fr em{
/* 	cursor: pointer; */
}
.bgTow>div p.fr em:hover{
	color: #2784ea;
}
.bgTow>div p.fr .last{
	color: #01356f;
}
.bgTow>div .tit{
	font-size: 32px;
	font-weight: 900;
}
.contentChannelTable{/*huangjh 20201101 add*/
	width: 200px;
	height: 500px;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.1);	
	position: absolute;
    top: -92px;
}
.contentChannel{/*huangjh 20201101 add*/
	width: 200px;
	height: 85px;
	background: #B34244;	
	position: absolute;
    text-align: center;
    float: left;
    font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;	
	text-align:center;
	line-height: 86px;
    /* top: -92px; */
}
.contentChaneelIco{/*huangjh 20201101 add*/
	background: url(../img/contentChannelTitleNotice.png) no-repeat;
	width:28px;
	height:28px;	
	top: 29px;
    left: 29px;
	position: absolute;
    float: left;
}
.contentChannelListTitle{/*huangjh 20201101 add*/
	font-size: 16px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #2E3033;
	/* line-height: 52px; */
	float: left;
	margin-left: 34px;
}
.contentChannelListTop{/*huangjh 20201101 add*/
	position: absolute;
    top: 0px;
    width: 947px;
}
.fr{/*huangjh 20201101 add*/
	font-size: 15px;
}
.content{
	width: 1200px;
	border-radius:3px ;
	/*margin: 165px auto 50px;*/
	margin: 288px auto 50px;/*huangjh 20201031 edit*/
}
.content2{
	margin-top: 20px;
}
.sideNav{
	/* border: 1px solid #70d8ff;
	box-shadow: 0 4px 12px rgba(111, 201, 253, 0.8);
	background: -webkit-linear-gradient(25deg,#4FC3F7,#0d8aec); */ /* Safari 5.1 - 6.0 */
	/* background: -o-linear-gradient(25deg,#4FC3F7,#0d8aec); */ /* Opera 11.1 - 12.0 */
	/* background: -moz-linear-gradient(25deg,#4FC3F7,#0d8aec);  *//* Firefox 3.6 - 15 */
	/* background: linear-gradient(25deg,#4FC3F7,#0d8aec); 
	background-color: #2caedf; */
	display: inline-block;
	/* width: 180px; */
	width: 200px;/*huangjh 20201101 edit*/
	border-radius: 4px;
	position: absolute;
    top: 90px;
}
.sideNav li{
	/* padding: 12px 10px 12px 21px;
    color: #c8f0ff;
    font-weight: 900;
    width: 100%;
    position: relative;
    cursor: pointer;
    transition: all .3s; */
    width: 100%;
	height: 50px;
	background: #FFFFFF;    
    cursor: pointer;
    font-weight: 900;
    position: relative;
    /* padding: 12px 10px 12px 21px; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	/* color: #E64548;   */  
	text-align:left;
	padding-left: 10px;
	line-height: 45px;	
    list-style-type:disc;
    list-style-position: inside;
}
.sideNav li.active{
	/* color: white;	 *//*huangjh 20201101 edit*/
	color: #E64548;   
	background: #EBEDFA;
	border-style: solid;
    border-color: #EBEDFA #E64548 #EBEDFA #EBEDFA;
    /* list-style-type:none; */
}
.sideNav li.active img{
	margin-left: 0px;
	opacity: 1;
}
.sideNav li:hover{
	/* color: white;	 *//*huangjh 20201101 edit*/	
	color: #E64548;   
	background: #EBEDFA;
	border-style: solid;
    border-color: #EBEDFA #E64548 #EBEDFA #EBEDFA;    
    /* list-style-type:none; */
}
.sideNav li:hover img{
	margin-left: 0px;
	opacity: 1;
}
.sideNav li:not(:last-child):before{
	/* border-radius:50% ;
	content: "";
    display: inline-block;
    transition: all .3s;
    position: absolute;
    left: 21px; */
    /* background-color: #9cd4fd; 
    width: 144px;*/
    /* bottom: 0; */
    background: #EBEDFA; /*huangjh 20201101 edit*/
	color: #444444;    
    /* width: 100%;
    height: 1px; */
    list-style-type:disc;
    list-style-position: inside;
}
.sideNav li img{
	position: absolute;
    left: 45px;
    top: 16px;
    vertical-align: middle;
    margin-right: 20px;
    margin-left: -35px;
    transition: all .5s;
    opacity: 0;
    width: 10px;
	margin-top: 2px;
}
.secondNav li{
	height: 45px;
}
.secondNav p{
	font-weight: normal;
	width: 140px;
	height: 0;
	overflow: hidden;
	line-height: 34px;
	font-size: 15px;
	transition: all .3s;
	margin-top: 0px;
}
.sideNav>li.active .secondNav p{
	margin-top: 10px;
	height: 35px;
}
.secondNav p.active,
.secondNav p:hover{
	background-color:#2287de;
	border-radius: 5px;
	padding: 0px 12px;
	color: white;
}
.content .rig{
	/* background-color: white; */
	/* box-shadow: 2px 2px 8px rgb(201, 235, 255); */
	border-radius: 4px;
	padding: 20px 30px;
	/* width: 820px; */
	width:980px;/*huangjh 20201101 edit*/
	min-height: 683px;
	margin-top: 25px;	
	background: #FFFFFF;
	box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.1);
}
.content .rig h1{
	text-align:left;
	padding-left:21px;
}
.content .rig .time{
	border-top: 1px #ddd solid;
	margin:5px 0 30px 0;
	padding: 6px 0;
	font-size: 14px;
	width: 93%;
}
.content .rig .goBack{
	border:1px #26a6d6 solid;
	border-radius: 4px;
	color: #26a6d6;
	font-size: 14px;
	padding: 2px 12px;
	background-color: white;
	cursor: pointer;
	transition: all .3s;
	margin-right: 35px;
}
.noticeBox2 .goBack{
	margin-right: 0 !important;
}
.noticeBox2 .time{
	width: 100% !important;
}
.content .rig .goBack:hover{
	color: #fff;
	background-color:#26a6d6;
}
.content .rig .time img{
	margin-right: 5px;
	vertical-align: middle;
}
.content .rig h3{
	font-size: 18px;
}
.content .rig h3 img{
	margin-right: 10px;
}
.content .rig h4{
	margin: 10px 0 4px;
	font-size: 15px;
}
.content .rig h2{
	margin-bottom: 12px;
}
.content .rig p{
	margin: 0px 0 15px;
	text-indent:2.4em;
	letter-spacing:.13em;
	font-size: 15px;
}
.content .rig.secondList{
	padding: 10px 20px 10px 10px;
	/* position: absolute;huangjh 20201101 add
    left: 210px;
    top: 20px; */
}
.content .rig.secondList p{
	margin: 0px 0 4px;
	text-indent: 0em;
}
.cb :first-child{/*huangjh 20201101 add*/
	font-size: 15px;
}
.enter{
	border:1px #3087d1 solid;
	height: 40px;
    width: 95px;
    line-height: 40px;
	text-align: center;
	color: #3087d1;
	border-radius: 2px;
	background-color: white;
	cursor: pointer;
	font-weight: 900;
}
.enter a{
	color: #008DD0;
	display: inline-block;
	transition: all .3s;
	width: 100%;
	height: 100%;
}
.enter:hover a{
	background-color: #3087d1;
	color: white;	
}
.content table{
	margin:15px 0 30px 0px;
	width: 95%;
	border-collapse:separate;
}
.content table th{
	color:#444;
	border-bottom: 2px #26a6d6 solid;
	border-top: 1px #e5e5e5 solid;
}
.content table tr.gra th,.content table tr.gra td{
	background-color: #f2f4f7;
}
.content table th:first-child{
	border-top-left-radius:4px ;
	border-left: 1px #e5e5e5 solid;
}
.content table th:last-child{
	border-top-right-radius:4px ;
	border-right: 1px #e5e5e5 solid;
}
.content table td{
	color: #666;
	text-align: center;
}
.content table tr{
	height: 50px;
	transition: all .2s;
}
.content table tr:first-child{
	height: 45px;
/* 	font-size: 16px; */
}
.content table tr:not(:last-child) td{
	border-bottom: 1px #e5e5e5 solid;
}
.content table tr td:first-child{
	border-left: 1px #e5e5e5 solid;
}
.content table tr td:last-child{
	border-right: 1px #e5e5e5 solid;
}
.content table tr:last-child td{
	border-bottom: 1px #e5e5e5 solid;
}
.content table tr:last-child td:first-child{
	border-bottom-left-radius:4px 
}
.content table tr:last-child td:last-child{
	border-bottom-right-radius:4px 
}
.prize{
	padding-left: 15px;
}
.prize li{
	display: inline-block;
	width: 30%;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 10px;
}
.prize li img{
	width: 100%;
}


/*	閸掑棝銆�		*/
.paging{
	font-size: 15px;
	width: 400px;
	margin:30px auto;
}
.paging em,.paging i{
	padding:2px 8px;
	cursor: pointer;
	transition: all .4s;
	text-align: center;
}
.paging i.active,.paging i:hover{
	background-color: #229FDC;
	border-radius: 6px;
	color: white;
}
.paging em.col-1:hover{
	color:#0D77B3;
}
/*		娴滃瞼楠囨い闈涘З閹拷	*/
.content .rig .dyn li{
	height: 160px;
	width: 100%;
	position: relative;
	cursor: pointer;
}
.content .rig .dyn li:not(:last-child),.content .rig .not li:not(:last-child){
	border-bottom: dashed 1px #ccc ;
}
.content .rig .dyn li:not(:first-child){
	margin-top: 40px;
}
.content .rig .msgImg{
	width: 180px;
	height: 150px;
	overflow: hidden;
}
.content .rig .msgImg img{
	width: 100%;
	transition: all .8s;
}
.content .rig .msgCont{
	width: 600px;
}
.content .rig .msgCont img{
	position: absolute;
	left:193px;
	bottom:10px;
	bottom:25px;
}
.content .rig li .msgCont h3{
	transition: all .3s;
}
.content .rig li:hover .msgCont h3{
	color:#6DD0FF;
}
.content .rig .msgCont p{
	margin:8px 0 0 0 ;
}
.content .rig .msgCont em{
	position: absolute;
	right: 15px;
	bottom: 20px;
	font-size: 14px;
}
.content .rig li:hover .msgImg img{
	transform: scale(1.2);
}
.content .rig .not li{
	height: 45px;
	width: 100%;
	position: relative;
	cursor: pointer;
	font-size: 15px;
	transition: all .3s;
}
.content .rig .not li:not(:first-child){
	margin: 20px 0 22px;
}
.content .rig .not li img{
	position: absolute;
	left: -50px;
	top: 4px;
}
.content .rig .not li:hover{
	color: #008DD0;
}
.noticeBox{
	background-color: white;
	box-shadow:2px 2px 5px rgba(0,0,0,.2);
	padding: 15px;
	font-size: 16px;
	border-radius: 4px;
	border:1px #f5f5f5 solid;
}
.noticeBox h2{
	color: #27a3d2;
	margin-bottom: 20px;
}
.noticeBox2 .time{
	border: 0 !important;
	margin-bottom: 0 !important;
}
.noticeBox img{
	vertical-align: middle;
	margin-right: 5px;
}
.noticeBox2{
	padding: 20px;
	border-radius: 4px;
	border:1px #26a6d6 dashed;
}

/*	      閻ц缍�		*/
.loginBox{
  	position: fixed;
  	z-index: 10000;
  	left: 0;
  	top:0;
  	background-color: #222;
  	background-color: rgba(0,0,0,.55);
  	height:100%;
  	width: 100%;
  	display: none;
}
.loginPage {
	position: relative;
	width: 349px;
	margin: auto;
	margin-top:13%;
	background: url(../img/logBg.png) no-repeat;
	height: 537px;
}
.loginPage .tit{
	text-align: center;
    color: #ffffff;
    font-size:32px;
    font-weight: bolder;
    height: 43px;
    background-size: cover;
    width: 89%;
    padding: 15px 20px 0;
    display: inline-block;
    margin:20px 20px;
}
.form {
	position: relative;
    z-index: 1;
    padding: 45px;
    width: 330px;
    margin: 1px auto;
}
.form input {
	outline: 0;
    background: transparent;
    border-radius: 4px;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #fff;
    padding: 10px;
    padding-left:30px !important;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 16px;
    color: white;
}
.form input::-webkit-input-placeholder{
    color:#abe4fd;
}
.form input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#abe4fd;
}
.form input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#abe4fd;
}
.form input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#abe4fd;
}
.form button {
	color: #2b78ae;
	margin-top: 20px;
	background-color: #e1f5ff;
	background: -webkit-linear-gradient(0deg, #d0e8fd,#ffffff); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(0deg, #d0e8fd,#ffffff); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(0deg, #d0e8fd,#ffffff); /* Firefox 3.6 - 15 */
	background: linear-gradient(0deg, #d0e8fd,#ffffff); /* 閺嶅洤鍣惃鍕嚔濞夛拷*/
	text-transform: uppercase;
	border-radius: 4px;
	width: 100%;
	border: 0;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 900;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
	background: #fff;
}
.form .message {
    margin: 15px 0 0;
	color: #b3b3b3;
	font-size: 12px;
}
.form .message.tip{
	text-align: center;
	display: none;
	font-weight: 900;
	font-size: 13px;
}
.form .message a {
	color:#4fd4c9;
	text-decoration: none;
}
.form .register-form {
	display: none;
}
.shake_effect{
	-webkit-animation-name: shake;
  	animation-name: shake;
  	-webkit-animation-duration: 1s;
  	animation-duration: 1s;
}
@-webkit-keyframes shake {
	from, to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from, to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

10%, 30%, 50%, 70%, 90% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

20%, 40%, 60%, 80% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
	}
}
.close{
	position: absolute;
    right: 13px;
    top: 8px;
    cursor: pointer;
    border: 0;
}
/*		娓氀嗙珶閺嶏拷	*/
.goTop{
	position: fixed;
	right: 15px;
	transition: all .3s;
	bottom:20px;
	z-index: 998;
	cursor: pointer;
	display: none;
}
.goTop:hover{
	-webkit-filter: saturate(1.5); 
	-moz-filter: saturate(1.5);
	-ms-filter: saturate(1.5);   
	filter: saturate(1.5);
	transform: scale(1.1);
}
.side{
	position: fixed;
	right: 15px;
	transition: all .8s;
	bottom: 75px;
	z-index: 998;
}
.side.active{
	bottom:300px;
}
.side img{
	cursor: pointer;
	transition: all .3s;
}
.side .erweima{
	position: absolute;
	top: 0;
    left: -134px;
    display: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
}
.side img:hover{
	-webkit-filter: saturate(1.5); 
	-moz-filter: saturate(1.5);
	-ms-filter: saturate(1.5);   
	filter: saturate(1.5);
	transform: scale(1.1);
}
.iframeBox{
	position: fixed;
	top: 68px;
	left: 0;
	z-index:999;
	display: none;
	background-color: white;
}
body.iframe{
	overflow: hidden;
}
/*		鎼存洟鍎�		*/
.botImg{
	position: absolute;
    left: -111px;
    top: 34px;
}
.footer{
	background-color: #071928;
	width: 100%;
	height: 177px;
	border-top:6px solid #306ea2
}
.footer>div{
	width: 260px;
	margin: auto;
}
.footer>div em{
	display: inline-block;
	width: 80px;
	color:#89a8c1;
}
.footer>div .tit{
	font-size:14px;
	line-height: 35px;
     color: #e0f1ff;
}
.footer>div p img{
	width:30px;
	vertical-align: middle;
	margin-right: 10px;
}
.footer>div a{
	font-size:14px;
	color: #8bafc6;
	width: 49%;
/* 	margin-bottom: 10px; */
/* 	padding-left: 35px; */
	display: inline-block;
	cursor: pointer;
	transition: all .3s;
}
.footer>div a:hover{
	color:white;
}
.footer>div span{
	position: relative;
	width: 90%;
	display: inline-block;
	height: 145px;
}
.footer>div span:last-child{
/* 	padding-left: 100px; */
}
.footer .ps{
	padding-top:5px ;
	width: 100%;
	text-align: center;
	color:#526b7a;
	border-top: 1px solid #354a56;
	font-size: 12px;
}
/*		2018.3.21	*/
.content .rig .tab{
	height: 800px;
}
.content .rig .tab li{
	margin: 15px 0;
    margin-left: 628px;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    width: 180px;
    cursor: pointer;
    transition: all .3s;
    background-color: #85deff;
    color: white;
    box-shadow: 3px 3px 6px rgba(62, 195, 245,.4);
}
.content .rig .tab li:first-child{
	margin-top: 0;
}
.content .rig .tab li p{
	margin: 0px 20px;
	text-indent: -2.2em;
}
.content .rig .tab li .p2{
	text-indent: -1em;
}
.content .rig .tab li .p3{
	text-indent: 2.2em;
}
.content .rig .tab li .p4{
	text-indent: 0em;
}
.content .rig .tab li>div{
    text-align: left;
	height:800px;
	position: absolute;
	left:0px;
	background-color: white;
	top: 0;
	box-shadow: 3px 3px 14px rgba(0,0,0,.2);
	width:650px;
	display: none;
	color: #444;
	font-weight:normal;
	padding: 25px 20px 0 40px;
}
.content .rig .tab li>div span{
	position: absolute;
	right: 60px;
    bottom: 25px;
    cursor: pointer;
    font-weight: bolder;
}
.content .rig .tab li>div span:hover{
	color: #008DD0;
}
.content .rig .tab li>div.open{
	dis
}
.content .rig .tab li>div em{
	font-weight: bold ;
}
.content .rig .tab li>div h2{
	margin-bottom: 25px;
	font-size: 24px;
}
.content .rig .tab li.active>div{
	display: block;
}
.content .rig .tab li.active,.content .rig .tab li:hover{
	color:#fff;
	background-color: #2CAEDF;
    margin-left: 645px;
}
.content .rig .tab li.active>div.no{
	display: none;
}

/*	濞ｈ濮為惃鍕壉瀵拷*/
.cont .con3{
	
}
.cont .con3 span{
	display: inline-block;
	width: 350.5px !important;
}
.cont .con3 span:not(:last-child){
	margin-right: 10px;
}
.cont .con3 span p{
	width: 220px;
}
.cont .con3 .notice{
	width: 322px;
}
.cont .con3 .notice li img{
	position: relative;
	left: 0;
	top: 0;
}
.cont .con3 .notice .fir{
	height: 98px;
}
.cont .con3 .notice .fir .fr{
	width: 190px;
}
.cont .con3 .notice .fir p{
	width: 174px;
	overflow:visible;
	white-space:normal
}
.page{
	width: 100%;
	text-align: center;
	padding-top: 8px;
}
.page li{
	display: inline-block;
	border-radius: 3px;
	padding: 5px 10px;
	margin: 0 4px;
	cursor: pointer;
}
.page .cho{
	border: 1px #ccc solid;
}
.page .cho.active,
.page .cho:hover{
	background-color: #2caedf;
	color: white;
	border-color:#2caedf;
	background: -webkit-linear-gradient(25deg,#4FC3F7,#0d8aec); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(25deg,#4FC3F7,#0d8aec); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(25deg,#4FC3F7,#0d8aec); /* Firefox 3.6 - 15 */
	background: linear-gradient(25deg,#4FC3F7,#0d8aec); /* 閺嶅洤鍣惃鍕嚔濞夛拷*/
}
@media screen and (min-width: 417px) { html { font-size: 125px; } }
	/*-----------------------棣栭〉妯悜杞挱鐨勫浘鐗�----------------------*/
@media screen and (min-width: 1700px){
	.newsBg .swiper-slide{max-height: 500px}
}
@media screen and (max-width: 1690px){
	.newsBg .swiper-slide{max-height: 400px}
}
@media screen and (max-width: 1370px){
	.newsBg .swiper-slide{max-height: 340px}
}
@media screen and (max-width: 416px) { html { font-size: 115px; } }
@media screen and (max-width: 376px) { html { font-size: 109px; } }
@media screen and (max-width: 321px) { html { font-size: 100px; } }



/* 淇敼 */
.contentDetail{
max-width: 980px;
}
.contentDetail div{
max-width: 980px;
}
.contentDetail div img{
max-width: 980px;
}

.contentDetail p {
max-width: 980px;
}

.contentDetail p img{
max-width: 980px;
}
.contentDetail img{
max-width: 980px;
}
/***************pankq 闆嗗ぇ add 20201106*****************/
/** top common**/
.top_common{
	 display: flex;
	 flex-direction: column;
}
.top_first{
	width: 1200px;
	margin: auto;
	height: 68px;
	display: flex;
}
.top_second{
	width: 1200px;
	margin: auto;
	height: 132px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_line_total{
	display: flex;
	height: 2px;
	width: 100%;
}
.index_line_total div{
	width: 25%;
}
.index_line_total div:nth-child(1){
	background-color:#E54548;
}
.index_line_total div:nth-child(2){
	background-color:#6D84FA;
}
.index_line_total div:nth-child(3){
	background-color:#29CC96;
}
.index_line_total div:nth-child(4){
	background-color:#E54548;
}
.index_login{
	display: flex;
	height: 100%;
    width: 50%;
    align-items: center;
}
.index_login div:not(:first-child){

	font-size: 16px;
}
.index_login div:nth-child(1){
	margin-right: 12px;
}
.index_login div:nth-child(2){
	margin-right: 12px;
}
.index_login div:nth-child(4){
	margin: 0 5px;
}
.icon_user{
	width: 22px;
	height: 22px;
	margin-right: 10px;
	background-image: url("../img/icon_yonghu.png");
}
.index_search{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-end;
    width: 100%;
}
.index_search input {
	background: #F2EDED;
	border-radius: 4px 0 0 4px;;
	width: 226px;
	height: 30px;
	border: none;
	padding-left: 10px;
}
.search{
	width: 68px;
    height: 30px;
    background: #E54548;
    border-radius: 0px 4px 4px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 8px;
    cursor: pointer;
}
.adv_search{
	width: 74px;
	height: 30px;
	border: 1px solid #E54548;
	border-radius: 4px;
	margin-left: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #E54548;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.search div:nth-child(1) {
	width: 16px;
	height: 16px;
	background-image: url("..//img/icon_sousuo.png");
}
.search div:nth-child(2) {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 80px;
}
.head_logo{
	width:60%;
	height:80px;
	background-image: url("../img/head_biaoti.png");
	background-repeat: no-repeat;
}
.head_channel{
	width: 40%;
	justify-content: flex-end;
	display: flex;
}
.channel_title{
	cursor: pointer;
}
.head_channel div{
	width: 80px;
	height:33px;
	font-size: 16px;
	font-weight: 400;
	line-height: 33px;
	color: #332E2E;
	text-align: center;
	
}
.head_channel div:first-child{
	width: 50px;
}
.head_channel div:last-child{
	width: 80px;
}
.head_channel_choose{
	color: #E64548 !important;
	 display: flex !important;
    flex-direction: column;
    align-items: center !important;
}
.head_channel_choose:after {
	width: 100%;
	height: 2px;
	background: #E54548;
	content: '';
}

/** end**/