.main .bannerwrap {
  width: 100%;
  height: 480px;
    background: url("../../web/images/advBanners/advBanners.png") no-repeat center center;
}
.main .bannerwrap .all-sort-list {
  position: relative;
  float: left;
  width: 220px;
  height: 440px;
  background: #0183bf;
  /* overflow: hidden; */
}
.main{
	width:1200px !improtant;
}
.main .bannerwrap .all-sort-list h2 {
  height: 50px;
  background: #0183bf;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  padding-left: 20px;
}
.main .bannerwrap .all-sort-list h2 i{
  padding-right:8px;
}
.main .bannerwrap .all-sort-list .item a {
  color: #333;
  font-size: 14px;
}
.main .bannerwrap .all-sort-list .item a h3 {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  width: 220px;
  color: #ffffff;
  text-indent: 50px;  
  background-color: #0295d9;
  overflow: hidden;
  z-index: 1;
  position:relative;  
}
.main .bannerwrap .all-sort-list .item a h3 i{
  position:absolute;  
  left:-30px;
  top:0;
  padding-right:8px;
}
.main .bannerwrap .all-sort-list .item a h3 span {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 15px;
  height: 12px;
  display: block;
}
.main .bannerwrap .all-sort-list .item-list {
  position: absolute;
  width: 750px;
  min-height: 440px;
  _height: 200px;
  background: #FFF;
  left: 137px;
  z-index: 100;
  margin-left: 83px;
  display: none;
  top: 0;
}
.main .bannerwrap .all-sort-list .item-list .list_zy {
  border-bottom: 1px dashed #d5d5d5;
  width: 665px;
}
.main .bannerwrap .all-sort-list .item-list .subitem {
  text-align: left;
  width: 600px;
  padding: 0px 4px 0px 20px;
  min-height: 438px;
}
.main .bannerwrap .all-sort-list .item-list .subitem h5 {
  float: left;
  font-size: 16px;
  color: #0183bf;
  height:20px;
  line-height:20px;
  border-left:4px solid #0183bf;
  padding-left:10px;
  margin-top:18px;
}
.main .bannerwrap .all-sort-list .item-list .subitem .resource-list{
  float: left;
}
.main .bannerwrap .all-sort-list .item-list .subitem .resource {
  width: 520px;
  height: auto;
  margin-top: 18px;
  margin-left: 10px;
}
.main .bannerwrap .all-sort-list .item-list .subitem .resource .resource_item {
  width: 100%;
  float: left;
}
.main .bannerwrap .all-sort-list .item-list .subitem .resource .resource_item span {
  float: left;
  width: 60px;
  height: 20px;
  line-height: 20px;
  display:block;
  font-size: 12px;  
  text-align: center;
  margin-left: 10px;
}
.main .bannerwrap .all-sort-list .item-list .subitem .resource .resource_item ul {
  width: 428px;
  float: left;
  margin: 0px 15px 12px 0;
}
.main .bannerwrap .all-sort-list .item-list .subitem .resource .resource_item ul li {
  float: left;
  padding-left: 15px;
  font-size: 14px;
  color: #333;
  height:20px;
  line-height: 20px;
}
.main .bannerwrap .all-sort-list .item-list .subitem .resource .resource_item ul li a:hover{
  color:#0383c2;
}
.main .bannerwrap .banner {
  width: 730px;
  height: 440px;
  margin-left: 20px;
  overflow:hidden;
}
.main .bannerwrap .banner .swiper-container .swiper-wrapper {
  height: 440px  !important;
}
.main .bannerwrap .banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 730px !important;
  height: 440px  !important;
}
.main .bannerwrap .banner .swiper-container .swiper-wrapper .swiper-slide img{
	width:730px;
	height:440px;
}
.main .bannerwrap .banner .swiper-container .pagination {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 20;
  width: 100%;
  text-align: center;
}
.main .bannerwrap .banner .swiper-container .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 0.8;
  border: 2px solid #ffffff;
  cursor: pointer;
}
.main .bannerwrap .banner .swiper-container .pagination .swiper-active-switch {
  background: #ffffff;
  border: 2px solid #ffffff;
}
.main .bannerwrap .loginbox {
  width: 200px;
  height: 440px;
  background-color: #ffffff;
}
.main .bannerwrap .loginbox .topwrap {
  padding-bottom: 15px;
  border-bottom: 1px dotted #999999;
}

.pie-chart .use-title{
	font-size:16px;
	color:#333333;
	padding: 0 15px;
}
.pie-chart .use-number{
	font-size:12px;
	color:#999999;
	margin-top:8px;
	padding: 0 15px;
}
.pie-chart .use-chart{
	width:180px;
	height:180px;
	margin:0 auto;
}

.main .bannerwrap .loginbox .topwrap .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 30px auto 20px;
  overflow: hidden;
  border: 1px solid #ecebeb;
  background-color:#eeeeee;
}
.main .bannerwrap .loginbox .topwrap .img img{
  width: 100%;
  height:100%;
  display: block;
  border-radius:50%;
}
.main .bannerwrap .loginbox .topwrap .text {
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 15px;
}
.main .bannerwrap .loginbox .topwrap button {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  background-color: #0383c2;
  padding: 0 15px;
  display:block;
  margin:0 auto;
}
.main .bannerwrap .loginbox .bottomwrap{
	height:196px;
	overflow: hidden;
	padding: 0 15px;
}
.main .bannerwrap .loginbox .bottomwrap h1 {
  font-size: 16px;
  color: #fb890d;
  font-weight: bold;
  border-left: 5px solid #fb890d;
  padding-left: 8px;
  margin-top: 15px;
}
.main .bannerwrap .loginbox .bottomwrap li {
  height: 20px;
  line-height: 20px;
  padding-top: 12px;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}
.main .bannerwrap .loginbox .bottomwrap li b{
  width:90px;
  height:16px;
  line-height:16px;
  display:block;
  float: left;
  padding-left:20px;
  padding-top:3px;
  position:relative; 
}
.main .bannerwrap .loginbox .bottomwrap li b i{
  position:absolute; 
  left:0;
  top:3px;
}
.main .bannerwrap .loginbox .bottomwrap li span {
  display:block;
  float: right;
  font-size: 16px;
  color: #0383c2;
}
.main .bannerwrap .loginbox .bottomwrap li span em {
  font-size: 12px;
  color: #333333;
}
.main .onewrap {
  width: 100%;
  padding: 20px 0 30px;
  background-color: #f5f5f5;
}
.main .onewrap .newnotice {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
  display:none;
}
.main .onewrap .newnotice .textsign{
  width:60px;
  padding-left: 48px;
  display: block;
  font-size: 14px;
  color: #01a04c;
  line-height: 40px;
}
.main .onewrap .newnotice .noticeList{
  position:relative;
  left:0;
  top:0;
  width:1082px;
  height:20px;
  margin-top:10px;
  overflow:hidden;
} 
.main .onewrap .newnotice .noticeList ul{
  width:1082px;  
  position:absolute;
  left:0;
  top:0;
}
.main .onewrap .newnotice .noticeList li {
  float: left;
  width: 521px; 
  height:20px;
  line-height:20px;
}

