body {
  background: url('../images/search_bg.jpg') no-repeat center 30px;
  max-width: 1920px;
  margin: 0 auto;
}
.pages {
  	text-align: center;
  	margin-top: 45px;
  }
  .pages a {
  	background-color: #e1edff;
  	padding: 10px 15px;
  	font-size: 12px;
  	color: #808080;
  }
  .pages a:hover,.pages a.active {
  	color: #fff;
  	background-color: #2f60b8;
  }
.linkNav {
  margin-top: 4px;
  color: #fff;
  font-size: 14px;
  width: 1400px;
}
.linkNav a {
  color: #fff;
}
.main {
  width: 1400px;
  margin: 0 auto;
  background: rgba(255,255,255,.8);
  padding: 50px 20px;
  box-sizing: border-box;
  margin-top: 11px;
  min-height: 800px;
}
.main .js {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.main .search_box {
  width: 823px;
  height: 48px;
  margin-top: 17px;
  position: relative;
  border: solid 1px #4285f4;
  
}
.main .search_box > input {
  width: 100%;
  height: 100%;
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  padding-left: 24px;
  font-size: 14px;
}
.main .search_box .btn {
  position: absolute;
  right: -1px;
  top: 0;
  width: 68px;
  height: 48px;
  background: url('../images/list/search_icon.png') no-repeat center center;
  cursor: pointer;
  background-color: #4285f4;
}
.main .tab_box {
  border: solid 1px #999999;
  padding: 5px 34px;
  box-sizing: border-box;
  margin-top: 38px;
  font-size: 14px;
  margin-left:15px ;
  margin-right: 15px;
}
.main .tab_box p {
  margin-top: 10px;
}
.main .tab_box p {
  border-bottom: 1px dashed #999999;
  padding-bottom: 10px;
  /* margin-top: 0; */
}
.main .tab_box p b{
	display: block;
	float: left;
	width: 90px;
	font-weight: normal;
}
.main .tab_box p:last-child {
	border: none;
}
.main .tab_box p span {
  padding: 0 26px;
  cursor: pointer;
  color: #333;
}
.main .tab_box p span.active {
  color: #4285f4;
}
.main .tab_box a {
	color: #333;
}
.main .hot {
  padding-left: 245px;
  /* text-align: center; */
  margin-top: 10px;
  font-size: 18px;
  color: #999!important;
}
.main .hot a{
  color: #999!important;
  margin: 0 15px;
  position: relative;
}
.main .hot span {
  /* float: left; */
  margin-right: 25px;
  position: relative;
  cursor: pointer;
}
.main .hot a::after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #999;
    top: 6px;
    right: -13px;
}
.main .hot a:last-child::after {
	display: none;
}
/* 
.main .tab_box p:last-child span {
  border: dashed 1px #4285f4;
  padding: 2px 10px;
  display: inline-block;
  color: #4285f4;
  margin-left: 20px;
}
.main .tab_box p:last-child span i {
  cursor: pointer;
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url('../images/list/close_01.png') no-repeat center center;
  background-size: 100% 100%;
  font-style: normal;
  margin-left: 5px;
} */
.main .info {
  margin-top: 45px;
  font-size: 12px;
  position: relative;
}
.main .info .tab {
  margin-top: 10px;
  height: 40px;
  position: relative;
}
.main .info .tab .box {
  position: absolute;
  right: 0;
  top: 0;
}
.main .info .tab .box span {
  display: inline-block;
  min-width: 92px;
  height: 30px;
  text-align: center;
  font-style: 16px;
  border: 1px solid #565656;
  line-height: 30px;
  margin-left: 20px;
  border-radius: 5px;
  color: #565656;
  position: relative;
  cursor: pointer;
  padding: 0 5px;
}
.main .info .tab .box span.active {
  background: #4285f4;
  border: 1px solid #4285f4;
  color: #fff;
}
.main .info .tab .box span.active::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 4px;
  background: url('../images/list/tab_tip_2.png') no-repeat;
  background-size: 100% 100%;
  left: 50%;
  transform: translate(-50%);
  bottom: -4px;
}
.main .info ul li a {
  display: block;
  position: relative;
  margin: 25px 0;
  border-bottom: solid 2px #dde0e9;
  padding-bottom: 25px;
  color: #333333;
}
.main .info ul li a img {
  width: 245px;
  height: 140px;
}
.main .info ul li a .txt {
  position: absolute;
  top: 0px;
  left: 300px;
}
.main .info ul li a .txt p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 980px;
  position: absolute;
  left: 0;
}
.main .info ul li a .txt p.p1 {
  top: 5px;
  font-size: 16px;
}
.main .info ul li a .txt p.p2 {
  top: 55px;
}
.main .info ul li a .txt p.p2.active1 span:last-child {
  padding-left: 80px;
}
.main .info ul li a .txt p.p2.active1 span:last-child i {
  font-style: normal;
}
.main .info ul li a .txt p.p3 {
  top: 80px;
}
.main .info ul li a .txt p.p4 {
  top: 115px;
}
.main .info ul li a .txt p.p4.active {
  top: 100px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
  text-indent: 2em;
  line-height: 1.5;
}
.main .info ul li a:hover {
  color: #1854A2;
}
.main .info .yj {
  font-size: 16px;
  text-align: center;
  width: 374px;
  margin: 14px auto 30px;
  margin-top: 60px;
}
.main .info .yj li {
  float: left;
  margin: 0 5px;
  cursor: pointer;
}
.main .info .yj li:hover p,
.main .info .yj li.active p {
  color: #1854A2;
  border: 1px solid #1854A2;
}
.main .info .yj a {
  color: #969696;
  line-height: 28px;
}
.main .info .yj p {
  color: #969696;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #959595;
}
.main .info p.tip {
  color: #333;
  text-align: center;
  width: 100%;
  font-size: 18px;
  margin-top: 60px;
}
#goToTop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 190px;
  background: url('../images/return_bg_01.jpg') no-repeat 100% 100%;
  display: none;
  border-radius: 5px;
}
.onlie_list {
	margin-top: 40px;
}
.onlie_list .s_cat_title {
	font-size: 22px;
	padding-left: 0.9%;
	position: relative;
}
.onlie_list .s_cat_title .more {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/more.png) no-repeat;
    background-size: 100% 100%;
}
.onlie_list  .s_content_o {
	margin-top: 40px;
}
.onlie_list .s_content_o ul {	
	display: flex;
	flex-flow:row wrap;	
	flex-direction: row;
	
}
.onlie_list .s_content_o ul li {
	width: 31%;
	margin: unset;
	margin: 0 1.1%;
	height: 400px;
}