.main .onewrap .newnotice .noticeList li b{
  display: block;
  float: left;
  font-size: 14px;
  color: #333333;
  width:370px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-weight: normal;
  padding-left:30px;
}
.main .onewrap .newnotice .noticeList li b img{
  margin:-2px 5px 0;
}
.main .onewrap .newnotice .noticeList li i {
  font-size: 14px;
  color: #cccccc;
  display: block;
  float: left;
  width:60px; 
  padding-left:20px;
} 
.main .onewrap .advantage .advantagewrap {
  margin-left: -22px;
}
.main .onewrap .advantage .advantagewrap a {
  width: 281px;
  height: 140px;
  display: block;
  overflow: hidden;
  float: left;
  margin-left: 22px;
}
.main .onewrap .advantage .advantagewrap a img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .topwrap {
  width: 100%;
  background-color: #ffffff;
  padding: 15px 0;
  padding-bottom:15px;
}
.main .topwrap .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.layui-laypage span.layui-laypage-curr{
	border: 1px solid #1ea7e7 !important;
    color: #1ea7e7 !important;
    border-radius:20px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #1ea7e7 !important;
}
.main .showArea .theEdu, .eduDiv .centerD .downFloat{
	width:1222px;
	margin-left:-22px;
	float:left;
}
.main .showArea .theEdu{
	min-height:500px;
}
.main .showArea .theEdu .typItem, .eduDiv .centerD .downFloat .typItem{
	width:584px;
	height:170px;
	border:1px solid #ededed;
	float:left;
	margin-left:24px;
	margin-top:20px;
}
.main .showArea .theEdu .typItem:hover .txtR .row1 span:nth-child(2), .eduDiv .centerD .downFloat .typItem:hover .txtR .row1 span:nth-child(2){
	color:#1ea7e7;
}
.main .showArea .theEdu .typItem .lepc, .eduDiv .centerD .downFloat .typItem .lepc{
	float:left;
}
.main .showArea .theEdu .typItem .txtR, .eduDiv .centerD .downFloat .typItem .txtR{
	width:240px;
	height:110px;
	float:right;
	margin-top:30px;
	margin-right:20px;
}
.main .showArea .theEdu .typItem .txtR .row1, .main .showArea .theEdu .typItem .txtR .row2, .eduDiv .centerD .downFloat .typItem .txtR .row2{
	width:100%;
	float:left;
}
.main .showArea .theEdu .typItem .txtR .row2, .eduDiv .centerD .downFloat .typItem .txtR .row2{
	font-size:14px;
	color:#999;
	margin-top:14px;
	line-height:20px;
}
.main .showArea .theEdu .typItem .txtR .row2 img, .eduDiv .centerD .downFloat .typItem .txtR .row2 img{
	margin-right:5px;
}
.main .showArea .theEdu .typItem .txtR .row2 span:nth-child(1), .eduDiv .centerD .downFloat .typItem .txtR .row2 span:nth-child(1){
	float:left;
}
.main .showArea .theEdu .typItem .txtR .row2 span:nth-child(2), .eduDiv .centerD .downFloat .typItem .txtR .row2 span:nth-child(2){
	margin-left:30px;
}
.main .showArea .theEdu .typItem .txtR .row2 span:nth-child(3), .eduDiv .centerD .downFloat .typItem .txtR .row2 span:nth-child(3){
	float:right;
}
.main .showArea .theEdu .typItem .txtR .row1 span:nth-child(1), .eduDiv .centerD .downFloat .typItem .txtR .row1 span:nth-child(1){
	width:28px;
	height:18px;
	background:#1ea7e7;
	color:#fff;
	text-align:center;
	line-height:18px;
	font-size:12px;
	float:left;
	display:inline-block;
}
.main .showArea .theEdu .typItem .txtR .cont, .eduDiv .centerD .downFloat .typItem .txtR .cont{
    line-height:22px;
    font-size:14px;
    color:#666;
    display:block;
    float:left;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top:16px;
	text-align:justify;
}
.main .showArea .theEdu .typItem .txtR .row1 span:nth-child(2), .eduDiv .centerD .downFloat .typItem .txtR .row1 span:nth-child(2){
	width:200px;
	display:inline-block;
	line-height:18px;
	float:left;
	font-size:14px;
	font-weight:bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-left:10px;
}
.main .topwrap .newRes{
	margin-left: -22px;
	margin-top:-20px;
    width: 1217px;
    height: 250px;
}
.main .showArea .newRes{
	margin-left: -22px;
    width: 1217px;
    height: 250px;
    min-height:500px;
}
.main .topwrap .newRes .newItem, .resOut .newItem{
	width: 280px;
    height: 208px;
    float: left;
    border: 1px solid #ededed;
    margin-left: 22px;
    margin-bottom: 20px;
}
.resOut .newItem{
	margin-top: 20px;
}
.main .showArea .newRes .newItem{
	width:280px;
	height:220px;
	float:left;
	border:1px solid #ededed;
	margin-left:22px;
	margin-top:20px;
}
.main .topwrap .newRes .newItem .top, .main .showArea .tPag{
	width:1200px;
	float:left;
	margin-top:20px;	
	border-top:1px solid #ededed;
}
.main .showArea .tPag{
	min-height:500px;
}
.main .topwrap .newRes .newItem .top,  .resOut .newItem .top{
	width:1165px;
	height:110px;
	float:left;
	margin-top:-20px;
}
.main .showArea .tPag .rSpan{
	width:1165px;
	height:130px;
	border-bottom:1px solid #ededed;
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
	float:left;
	padding:15px 20px 15px 15px;
}
.dList{
	margin-bottom:30px;
}
.dList .rSpan{
	width:860px;
	height:130px;
	border-top:1px solid #ededed;
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
	float:left;
	padding:15px 20px 15px 15px;
}
.main .showArea .tPag .rSpan .leftP, .dList .rSpan .leftP{
	float:left;
}
.dList .rSpan .leftP{
	margin-top: 24px;
    width: 71px;
    height: 84px;
    margin-left: 30px;
}
.main .showArea .tPag .rSpan .midd, .dList .rSpan .midd{
	float:left;
	width: 903px;
	height:100%;
	margin-left:40px;
}
.dList .rSpan .midd{
	width:585px;
}
.main .showArea .tPag .rSpan:hover, .dList .rSpan:hover{
	background-color:#f6fefe;
}
.main .showArea .tPag .rSpan .midd:hover .tit, .dList .rSpan .midd:hover .tit{
	color:#1ea7e7;
}
.main .showArea .tPag .rSpan .midd .tit, .dList .rSpan .midd .tit{
	width:100%;
	font-size:16px;
	font-weight:bold;
	float:left;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-top:8px;
}
.main .showArea .tPag .rSpan .clickB, .dList .rSpan .clickB{
	width:92px;
	height:96px;
	float:right;
	margin-top:15px;
}
.main .showArea .tPag .rSpan .clickB .clicka{
	width: 92px;
    height: 42px;
    display: block;
}
.main .showArea .tPag .rSpan .clickB span, .dList .rSpan .clickB span{
	float:left;
	border:1px solid #1ea7e7;
	width:100%;
	height:40px;
	border-radius:4px;
	line-height:40px;
	color:#1ea7e7;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background:#fff;
}
.main .showArea .tPag .rSpan .clickB span:hover, .dList .rSpan .clickB span:hover{
	cursor:pointer;
}
.main .showArea .tPag .rSpan .clickB span img, .dList .rSpan .clickB span img{
	margin-right:5px;
}
.main .showArea .tPag .rSpan .clickB span:nth-child(1), .dList .rSpan .clickB span:nth-child(1){
	margin-bottom:16px;
	color:#fff;
	background-color:#1ea7e7;
}
.main .showArea .tPag .rSpan .midd .last, .dList .rSpan .midd .last{
	width:100%;
	float:left;
	margin-top:24px;
}
.main .showArea .tPag .rSpan .midd .last span img, .dList .rSpan .midd .last span img{
	margin-right:5px;
}
.main .showArea .tPag .rSpan .midd .last span, .dList .rSpan .midd .last span{
	display:inline-block;
	float:left;
	height:30px;
	line-height:30px;
	margin-right:30px;
	font-size:12px;
	color:#999;
}
.main .showArea .tPag .rSpan .midd .label, .dList .rSpan .midd .label{
	display:block;
	float:left;
	with:100%;
	margin-top:16px;
}
.main .showArea .tPag .rSpan .midd .label li, .dList .rSpan .midd .label li{
	display:inline-block;
	float:left;
	height:20px;
	line-height:20px;
	padding-left:11px;
	padding-right:11px;
	background:#ececec;
	border-radius:15px;
	margin-right:10px;
	color:#A1A1A1;
}
.main .showArea .tPag .rSpan .midd .label li:nth-child(1), .dList .rSpan .midd .label li:nth-child(1){
	color:#1ea7e7;
	background-color:#D8F0F7;
}
.main .topwrap .newRes .newItem .top, .main .showArea .newRes .newItem .top,  .resOut .newItem .top{
	width:100%;
	height:160px;
	overflow:hidden;
	position: relative;
}
.main .topwrap .newRes .newItem .top .shadow, .main .showArea .newRes .newItem .top .shadow,  .resOut .newItem .top .shadow{
	 width: 70px;
	 height: 20px;
	 background: #000;
	 opacity: 0.5;
	 position: absolute;
	 bottom: 0;
	 right: 0;
}
.main .topwrap .newRes .newItem .top .stxt, .main .showArea .newRes .newItem .top .stxt,  .resOut .newItem .top .stxt{
     display: block;
	 width: 70px;
	 height: 20px;
	 margin-top: -20px;
	 color: #fff;
	 line-height: 20px;
	 position: absolute;
	 margin-left: 209px;
	 text-align: center;
	 position: absolute;
	 z-index: 10;
	 top: 160px;
}
.main .topwrap .newRes .newItem .bottom .title2, .main .showArea .newRes .newItem .bottom .title2,  .resOut .newItem .bottom .title2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height:40px;
	padding-left:10px;
	padding-right:10px;
	width:260px;
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.main .topwrap .title a:hover{
	color:#1ea7e7;
}
.main .topwrap .newRes .newItem:hover, .main .showArea .newRes .newItem:hover,  .resOut .newItem:hover{
	cursor:pointer;
}
.main .topwrap .newRes .newItem:hover .bottom .title2, .main .showArea .newRes .newItem:hover .bottom .title2,  .resOut .newItem:hover .bottom .title2{
	color:#1ea7e7;
}
.main .topwrap .newRes4 .newItem .bottom .row1, .resOut .newItem .bottom .row1{
	width:100%;
	float:left;
}
.main .topwrap .newRes4 .newItem .bottom .title2, .resOut .newItem .bottom .title2{
	width:150px !important;
	float:left !important;
}
.listWrap{
	position:relative;
}
.listWrap .wrapDiv{
	width: 1212px;
    height: 150px;
    overflow: hidden;
}
.listWrap #prevbtn{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 150px;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
    z-index:10;
}
.listWrap #nextbtn{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 150px;
    background-color: rgba(0,0,0,0.7);
   /**  background-color: #c1c1c1;  **/
    cursor: pointer;
    z-index:10;
}
.main .topwrap .newRes4 .newItem .bottom .tip span, .resOut .newItem .bottom .tip span{
	float: left;
    font-size: 12px;
    color: #999999;
    margin-right:20px;
}
.main .topwrap .newRes4 .newItem .bottom .tip span img, .resOut .newItem .bottom .tip span img{
	margin-right:3px;
	margin-top:-2px;
}
.main .topwrap .newRes4 .newItem .bottom .sub, .resOut .newItem .bottom .sub{
	float: right;
    background: #FE4E00;
    padding: 0px 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 10px;
    margin-top: 10px;
}
.main .topwrap .newRes .newItem .bottom .title2:hover, .main .showArea .newRes .newItem .bottom .title2:hover{
	color:#1ea7e7;
}
.main .topwrap .newRes .newItem .bottom .tip, .main .showArea .newRes .newItem .bottom .tip, .resOut .newItem .bottom .tip{
	padding-left:10px;
	padding-right:10px;
	width:260px;
	height:30px;
	float:left;
	margin-top:-10px;
	line-height:31px;
}
.main .topwrap .newRes .newItem .bottom .tip div, .main .showArea .newRes .newItem .bottom .tip div, .resOut .newItem .bottom .tip div{
	float:right;
	font-size:12px;
	color:#fff;
	line-height:25px;
}
.main .topwrap .newRes .newItem .bottom .tip div span, .main .showArea .newRes .newItem .bottom .tip div span, .resOut .newItem .bottom .tip div span{
	padding:3px 5px;
	border-radius:3px;
}
.main .topwrap .newRes .newItem .bottom .tip div span:nth-child(1), .main .showArea .newRes .newItem .bottom .tip div span:nth-child(1), .resOut .newItem .bottom .tip div span:nth-child(1){
	background:#FE4E00;
}
.main .topwrap .newRes .newItem .bottom .tip div span:nth-child(2), .main .showArea .newRes .newItem .bottom .tip div span:nth-child(2){
	background:#00B26B;
}
.main .topwrap .newRes .newItem .bottom .tip div span:nth-child(3), .main .showArea .newRes .newItem .bottom .tip div span:nth-child(3){
	background:#1DA8E6;
}
.main .topwrap .newRes .newItem .bottom .tip .sp, .main .showArea .newRes .newItem .bottom .tip .sp, .resOut .newItem .bottom .tip .sp{
	float: left;
    font-size: 12px;
    color: #999999;
    width: 173px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.main .topwrap .newRes .newItem .top img:hover, .main .showArea .newRes .newItem .top img:hover, .resOut .newItem .top img:hover{
	transform:scale(1.1);
	transition:all .5s linear;
	cursor:pointer;
}
.main .topwrap .title .iconImg{
    margin-top: 4px;
    margin-right: 8px;
}
.main .threewrap .title .icon3{
    margin-top: -4px;
    margin-right: 3px;
}
.listWrap{
	width: 1212px;
	margin-left:-22px;
}
.listWrap .wrapDiv a, .listWrap .wrapDiv .swiper-slide{
	float: left;
    padding-left: 2px;
    padding-right: 15px;
    width: 288px !important;
    height: 150px !important;
    margin-left:-5.5px;
}
.listWrap .wrapDiv .swiper-slide img{
	width:100%;
}
.listWrap .testPaper{
	float:left;
	display:flex;
	flex-wrap:nowrap;
	margin-left:-22px;
}
.listWrap .testPaper .cont{
	width:584px;
	float:left;
	margin-left:22px;
	margin-top:10px;
}
.listWrap .testPaper .cont .row{
	width:100%;
	float:left;
	line-height: 33px;
}
.listWrap .testPaper .cont .row:hover span{
	cursor:pointer;
	color:#1ea7e7;
}
.listWrap .testPaper .cont .row .label{
    width: 350px;
    display: inline-block;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.listWrap .testPaper .cont .row span:nth-child(1){
	float:left;
}
.listWrap .testPaper .cont .row span:nth-child(2){
	float:right;
}
.listWrap .testPaper .cont .row b{
	width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 13px;
}
.main .topwrap .title a {
  font-size: 14px;
  color: #999999;
  position: absolute;
  right: 0px;
  top:-2px;
}
.mainSearch{
	min-height:600px;
	width:1200px !important;
}
.header{
	border-bottom:1px solid #ededed !important;
}
.mainSearch .seaInput{
	width:900px;
	height:60px;
	margin:0 auto;
	margin-top:50px;
	background-color:#f6f6f6;
}
.mainSearch .seaInput input{
	width:780px;
	height:100%;
	padding-left:20px;
	background-color:#f6f6f6;
}
.mainSearch .seaInput ::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 16px;
}
.mainSearch .seaF,.mainSearch .crossF{
	width:1200px;
	float:left;
}
.mainSearch .seaF{
	height:160px;
}
.mainSearch .crossDiv{
	width:1200px;
	height:auto;
	padding-bottom:30px;
	margin:0 auto;
}
.mainSearch .crossDiv .rowTit{
	width:100%;
	height:40px;
	float:left;
	background-color:#e9f6f9;
}
.mainSearch .crossDiv .rowTit li{
	float:left;
	line-height:40px;
	font-size:16px;
	color:#333;
	margin-left:40px;
	margin-right:20px;
}
.mainSearch .crossDiv .rowTit li:hover{
	cursor:pointer;
}
.mainSearch .crossDiv .rowTit span{
	font-size:14px;
	color:#666;
	display:inline-block;
	float:right;
	margin-right:20px;
	line-height:40px;
}
.mainSearch .crossDiv .rowTit .act{
	color:#1ea7e7;
	border-bottom:2px solid #1ea7e7;
}
.mainSearch .seaInput .btn{
	width:100px;
	height:100%;
	float:right;
	background-color:#1ea7e7;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:60px;
	font-size:18px;
}
.mainSearch .seaInput .btn:hover{
	cursor:pointer;
}
.main .topwrap .pull-left {
  width: 281px;
  height: 410px;
  overflow: hidden;
}
.main .topwrap .pull-left .theme {
  text-align: center;
  padding-top: 30px;
}
.main .topwrap .pull-left .theme .cn {
  font-size: 18px;
  color: #fefefe;
}
.main .topwrap .pull-left .theme .en {
  font-size: 12px;
  color: #a0d7f6;
  padding-top: 10px;
}
.main .topwrap .pull-left .theme hr {
  width: 30px;
  margin-top: 10px;
  border: 1px solid #ffffff;
}
.main .topwrap .pull-left .grade {
  width: 241px;
  height:25px;
  overflow: hidden;
  margin: 215px auto 20px;
}
.main .topwrap .pull-left .grade a {
  font-size: 12px;
  color: #ffffff;
  width:44px;
  height:25px;
  line-height:25px;
  margin-right:10px;
  text-align:center;
  display: inline-block; 
  cursor:pointer
}
.main .topwrap .pull-left .grade a.active{
  border-radius: 12px;
  background-color: #4eb0d8; 
}
.main .topwrap .pull-left .subject {
  width: 241px;
  height:50px;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box !important;
}
.main .topwrap .pull-left .subject .subject-list{
	display:none;
}
.main .topwrap .pull-left .subject .subject-list a {
  padding-bottom: 15px;
  font-size: 12px;
  color: #b0e3f2;
  display: inline-block;
  margin-right: 10px;
}
.main .topwrap .pull-left .subject .subject-list a:hover{
  color: #d6f1f8;
}
.main .topwrap .pull-right {
  margin-left: 20px;
  width: 889px;
  height: 410px;
  overflow: hidden;
}
.main .topwrap .pull-right .Listwrap {
  margin-left: -26px;
}
.main .topwrap .pull-right .Listwrap a {
  width: 279px;
  float: left;
  display: block;
  margin-left: 26px;
  margin-bottom: 16px;
}
.main .topwrap .pull-right .Listwrap a .img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  position:relative;
  background-color:#eeeeee;
}
.main .topwrap .pull-right .Listwrap a .img>img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}
.main .topwrap .pull-right .Listwrap a .img>img:hover{
  transform: scale(1.1);
}
.main .topwrap .pull-right .Listwrap a .img .see-cover{
	width: 100%;
    height: 28px;
    line-height:28px;    
    background: rgba(0,0,0,0.5);
	position:absolute;		
	bottom:0; 
	left:0;
	text-align:right;
}
.main .topwrap .pull-right .Listwrap a .img span{	
    font-size: 12px;
    color: #ffffff;
    text-align:right; 
    padding:0 10px 0 20px;
    background-color:red;
}
.main .topwrap .pull-right .Listwrap a .textcontent {
   padding: 0 10px;
   border: 1px solid #ededed;
   border-top: none;
}
.main .topwrap .pull-right .Listwrap a .textcontent .name {
   width:100%;
   font-size: 14px;
   color: #333333;
   overflow: hidden;
   padding-top: 10px;
   overflow: hidden;
   text-overflow:ellipsis;
   white-space: nowrap;
}
.main .topwrap .pull-right .Listwrap a .textcontent .versiontext {
  padding-top: 6px;
  padding-bottom:5px;
  font-size: 12px;
  color: #999999;
}
.main .topwrap .pull-right .Listwrap a .textcontent .versiontext b{
  float: left;
  display: inline-block;
  width: 180px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main .topwrap .pull-right .Listwrap a .textcontent .versiontext span{
  width:77px;	
  float: right;
  text-align:right;
}
.main .threewrap {
  width: 100%;
  background-color: #fff;
  padding-top:27px;
}
.main .threewrap .title {
  font-size: 18px;
  color: #333333;
  font-weight:bold;
  line-height: 30px;
  margin-bottom: 12px;
}
.main .threewrap .title a {
  float: right;
  font-size: 14px;
  color: #999999;
}
.main .threewrap .listWrap .wrapContent {
  margin-left: -22px;
}
.main .threewrap .listWrap .wrapContent .list {
  width: 281px;
  float: left;
  display: block;
  margin-left: 22px;
}
.main .threewrap .listWrap .wrapContent .list .imgbox {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.main .threewrap .listWrap .wrapContent .list .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .threewrap .listWrap .wrapContent .list .textlist {
  margin-top: 20px;
}
.main .threewrap .listWrap .wrapContent .list .textlist a {
  padding-bottom: 12px;
  line-height: 20px;
  display: block;
  overflow: hidden;
}
.main .threewrap .listWrap .wrapContent .list .textlist a b{ 
  display: block;
  float: left;  
}
.main .threewrap .listWrap .wrapContent .list .textlist a b img{
  float: left;
  margin-top: 4.2px;
}
.main .threewrap .listWrap .wrapContent .list .textlist a b span{
  font-size: 14px;
  color: #333333;
  width: 180px;
  display: block;
  float: left;
  font-weight: normal;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main .threewrap .listWrap .wrapContent .list .textlist a b span:before{
  content:"鈥� ";
}
.main .threewrap .listWrap .wrapContent .list .textlist a b span img{
	margin-right:10px;
}
.main .threewrap .listWrap .wrapContent .list .textlist a i {
  float: right;
  font-size: 12px;
  color: #999999;
}
.main .fourwrap {
  width: 100%;
  height: 200px;
}
.main .fourwrap .mumping_mun {
  padding-top: 50px;
}
.main .topwrap .title .iconImg, .main .topwrap .title span{
	float:left;
}
.main .topwrap .title .sublist{
    width: 80%;
    display: block;
    float:left;
}
.main .topwrap .title .sublist li{
	float:left;
	font-weight:normal;
	color:#333;
	margin-left:30px;
	font-size:16px;
	margin-top:1px;
}
.main .topwrap .newRes2 .newItem{
	border: 1px solid #ededed !important;
	width:280px !important;
	height:180px !important;
}
.main .topwrap .newRes4{
	float:left !important;
	margin-top:-5px;
}
.mBlock{
	width:100%;
	min-height:600px;
	float:left;
}
.mBlock .logoPic{
	width:100%;
	float:left;
}
.mBlock .logoPic img{
	margin:0 auto;
	display:block;
}
.mBlock .region{
	width:100%;
	float:left;
}
.mBlock .region .loca{
	margin:0 auto;
	width:1190px;
	margin-top:30px;
}
.mBlock .region .loca .navRow{
	width:100%;
	height:40px;
	float:left;
	margin-bottom:20px;
}
.mBlock .region .loca .navRow .tabBtn{
	float:left;
	width:80px;
	height:40px;
	text-align:center;
	line-height:40px;
	border:1px solid #ededed;
	font-size:14px;
	color:#333;
}
.mBlock .region .loca .navRow .sInput{
	width:260px;
	height:100%;
	float:right;
}
.mBlock .detaR{
	width:100%;
	float:left;
}
.mBlock .detaR .midmap{
	width:1190px;
	margin:0 auto;
}
.mBlock .detaR .midmap .rowSmall{
	padding:20px;
	width:1150px;
	height:220px;
	border:1px solid #ededed;
	margin-top:30px;
}
.mBlock .detaR .midmap .showDown{
	width:100%;
	float:left;
	margin-left: -1px;
	margin-top:20px;
	margin-bottom:100px;
}
.mBlock .detaR .midmap .showDown .lD{
	float:left;
	width:230px;
	border:1px solid #ededed;
}
.mBlock .detaR .midmap .showDown .lD .labSc{
	width:100%;
	height:50px;
	background-color:#1da8e6;
	border:1px solid #1da8e6;
	color:#fff;
	font-size:16px;
	margin-left:-1px;
	line-height:50px;
}
.noresPic{
	margin: 0 auto;
    display: block;
    margin-top: 100px;
    margin-bottom: 100px;
}
.noresPic2{
	margin-bottom: -6px !important;
	padding-top: 100px !important;
}
.mBlock .detaR .midmap .showDown .rD .devOne{
	width:880px;
	height:60px;
	padding-left:30px;
	padding-right:30px;
	float:left;
	border-bottom:1px solid #ededed;
}
.rD .devOne .downF img{
	margin-right:5px;
}
.rD .devOne span{
	font-size:16px;
	color:#333;
	line-height:60px;
}
.rD .devOne .downF{
	width:80px;
	height:40px;
	background-color:#1da8e6;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:15px;
	float:right;
	margin-top:10px;
}
.rD .devTwo{
	padding:15px 30px;
	width:880px;
	float:left;
	display:block;
}
.rD .devTwo li{
	width:95%;
	display:block;
	float:right;
	font-size:14px;
	color:#666;
	line-height:40px;
}

.rD .devTwo li input[type=checkbox] {
    top:3px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    position: relative;
    margin-right:5px;
    border:1px solid #ededed;
}
.rD .devTwo li span:nth-child(1){
	width:70%;
	display:block;
	float:left;
}
.rD .devTwo li span:nth-child(2){
	width:15%;
	display:block;
	text-align:center;
	float:left;
}
.rD .devTwo li span:nth-child(3){
	width:15%;
	display:block;
	text-align:center;
	float:left;
}
.rD .devTwo .liOut li:hover span:nth-child(1){
	color:#1ea7e7;
}
.rD .devTwo .liOut li span:nth-child(1){
	color:#333;
	width:50%;
	padding-right:20%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.mBlock .detaR .midmap .showDown .lD .labSc img{
	margin-left:20px;
	margin-right:5px;
}
.mBlock .detaR .midmap .showDown .lD .labTree{
	width:100%;
	float:left;
	padding-bottom:30px;
}
.mBlock .detaR .midmap .showDown .rD{
	width:940px;
	border:1px solid #ededed;
	float:right;
}
.mBlock .detaR .midmap .rowSmall .go{
	width:290px;
	height:220px;
	float:left;
}
.mBlock .detaR .midmap .rowSmall .txtGo{
	width:60%;
	height:100%;
	float:left;
	margin-left:30px;
}
.mBlock .detaR .midmap .rowSmall .txtGo .tPow{
	width:98%;
	height:50px;
	float:left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size:14px;
	color:#666;
	line-height:24px;
}
.mBlock .detaR .midmap .rowSmall .txtGo .rowOne{
	width:100%;
	float:left;
	margin-top:15px;
    margin-bottom:15px;
}
.mBlock .detaR .midmap .rowSmall .txtGo .rowLast{
	width:100%;
	float:left;
	margin-top: 15px;
}
.mBlock .detaR .midmap .rowSmall .txtGo .rowLast span{
	display:inline-block;
	float:left;
	margin-right:20px;
	font-size: 12px;
    color: #999999;
    line-height:30px;
}
.mBlock .detaR .midmap .rowSmall .txtGo .rowLast span img{
	margin-right:5px;
	margin-top:-2px;
}
.txtGo .rowOne span:nth-child(1){
	font-size:16px;
	color:#333;
	font-weight:bold;
	display:inline-block;
	float:left;
}
.txtGo .rowOne span:nth-child(2){
	display:inline-block;
	float:left;
	background: #FE4E00;
    padding: 0px 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-left:10px;
}
.mBlock .region .resOut {
	width: 103%;
    float: left;
    margin-left: -22px;
}
.mBlock .region .loca .navRow .sInput div{
	width:57px;
	height:100%;
	border:1px solid #1ea7e7;
	float:right;
	background-color:#1ea7e7;
}
.mBlock .region .loca .navRow .sInput div:hover{
	cursor:pointer;
}
.mBlock .region .loca .navRow .sInput div img{
	display:block;
	margin:0 auto;
	margin-top:11px;
}
.mBlock .region .loca .navRow .sInput input{
	height:100%;
	width:190px;
	padding-left:10px;
	display:block;
	float:left;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	border-left:1px solid #ededed;
}
.mBlock .region .loca .navRow .sInput ::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
.mBlock .region .loca .navRow .sta{
	display:block;
	float:left;
	margin-left:50px;
}
.mBlock .region .loca .navRow .sta li{
	float:left;
	margin-right:30px;
	font-size:14px;
	color:#333;
	line-height:40px;
}
.mBlock .region .loca .navRow .sta li:hover{
	cursor:pointer;
}
.mBlock .region .loca .navRow .sta .select{
	border-bottom:2px solid #1ea7e7;
	color:#1ea7e7;
	font-weight:bold;
}
.mBlock .region .loca .navRow .tabBtn:hover{
	cursor:pointer;
}
.mBlock .region .loca .navRow .active{
	border:1px solid #1ea7e7;
	background:#1ea7e7;
	color:#fff;
}
.main .topwrap .newRes2 .newItem .bottom{
	background:#fff;
	height:40px;
	float:left;
}
.topSecond{
	background-color: #f5f5f5 !important;
}
.main .topwrap .title .sublist .out{
	color:#1ea7e7;
	font-weight:bold;
}
.main .topwrap .title .sublist li:hover{
	cursor:pointer;
	color:#1ea7e7;
	font-weight:bold;
}
.main .fourwrap .mumping_mun li {
  float: left;
  width: 238px;
  text-align: center;
}
.main .fourwrap .mumping_mun li h1 {
  font-size: 48px !important;
  color: #ffffff;
  font-weight: bold;
}
.main .fourwrap .mumping_mun li h1:after{
	content:'涓�';
	font-size:14px;
	color:#ffffff;
}
.main .fourwrap .mumping_mun li .text {
  padding-top: 25px;
  font-size: 18px;
  color: #ffffff;
}
.main .fivewrap {
  width: 100%;
  background-color: #f5f5f5;
  padding: 30px 0 70px;
}
.main .fivewrap .title {
  font-size: 18px;
  color: #333333;
  font-weight:bold;
  line-height: 30px;
  margin-bottom: 12px;
}
.main .fivewrap .title a {
  float: right;
  font-size: 14px;
  color: #999999;
}
.main .fivewrap .listWrap .wrapContent {
  margin-left: -20px;
}
.main .fivewrap .listWrap .wrapContent .list {
  width: 182px;
  height: 260px;
  float: left;
  display: block;
  margin-left: 20px;
  padding: 0 20px;
  background-color: #ffffff;
}
.main .fivewrap .listWrap .wrapContent .list .imgbox {
  margin-top: 30px;
  height: 68px;
  display: flex;
  align-items: center;
}
.main .fivewrap .listWrap .wrapContent .list .imgbox img {
  display: block;
  margin: auto;
  align-items: center;
}
.main .fivewrap .listWrap .wrapContent .list .textlist .name {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin: 30px 0 20px;
}
.main .fivewrap .listWrap .wrapContent .list .textlist .text {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .fivewrap .listWrap .wrapContent .list .textlist .text span{
  display:inline-block;
  width:100%;
}
.main .sixwrap {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 0 30px;
}
.main .sixwrap .title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 12px;
}
.main .sixwrap .title a {
  float: right;
  font-size: 14px;
  color: #999999;
}
.listWrap .lpic{
	float:left;
	width:584px;
	height:337px;
	overflow:hidden;
	margin-left:13px;
}
.listWrap .lpic img{
	width:584px;
	height:337px;
	transition: all linear .3s;
}
.listWrap .rpic{
	float:right;
	width:606px;
	height:338px;
}
.listWrap .rpic .items{
	width:281px;
	height:158px;
	float:left;
	margin-left:22px;
	margin-bottom:21px;
	overflow:hidden;
}
.listWrap .lpic:hover img, .listWrap .rpic .items:hover img{
	transform: scale(1.1);
	transition:all .5s;
}
.listWrap .lpic .showS, .listWrap .rpic .items .showS{
	background:#000;
	opacity:0.5;
	height:40px;
	width:100%;
	float:left;
	margin-top:-40px;
}
.listWrap .lpic .txtSpan, .listWrap .rpic .items .txtSpan{
	position: relative;
    top: -30px;
    left: 15px;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    width:93%;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.main .sixwrap .listwrap {
  margin-left: -22px;
}
.main .sixwrap .listwrap .img {	
  width: 281px;
  height: 190px;
  float: left;
  margin-left: 22px;
  overflow: hidden;
}
.main .sixwrap .listwrap .img img {
  width: 100%;
  height: 100%;
  display: block;
}

/*# sourceMappingURL=home.css.map */
/* 璇曢璇曞嵎  */
.tPage{
	width:100%;
	min-height:500px;
}
.tPage .tbanner{
	width:1200px;
	background:pink;
	margin:0 auto;
}
.tPage .tbanner .zuo{
	width:280px;
	height:auto;
	padding-bottom:40px;
	border:1px solid #d8d5d5;
	float:left;
}
.tPage .tbanner .zuo .titTop{
	width:100%;
	float:left;
	height:40px;
	background-color:#1ca6e5;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:40px;
}
.tPage .tbanner .zuo .titTop img{
	margin-left:5px;
	cursor:pointer;
}
.tPage .tbanner .zuo .titLab{
	width:88%;
	float:left;
	height:40px;
	background:#fafafa;
	line-height:40px;
	padding-left:6%;
	padding-right:6%;
	display: flex;
    justify-content: space-around;
}
.tPage .tbanner .zuo .titLab span{
	display:inline-block;
	text-align:center;
	color:#333;
	font-size:16px;
}
.tPage .tbanner .zuo .titLab .jum{
	color:#1ca6e5;
	border-bottom:1px solid #1ca6e5;
}
.tPage .tbanner .zuo .titLab span:hover{
	cursor:pointer;
}
.tPage .tbanner .zuo .titShow{
	width: 91%;
    height: 220px;
    float: left;
    background-color: #eaf5f9;
    padding-left: 4%;
    padding-right: 5%;
    padding-top:20px;
}
.tPage .tbanner .zuo .titRow{
	width:100%;
	float:left;
	display:block;
}
.tPage .tbanner .zuo .titRow li{
	display:block;
	float:left;
	width:80%;
	padding-left:20%;
	line-height:50px;
	color:#333;
	font-size:16px;
}
.tPage .tbanner .zuo .titRow li:hover{
	cursor:pointer;
}
.tPage .tbanner .zuo .titShow span{
	height:28px;
	padding-left:20px;
	padding-right:20px;
	line-height:28px;
	float:left;
	margin-left:10px;
	color:#333;
	background-color:#fff;
	font-size:16px;
	margin-bottom:10px;
}
.tPage .tbanner .zuo .titShow .seled{

	background-size:100% 100%;
	color:#1ca6e5;
}
.tPage .tbanner .zuo .titShow span:hover{
	background-size:100% 100%;
	color:#1ca6e5;
	cursor:pointer;
}
.tPage .tbanner .you{
	width:898px;
	float:right;
}
.tPage .tbanner .you .tLab{
	width:100%;
	float:left;
	border-top:1px solid #ededed;
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
}
.tPage .tbanner .you .tLab .tRow{
	width:100%;
	float:left;
}
.tPage .tbanner .you .tLab .tRow .labOne{
	width:80px;
	text-align:center;
	line-height:40px;
	height:auto;
	min-height:41px;
	background-color:#1ca6e5;
	float:left;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.tPage .tbanner .you .tLab .tRow .tItem{
	width:748px;
	padding-left:20px;
	padding-right:50px;
	line-height:40px;
	float:left;
	height:auto;
	min-height:40px;
	border-bottom:1px solid #ededed;
}
.tPage .tbanner .you .tLab .tRow .tItem span{
	padding-right:25px;
}
.tPage .tbanner .you .tLab .tRow .tItem .acted{
	color:#1ca6e5;
	font-weight:bold;
}
.tPage .tbanner .you .tLab .tRow .tItem span:hover{
	cursor:pointer;
}
.tPage .tbanner .you .paperList{
	width:100%;
	float:left;
	margin-top:22px;
	margin-bottom:100px;
}
.tPage .tbanner .you .paperList .pLabel{
	width:94%;
	height:50px;
	float:left;
	margin-bottom:22px;
	background-color:#eaf5f9;
	line-height:50px;
	padding-left:3%;
	padding-right:3%;
}
.tabC li, .tabC span{
	display: inline-block;
    float: left;
    color: #333;
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
    height: 15px;
    line-height: 15px;
    margin-top: 19px;
}
.pLabel .inpS{
	width:171px;
	height:28px;
	float:right;
	margin-right:10px;
	border:1px solid #cccccc;
	margin-top:10px;
	padding-left:15px;
}
.pLabel ::-webkit-input-placeholder {
  color:#cccccc;
  font-size: 12px;
}
.pLabel .sClick{
	width:56px;
	height:30px;
	display:block;
	float:right;
	background-color:#1ca6e5;
	color:#fff;
	text-align:center;
	line-height:30px;
	margin-top:10px;
}
.tabC .num{
	color:#999999;
}
.tabC .num .nSum{
	color:#1ca6e5;
}
.tabC li:hover{
	cursor:pointer;
}
.tabC li:nth-child(1){
	margin-left:-15px;
}
.tabC .bor{
	border-right:1px solid #333;
}
.tabC .check{
	color:#1ca6e5;
}
.paperList .dList{
	width:100%;
	min-height:350px;
	float:left;
	border-bottom:1px solid #ededed;
}
.paperList .dList .rowLi{
	width:94%;
	float:left;
	height:130px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:3%;
    padding-right:3%;
	border-bottom:1px solid #ededed;
}
.paperList .dList .rowLi .subPic{
	display:inline-block;
	float:left;
	width:71px;
	height:84px;
	margin-top:24px;
	margin-left:20px;
}
/*璇曢璇曞嵎璇︽儏椤�*/
.paperD{
	width:100%;
	min-height:550px;
	border-top:1px solid #ededed;
	padding-top:22px;
}
.paperD .paperMidd{
	width:1200px;
	margin-bottom:100px;
	margin:0 auto;
}
.paperD .paperMidd .pView{
	width:864px;
	float:left;
}
.paperD .paperMidd .pView .pUp{
	width:822px;
	border:1px solid #ededed;
	height:84px;
	float:left;
	margin-bottom:22px;
	padding:20px 20px 16px 22px;
}
.paperD .paperMidd .pView .pUp .txtSpan{
	font-size:20px;
	color:3333;
	display:block;
	float:left;
	width: 90%;
	font-weight:bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.paperD .paperMidd .pView .pUp .labels, .paperD .paperMidd .pView .pUp .libser{
	width:90%;
	display:block;
	float:left;
	margin-top:11px;
}
.paperD .paperMidd .pView .pUp .libser{
	color:#999999;
	font-size:14px;
	display:block;
	margin-top:11px;
}
.paperD .paperMidd .pView .pUp .libser li{
	display: block;
    float: left;
    border-left: 1px solid #999999;
    margin-right: 20px;
    height: 15px;
    line-height: 15px;
    padding-left: 20px;
}
.paperD .paperMidd .pView .pUp .btnTab{
	width: 185px;
    height: 40px;
    line-height: 35px;
    display: flex;
    justify-content: space-between;
    float: right;
    margin-top: -50px;
}
.paperD .paperMidd .pView .pUp .btnTab div{
	width:82px;
	height:35px;
	text-align:center;
	color:#fff;
	font-size:14px;
}
.paperD .paperMidd .pView .pUp .btnTab div:hover{
	cursor:pointer;
}
.paperD .paperMidd .pView .pUp .btnTab .tFav{
	background-color:#ffa740;
}
.paperD .paperMidd .pView .pUp .btnTab .tDown{
	background-color:#1ca5e4;
}
.paperD .paperMidd .pView .pUp .libser li:nth-child(1){
	padding-left:0px;
	border:none;
}
.paperD .paperMidd .pView .pUp .labels li{
	display: inline-block;
    float: left;
    height: 20px;
    line-height: 20px;
    padding-left: 11px;
    padding-right: 11px;
    background: #ececec;
    border-radius: 15px;
    margin-right: 10px;
    color: #A1A1A1;
}
.paperD .paperMidd .pView .pUp .labels .easy{
	background-color:#FDF5CF;
	color:#fec958;
}
.paperD .paperMidd .pView .pUp .labels li:nth-child(1) {
    color: #1ea7e7;
    background-color: #D8F0F7;
}
.paperD .paperMidd .pView .playWindow{
	width:100%;
	float:left;
	border:1px solid #ededed;
	margin-bottom:100px;
}
.paperD .paperMidd .pView .playWindow .details{
	width:94%;
	padding-left:3%;
	padding-right:3%;
	padding-top:20px;
    padding-bottom:20px;
	height:60px;
	border-bottom:1px solid #ededed;
	background-color:#f6f6f6;
}
.paperD .paperMidd .pView .playWindow .details span{
	font-size: 16px;
    color: #333;
    display: block;
    float: left;
    width: 90%;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.paperD .paperMidd .pView .playWindow .details p{
	font-size: 14px;
    color: #999999;
    display: block;
    float: left;
    width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height:50px;
}
.paperD .paperMidd .pView .playWindow .playShow{
	width:100%;
	height:600px;
	float:left;
}
.paperD .paperMidd .pView .playWindow .tabRow{
	width:100%;
	height:80px;
	float:left;
}
.paperMidd .rCommend{
	width:300px;
	height:300px;
	float:right;
}
.paperMidd .rCommend .seeTab{
	width:260px;
	padding-left:20px;
	padding-right:20px;
	height:40px;
	background-color:#e6f1f6;
	line-height:40px;
}
.paperMidd .rCommend .dRows{
	width:100%;
	float:left;
}
.paperMidd .rCommend .dRows .reco{
	padding:10px;
	width:280px;
	height:86px;
	float:left;
	margin-top:22px;
	border:1px solid #ededed;
}
.paperMidd .rCommend .dRows .reco .protxt{
	width:68%;
	float:right;
}
.paperMidd .rCommend .dRows .reco .protxt:hover p{
	color:#1ca5e4;
}
.paperMidd .rCommend .dRows .reco .protxt p{
	width:100%;
	height:40px;
	float:left;
	font-size:14px;
	color:#333;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight:bold;
	margin-top:5px;
	line-height:22px;
}
.paperMidd .rCommend .dRows .reco .protxt .lsee{
	width:100%;
	float:left;
	font-szie:12px;
	color:#999999;
	line-height:50px;
}
.paperMidd .rCommend .seeTab span:nth-child(1){
	color:#1ca5e4;
	font-size:16px;
	display:inline-block;
	float:left;
	font-weight:bold;
}
.paperMidd .rCommend .seeTab span:nth-child(2){
	color:#999999;
	font-size:14px;
	float:right;
	display:inline-block;
}
.paperMidd .rCommend .seeTab span:nth-child(2):hover{
	cursor:pointer;
	color:#1ca5e4;
}
.paperMidd .rCommend .seeTab span:nth-child(2) img{
	margin-left:5px;
	margin-top:-5px;
}
/*涓撻鏁欒偛*/
.eduDiv{
	width:100%;
	min-height:600px;
	border-top:1px solid #ededed;
}
.eduDiv .centerD{
	width:1200px;
	margin:0 auto;
	margin-top:10px;
}
.eduDiv .centerD .upFloat{
	width:100%;
	float:left;
}
.eduDiv .centerD .downFloat{
	width:100%;
	float:left;
	min-height:400px;
	margin-bottom:20px;
}
.eduDiv .centerD .downFloat .spanTxt{
	width:100%;
	height:40px;
	line-height:40px;
	background:#eaf5fa;
	font-size:14px;
	color:#333;
}
.main .topwrap .newRes2 .nothing, .main .topwrap .newRes .nothing{
	width:280px;
	height:200px;
	border:1px solid #ededed !important;
	float:left;
	margin-left: 22px;
    margin-bottom: 20px;
    overflow:hidden;
}
.main .topwrap .newRes .nothing{
	height:200px !important;
}
.main .topwrap .newRes2 .nothing img, .main .topwrap .newRes .nothing img{
	width:100%;
	height:100%;
	display:block;
}
.eduDiv .centerD .downFloat .mList{
	width: 102%;
    float: left;
    margin-left: -1.7%;
}
.eduDiv .centerD .downFloat .spanTxt span{
	display:block;
	float:left;
	margin-left:20px;
	margin-right:40px;
}
.eduDiv .centerD .downFloat .spanTxt span:hover{
	cursor:pointer;
}
.eduDiv .centerD .downFloat .spanTxt .outApp{
	color:#1aa3e2;
	border-bottom:2px solid #1aa3e2;
}
.eduDiv .centerD .upFloat .zuo1{
	float:left;
	width:794px;
	height:446px;
}
.eduDiv .centerD .upFloat .zuo1 img{
	width:794px;
	height:446px;
}
.eduDiv .centerD .upFloat .you1{
	width:377px;
	height:446px;
	float:right;
}
.eduDiv .centerD .upFloat .you1 .wup{
	width:377px;;
	height:213px;
	margin-bottom:20px;
	overflow:hidden;
}
.eduDiv .centerD .upFloat .you1 .wup img{
	width:377px;;
	height:213px;
}
.eduDiv .centerD .upFloat .you1 .wup:hover img{
	transform: scale(1.1);
	transition:all .5s;
}
.eduDiv .centerD .upFloat .you1 .wup .txtShow{
	width:297px;
	float:left;
	padding-left:20px;
	padding-right:60px;
	height:48px;
	margin-top:-48px;
	position: relative;
    background: rgba(0 ,0, 0, 0.5);
    color: #fff;
    line-height:48px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: bold;
    font-size: 16px;
}
.eduDiv .centerD .downFloat{
	float:left;
	margin-top:24px;
	width:100%;
	margin-left:1px;
}
.eduDiv .centerD .downFloat .tabRound{
	width:100%;
	float:left;
	height:40px;
	background-color:#eaf5fa;
	line-height:40px;
	margin-bottom:22px;
}
.eduDiv .centerD .downFloat .tabRound span{
	float:left;
	font-size:16px;
	color:#333;
	margin-left:40px;
	margin-right:25px;
}
.eduDiv .centerD .downFloat .tabRound span:hover{
	cursor:pointer;
}
.eduDiv .centerD .downFloat .tabRound .tabO{
	color:#1AA3e2;
	border-bottom:2px solid #1aa3e2;
}
.eduDiv .centerD .downFloat .safeCont{
	width: 102%;
    float: left;
    margin-bottom: 30px;
    margin-left: -22px;
    margin-top:-22px;
}
.main .topwrap .newRes .newItem{
	overflow:hidden;
	height:200px !important;
    margin-topp:0px !important;
}
.main .topwrap .newRes .newItem .top{
	 width: 100%;
	 height: 160px;
	 overflow: hidden;
	 float: left;
	 margin-top: -1px;
	 position: relative;
}
.main .topwrap .newRes .newItem .bottom{
	width:100%;
	height:40px;
	float:left;
	overflow:hidden;
}
.main .topwrap .newOne .newItem .bottom{
	height:60px;
}
.main .topwrap .newOne .newItem{
	height:220px !improtant;
}
.main .topwrap .newRes4 .newItem{
	height:220px !important;
}
.main .topwrap .newRes4 .bottom{
	height:60px !important;
}
.layui-layer-loading .layui-layer-loading1{
	width: 100px;
    height: 100px;
    margin: 0 auto;
}
.lepc{
	width:303px;
	height:170px;
}
.noresShow{
    margin: 0 auto;
    display: block;
    margin-top: 100px;
}
.listWrap .rpic .items img{
	width:281px;
	height:158px;
	transition: all linear .3s;
}
.eduPics .showm{
	width:168px;
	height:95px;
	display:block;
	float:left;
}
.paperMidd .rCommend .dRows .eduPics{
    padding:0px !important;
    width:300px;
    height:94px;
}
.paperMidd .rCommend .dRows .eduPics .proRight{
	width:38%;
	padding-right: 2%;
}
.paperMidd .rCommend .dRows .eduPics .proRight p{
	text-align:justify;
}
.paperD .paperMidd .pView .presView{
	height:60px;
}
.main .topwrap .resOne .newItem, .main .topwrap .resOne .nothing{
	height:220px !important;
}
.main .topwrap .resOne .newItem .bottom{
	height:60px !important;
}
.noAvatar{
	float:left;
	margin-top: 24px;
    width: 71px;
    height: 84px;
    object-fit:contain;
    margin-left: 30px;
}
.zxNoava{
	float:left;
    width: 71px;
    height: 84px;
    object-fit:contain;
}
.zxCheckme{
	background-color:#eaf5f9;
	color: #1ca6e5!important;
    //font-weight: bold;
}
.zxPositionRel{
	position:relative
}
.zxMoreArrow{
	position:absolute;
	right:15px;
	top:0;
}
.tPage .tbanner .you .tLab .tRow .zxWrap{
	display:flex;
	flex-wrap:wrap
}
.zxNoresShow{
	width:200px;
	height:160px;
	margin-top:70px;
}
#test1 .cBanner .swiper-slide, #test1 .cBanner .swiper-slide img{
	width:730px !important;
	height:440px !important;
}
.layui-carousel[lay-arrow=always] .layui-carousel-arrow{
	display:none;
}
.layui-carousel-ind ul{
	background-color:rgba(0,0,0,0) !important;
}
.layui-carousel-ind li{
	width:12px !important;
	height:12px !important;
	border:2px solid #fff;
	background-color:rgba(255,255,255,0) !important;
	margin:-5px 6px !important;
}
.layui-carousel-ind li.layui-this{
	background-color:#fff !important;
}
#test2 .sBanner .swiper-slide img{
	width:794px;
	height:446px;
}
#test2 .layui-carousel-ind li{
	display:none !important;
}
//.layui-tree-spread .layui-tree-entry .layui-tree-txt{
	//color:#1da8e6;
//}
.devTwo .layui-form-checked[lay-skin=primary] i{
	border-color: #1da8e6!important;
    background-color: #1da8e6;
    color: #fff;
}
.devTwo .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #1da8e6;
    color: #fff;
}
.rD .devTwo li{
	width:95%;
	display:block;
	float:right;
	font-size:14px;
	color:#666;
	line-height:40px;
}
.devTwo .layui-form-checkbox[lay-skin=primary] {
    margin-top: 11px;
}
.zxImgCoverDiv{
	line-height:161px;
}
.zxImgCover{
	width:100%;
	height:100%;
	vertical-align:text-bottom;
	transition: all linear .3s;
}
.paperD .paperMidd .pView .playWindow .tabRow{
	width:94%;
	padding-left:3%;
	padding-right:3%;
	padding-top:20px;
    padding-bottom:20px;
	background-color:#ffffff;
}
.paperD .paperMidd .pView .playWindow .tabRow span{
	font-size: 16px;
    color: #333;
    display: block;
    float: left;
    width: 90%;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.paperD .paperMidd .pView .playWindow .tabRow p{
	font-size: 14px;
    color: #999999;
    display: block;
    float: left;
    width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height:50px;
}