.line {
	border-top: solid 1px #9b9b9b;
	margin: 0 15px;
	margin-bottom: 40px;
	
}
.more_s {
	text-align: center;
	padding-bottom: 30px;
}
.onlie_list .s_content_o ul li img{ 
	width: 100%;
}
.onlie_list .s_content_o ul li .imgthumb {
	display: block;
	position: relative;
}
.onlie_list .s_content_o ul li .imgthumb .play {
  	background-image: url(../images/play.png);
  	width: 50px;
  	height: 50px;
  	display: block;
  	position: absolute;
  	bottom: 6px;
  	left: 10px;
  	background-size: cover;
}
.onlie_list .s_content_o ul li .title {
	margin-top: 18px;
	font-size: 18px;
	line-height: 30px;
	height: 74px;
}

.onlie_list .s_content_o ul li .time {
	font-size: 14px;
	
}
.onlie_list  .s_content_zt {
	margin-top: 40px;
	margin-bottom: 50px;
}
.onlie_list .s_content_zt ul {	
	display: flex;
	flex-flow:row wrap;	
	flex-direction: row;
	
}
.onlie_list .s_content_zt ul li {
	width: 18%;
	margin: unset;
	margin: 0 1%;
	border-radius: 10px;
	overflow: hidden;
	
}
.onlie_list .s_content_zt ul li img{ 
	width: 100%;
}
.onlie_list .s_content_zt ul li .title {
	font-size: 18px;
	line-height: 70px;
	height: 70px;
	background-color: #4285f4;
	color:#fff;
	text-align: center;
}
.onlie_list  .s_content_yy {
	margin-top: 40px;
	margin-bottom: 50px;
}
.onlie_list .s_content_yy ul {	
	display: flex;
	flex-flow:row wrap;	
	flex-direction: row;
	
}
.onlie_list .s_content_yy ul li {
	width: 18%;
	margin: unset;
	margin: 0 1%;
	border-radius: 10px;
	overflow: hidden;
	
}
.onlie_list .s_content_yy ul li img{ 
	width: 100%;
	border-radius: 10px;
}

.onlie_list2 {
	margin-top: 40px;
}
.onlie_list2 ul {	
	display: flex;
	flex-wrap: wrap;
}
.onlie_list2 ul li {
	width: 420px;
	height: 308px;
	margin: unset;
	margin: 15px;
}
.onlie_list2 ul li img {
	width: 100%;
}
.onlie_list2 ul li .title {
	margin-top: 10px;
	font-size: 18px;
	line-height: 30px;
	height: 36px;
}

.onlie_list2 ul li .time {
	font-size: 16px;
	
}

@media screen and (max-width: 1450px) {
	.onlie_list {
		margin-top: 40px;
	}
	.onlie_list ul {	
		display: flex;
		flex-wrap: wrap;
	}
	.onlie_list ul li {
		width: 361px;
		height: 423px;
		margin: unset;
		margin: 12px;
	}
	.onlie_list ul li img{
		width: 100%;
	}
	.onlie_list ul li .title {
		margin-top: 36px;
		font-size: 18px;
		line-height: 30px;
		height: 74px;
	}
	
	.onlie_list ul li .author {
		font-size: 16px;
		line-height: 26px;
		height: 70px;
		letter-spacing:-1px;
	}
	.onlie_list ul li .time {
		font-size: 14px;
		
	}
	.onlie_list2 {
		margin-top: 40px;
	}
.onlie_list2 ul {	
	display: flex;
	flex-wrap: wrap;
}
.onlie_list2 ul li {
	width: 355px;
	height: 265px;
	margin: unset;
	margin: 15px;
}
.onlie_list2 ul li .title {
	margin-top: 10px;
	font-size: 18px;
	line-height: 30px;
	height: 36px;
}


.onlie_list2 ul li .time {
	font-size: 16px;
	
}
  .linkNav {
    margin-top: 24px;
    color: #fff;
    font-size: 14px;
    width: 1200px;
  }
  .linkNav a {
    color: #fff;
  }
  .main {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-top: 11px;
	background: rgba(255,255,255,.8);
  }
  .main .js {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .main .search_box {
    width: 800px;
    height: 44px;
    margin-top: 17px;
    position: relative;
    border: solid 1px #4285f4;
  }
  .main .search_box > input {
    width: 100%;
    height: 100%;
    display: block;
    outline: none;
    border: none;
    background-color: transparent;
    box-sizing: border-box;
    padding-left: 24px;
    font-size: 14px;
  }
  .main .search_box .btn {
    position: absolute;
    right: -1px;
    top: 0;
    width: 68px;
    height: 44px;
    background: url('../images/list/search_icon.png') no-repeat center center;
    cursor: pointer;
    background-color: #4285f4;
  }
  
  .main .tab_box p {
    margin-top: 10px;
  }

 
  .main .info {
    margin-top: 45px;
    font-size: 12px;
  }
  .main .info ul li a {
    display: block;
    position: relative;
    margin: 25px 0;
    border-bottom: solid 2px #dde0e9;
    padding-bottom: 25px;
    color: #333333;
  }
  .main .info ul li a img {
    width: 245px;
    height: 140px;
  }
  .main .info ul li a .txt {
    position: absolute;
    top: 0px;
    left: 300px;
  }
  .main .info ul li a .txt p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 780px;
    position: absolute;
    left: 0;
  }
  .main .info ul li a .txt p.p1 {
    top: 5px;
    font-style: 16px;
  }
  .main .info ul li a .txt p.p2 {
    top: 55px;
  }
  .main .info ul li a .txt p.p3 {
    top: 80px;
  }
  .main .info ul li a .txt p.p4 {
    top: 115px;
  }
  .main .info ul li a:hover {
    color: #1854A2;
  }
  .main .info .yj {
    font-size: 16px;
    text-align: center;
    width: 374px;
    margin: 14px auto 30px;
    margin-top: 60px;
  }
  .main .info .yj li {
    float: left;
    margin: 0 5px;
    cursor: pointer;
  }
  .main .info .yj li:hover p,
  .main .info .yj li.active p {
    color: #1854A2;
    border: 1px solid #1854A2;
  }
  .main .info .yj a {
    color: #969696;
    line-height: 28px;
  }
  .main .info .yj p {
    color: #969696;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #959595;
  }
}
footer {
  height: 138px;
  margin-top: 150px;
  background: url('../images/end.jpg') no-repeat;
  background-size: 100% 100%;
}
.searching span{
	border: solid 1px #4285f4;
	line-height: 20px;
	padding: 3px 3px 3px 10px!important;
	margin-right: 5px;
	color:#4285f4!important;
	position: relative;
	padding-right: 25px!important;
}
.searching span a {
	color: #4285f4!important;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	margin-left: 5px;
	position: absolute;
	right: 0;
	top: 2px;
	bottom: 0;
}
.searching span a:hover{
	color: #333!important;
}