﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

a {
	transition: .2s
}

input {
	transition: .5s
}

ol,ul {
	list-style: none;
	margin: 0;
	padding: 0
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}

table
{
    border-collapse: initial;
    margin: 0 auto;
    text-align: center;
}
table td, table th
{
    border: none;
    color: #666;
    height: 50px;
    width: 1%;
    border-radius: 12px;
            
}

a {
	text-decoration: none
}

.txt-rt {
	text-align: right
}

.txt-lt {
	text-align: left
}

.txt-center {
	text-align: center
}

.float-rt {
	float: right
}

.float-lt {
	float: left
}

.clear {
	clear: both
}

.pos-relative {
	position: relative
}

.pos-absolute {
	position: absolute
}

.vertical-base {
	vertical-align: baseline
}

.vertical-top {
	vertical-align: top
}

.underline {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin: 0 0 20px
}

nav.vertical ul li {
	display: block
}

nav.horizontal ul li {
	display: inline-block
}

img {
	max-width: 100%
}

body {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	background-size: cover;
	font-family: microsoft yahei,宋体,sans-serif;
	font-size: 100%
}

.apps {
	display: flex;
	justify-content: flex-end;
	margin: .5rem 0
}

.apps a {
	font-size: .8em;
	color: #333;
	margin: 0 .5rem
}

.search {
	text-align: center;
	position: relative;
	margin-top: 3em
}

.s-bar {
	width: 85%;
	margin: 0 auto;
	padding: .5em 0
}

.s-bar input[type=text] {
	font-size: 16px;
	height: 51px;
	color: #333;
	padding: 16px;
	width: 79%;
	vertical-align: top;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	background: rgba(255,255,255,.5);
	border: none;
	outline: none;
	-webkit-appearance: none;
	box-shadow: 0 0 20px #dadada
}

.s-bar input[type=text]:focus {
	box-shadow: 0 0 20px #b8d2ff
}

.s-bar input[type=submit] {
	font-size: 16px;
	height: 51px;
	color: #fff;
	padding: 16px;
	width: 17%;
	text-align: center;
	vertical-align: top;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	margin: 0 0 0 -4px;
	background: #4285f4;
	cursor: pointer;
	border: none;
	outline: none;
	-webkit-appearance: none
}

.s-bar input[type=submit]:hover {
	opacity: .8;
	filter: alpha(opacity=100);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease
}

.s-bar2 {
	width: 80%;
	margin: 0 auto;
	padding: .5em 0
}

.s-bar2 .logo {
	width: 25%;
	display: inline-block;
	float: left
}

.s-bar2 input[type=text] {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	padding: 16px;
	width: 50%;
	box-shadow: 0 0 20px #dadada;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	background: rgba(255,255,255,.5);
	border: none;
	outline: none;
	-webkit-appearance: none
}

.s-bar2 input[type=text]:focus {
	box-shadow: 0 0 20px #b8d2ff
}

.s-bar2 input[type=submit] {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 16px;
	width: 17%;
	text-align: center;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	margin: 0 0 0 -4px;
	background: #4285f4;
	cursor: pointer;
	border: none;
	outline: none;
	-webkit-appearance: none;
	background: #4285f4;
	background: -moz-linear-gradient(top,#4285f4 0%,#4285f4 37%,#4285f4 66%,#4285f4 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4285f4),color-stop(37%,#4285f4),color-stop(66%,#4285f4),color-stop(100%,#4285f4));
	background: -webkit-linear-gradient(top,#4285f4 0%,#4285f4 37%,#4285f4 66%,#4285f4 100%);
	background: -o-linear-gradient(top,#4285f4 0%,#4285f4 37%,#4285f4 66%,#4285f4 100%);
	background: -ms-linear-gradient(top,#4285f4 0%,#4285f4 37%,#4285f4 66%,#4285f4 100%);
	background: linear-gradient(to bottom,#4285f4 0%,#4285f4 37%,#4285f4 66%,#4285f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4285f4',endColorstr='#4285f4',GradientType=0 )
}

.s-bar2 input[type=submit]:hover {
	opacity: .8;
	filter: alpha(opacity=100);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease
}

.search p {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin: 50px auto;
	width: 94%;
	text-align: left
}

.search p a {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #d6d6d6;
	padding: 5px 10px;
	margin: 8px 0;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px #ddd
}

.search p a:hover {
	color: #000;
	box-shadow: 0 0 20px #a7a7a7
}

.copyright {
	margin: 20px 0;
	text-align: center
}

.copyright p {
	font-size: .875em;
	font-weight: 400;
	color: #333
}

.copyright p a {
	font-size: 1em;
	font-weight: 400;
	color: #4285f4
}

.copyright p a:hover {
	color: #fff;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#contentlist {
	width: 98%;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-bottom: 10px solid #4285f4;
	margin-top: 20px
}

#contentlist a {
	color: #333
}

#contentlist .appbox a:hover {
	color: #fff
}

#contentlist a:hover {
	color: #4285f4
}

#contentlist .ucontent {
	margin-top: 10px
}

#contentlist li {
	width: 48%;
	float: left;
	padding: 10px 0;
	position: relative
}

#contentlist li:nth-child(even) {
	margin-left: 4%
}

#contentlist li .cimg {
	width: 40%;
	float: left
}

#contentlist li .ctitle {
	width: 60%;
	padding: 10px;
	float: right;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden
}

#contentlist li .time {
	bottom: 0;
	position: absolute;
	left: 40%;
	padding: 18px 10px;
	color: #aaa
}

#contentlist li .cover {
	width: 100%;
	padding-bottom: 65%;
	overflow: hidden;
	position: relative;
	font-size: 11px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center
}

#contentlist .stui-page {
	width: 600px;
	margin: 50px auto 20px;
	overflow: hidden
}

#contentlist .stui-page li {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0 5px;
	list-style: none
}

#contentlist .stui-page li a,.stui-page li span,.stui-page__box li .num {
	display: block;
	padding: 10px 0;
	text-align: center
}

#contentlist .stui-page li .num,.stui-page li a {
	background-color: #fff;
	border: 1px solid #eee;
	color: #4285f4
}

#contentlist .stui-page li a:hover,.stui-page li.active a {
	background-color: #4285f4;
	color: #fff;
	border: 1px solid #4285f4
}

#contentlist .stui-page .hidden-xs {
	display: none
}

#contentlist .stui-page .visible-xs {
	display: block!important
}

#contentlist .single-strong {
	font-weight: 700;
	display: block;
	margin: 20px 0 0;
	padding: 0 10px;
	border-left: 5px solid #4285f4;
	color: #333;
	font-size: 18px;
	line-height: 21px;
	word-break: break-all
}

#my-video {
	width: 100%
}

#contentlist .video-js .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-left: -1.5em;
	margin-top: -.8em
}

#contentlist .p_control {
	display: none;
	position: absolute;
	right: 0;
	bottom: 3em;
	line-height: 3em;
	margin: 0
}

#contentlist .p_control a {
	color: #fff;
	margin: 0;
	cursor: pointer;
	display: block;
	width: 50px;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #c7c7c7;
	background-color: rgba(43,51,63,.7);
	height: 3em
}

#contentlist .b-listtab-main {
	margin-top: 0;
	overflow: hidden;
	margin-bottom: 10px
}

#contentlist .b-listtab-main .list {
	margin-left: -20px
}

#contentlist .b-listtab-main .item {
	float: left;
	width: 18%;
	height: auto;
	border-bottom: 1px solid #e9e9e9;
	margin: 0 0 20px 20px;
	padding-bottom: 10px
}

#contentlist .b-listtab-main .cover {
	width: 100%;
	padding-bottom: 65%;
	overflow: hidden;
	position: relative;
	font-size: 11px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center
}

#contentlist .b-listtab-main .cover img {
	width: 100%;
	height: 100%
}

#contentlist .b-listtab-main .pay {
	position: absolute;
	top: 4px;
	left: 4px;
	display: block;
	width: 39px;
	height: 19px;
	line-height: 19px;
	background: #cd1919;
	color: #fff;
	text-align: center;
	border-radius: 2px
}

#contentlist .b-listtab-main .hint {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 6px;
	background: rgba(243,6,6,.8);
	color: #fff;
	border-radius: 7px
}

#contentlist .b-listtab-main .detail {
	width: 100%;
	height: 60px;
	overflow: hidden;
	margin-top: 10px
}

#contentlist .b-listtab-main .title {
	font-size: 12px;
	padding: 7px 5px 3px
}

#contentlist .b-listtab-main .title .s1 {
	display: inline-block;
	float: left;
	width: 144px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222
}

#contentlist .b-listtab-main .title .s2 {
	float: right;
	color: #ff7b00;
	font-size: 10px
}

#contentlist .b-listtab-main .star {
	font-size: 10px;
	color: #999;
	margin: 0 5px;
	width: 170px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.link {
	width: 90%;
	margin: 0 auto;
	font-weight: 700;
	text-align: center
}

.link a {
	margin: 0 10px;
	color: #4285f4;
	font-weight: 400
}

.link a:hover {
	text-decoration: underline
}

@media(max-width:1440px) {
	.s-bar {
		width: 85%
	}

	.s-bar2 {
		width: 80%
	}
}

@media(max-width:1366px) {
}

@media(max-width:1280px) {
	.s-bar input[type=text] {
		width: 63%
	}

	.s-bar2 input[type=text] {
		width: 63%
	}
}

@media(max-width:1024px) {
	.s-bar {
		width: 90%
	}

	#contentlist .b-listtab-main .item {
		width: 31%
	}

	.s-bar2 {
		width: 90%
	}

	.apps {
		display: none
	}
}

@media(max-width:768px) {
	#contentlist .stui-page {
		width: 100%;
		margin: 30px 0 20px;
		padding: 0
	}

	#contentlist li {
		width: 100%
	}

	#contentlist li:nth-child(even) {
		margin-left: 0%
	}

	#contentlist li .ctitle {
		-webkit-line-clamp: 3
	}

	.search {
		margin-top: 2em
	}

	.s-bar {
		width: 90%
	}

	.s-bar2 {
		width: 90%
	}

	#contentlist .b-listtab-main .item {
		width: 44%
	}

	.s-bar2 .logo {
		width: 40%;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 10px;
		float: none
	}

	.search p a {
		margin: 2px 0;
		padding: 3px 6px
	}

	.s-bar input[type=text] {
		width: 67%
	}

	.copyright p {
		font-size: .9em
	}

	.link {
		font-size: .8rem;
		width: 94%;
		margin: 0 auto
	}

	.link a {
		margin: 0 5px
	}
}

@media(max-width:667px) {
}

@media(max-width:640px) {
	.s-bar {
		width: 90%
	}

	.s-bar2 {
		width: 90%
	}
}

@media(max-width:600px) {
}

@media(max-width:568px) {
	.s-bar input[type=text] {
		width: 64%
	}

	.s-bar2 input[type=text] {
		width: 64%
	}
}

@media(max-width:480px) {
	.s-bar input[type=text] {
		width: 68%
	}

	.s-bar input[type=submit] {
		width: 30%
	}

	.s-bar2 input[type=text] {
		width: 55%
	}

	.s-bar2 input[type=submit] {
		width: 30%
	}
}

@media(max-width:414px) {
	#contentlist li .ctitle {
		-webkit-line-clamp: 3
	}
}

@media(max-width:320px) {
	.copyright p {
	}

	.copyright p {
	}

	.search {
		margin: 11.25em 0 0
	}

	.s-bar {
		width: 95%
	}

	.s-bar2 {
		width: 95%
	}

	.search p {
		font-size: .72em
	}

	.s-bar input[type=submit] {
		text-shadow: rgba(80,80,80,.08) 1px 1px,rgba(80,80,80,.07) 2px 2px,rgba(80,80,80,.09) 3px 3px,rgba(80,80,80,.04) 4px 4px,rgba(80,80,80,.06) 5px 5px
	}

	.s-bar2 input[type=submit] {
		text-shadow: rgba(80,80,80,.08) 1px 1px,rgba(80,80,80,.07) 2px 2px,rgba(80,80,80,.09) 3px 3px,rgba(80,80,80,.04) 4px 4px,rgba(80,80,80,.06) 5px 5px
	}
}

.ssbox {
	margin-bottom: 1em;
	border: 1px dashed #9c9c9c
}

.ssbox .title {
	padding: 8px;
	background: #f8f8f8;
	color: #333
}

.ssbox .title h3 {
	margin: 0;
	font-size: 16px
}

.ssbox .title h3 span {
	color: #3d87cf;
	font-size: 14px;
	font-weight: 400
}

.ssbox .title h3 b {
	font-weight: 400;
	color: red
}

.ssbox .title h3 a {
	color: #000
}

.ssbox .title h3 a:hover {
	color: red;
	text-decoration: underline
}

.ssbox .content {
	padding: 8px;
	font-size: 13px;
	font-weight: 400;
	color: #222;
	line-height: 24px
}

.ssbox .content .fh {
	line-height: 30px
}

.ssbox .content .fh a {
	padding: 3px 8px;
	color: #3d87cf
}

.ssbox .content .fh a:hover {
	color: #fff;
	background-color: #00a9f6;
	text-decoration: none;
	border-radius: 5px
}

.ssbox .content img {
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-right: 3px
}

.ssbox .slist {
	padding: 5px
}

.ssbox .slist ul {
	padding: 0;
	margin: 0;
	padding-left: 8px;
	list-style: none
}

.ssbox .slist ul li {
	text-decoration: none;
	line-height: 20px
}

.ssbox .slist ul li img {
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-right: 3px
}

.ssbox .slist,.ssbox .slist p {
	color: #222!important;
	line-height: 1.4!important;
	font-size: 13px;
	word-wrap: break-word
}

.ssbox .slist2 {
	padding: 5px;
	font-weight: 400
}

.ssbox .slist2 ul {
	padding: 0;
	margin: 0;
	padding-left: 8px;
	list-style: none
}

.ssbox .slist2 ul li {
	text-decoration: none;
	line-height: 26px
}

.ssbox .slist2 ul li img {
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-right: 3px
}

.ssbox .slist2 ul li a {
	text-decoration: none;
	line-height: 26px
}

.ssbox .slist2 ul li a:hover {
	color: red
}

.ssbox .slist2,.ssbox .slist2 p {
	color: #222!important;
	line-height: 1.4!important;
	font-size: 13px;
	word-wrap: break-word
}

.ssbox .sbar {
	padding: 8px;
	color: #777;
	font-size: 14px;
	overflow: hidden
}

.ssbox .sbar b {
	color: #00802a;
	font-weight: 400
}

.ssbox .sbar span {
	margin-left: 2px;
	margin-right: 2px
}

div.sbar>span:nth-child(5) {
	float: right
}

.ssbox .sbar span a {
	color: #777
}

.ssbox .sbar img {
	display: inline-block;
	height: 14px;
	width: 14px;
	vertical-align: middle;
	margin-right: 3px
}

.ssbox .like {
	padding: 5px;
	padding-left: 13px;
	color: #3d87cf;
	font-size: 13px;
	line-height: 26px
}

.ssbox .like span {
	margin-right: 15px;
	font-size: 13px
}

.ssbox .like span .like-word {
	font-size: 13px;
	line-height: 18px;
	padding: 2px 7px 4px;
	border-radius: 6px;
	color: #fff;
	background: #aaa;
	margin: 0 12px 2px 0;
	display: inline-block
}

.ssbox .like a:hover {
	background: #00a9f6;
	color: #fff;
	text-decoration: none;
	transition: background-color .1s linear 0s,color .1s linear 0s
}

.ssbox .rms {
	padding: 10px;
	line-height: 26px
}

.ssbox .rms a {
	padding: 2px 8px;
	border-radius: 14px;
	font-size: 14px;
	background: #aaa;
	color: #fff;
	margin: 4px;
	display: inline-block;
	text-decoration: none
}

.ssbox .rms a:hover {
	background: #3d87cf;
	transition: background-color .1s linear 0s,color .1s linear 0s
}

.ssbox .djs a {
	padding: 4px 7px;
	font-size: 14px;
	border-radius: 5px;
	background: #3d87cf;
	color: #fff!important;
	text-decoration: none
}

.appbox {
	background: #efefef73;
	margin-top: 24px;
	padding: 10px 0;
	text-align: center
}

.appbox a {
	padding: 5px;
	border: 1px solid #ddd;
	color: #000;
	font-size: .9rem;
	line-height: 38px;
	white-space: nowrap;
	background: #fff;
	border-radius: 5px
}

.appbox a:hover {
	color: #fff;
	background: #4285f4
}
.hd{
    position: absolute;
    border-radius: 8px;
    left: 80%;
    font-size: 13px;
    background-color: #007ae0;
    top: 22px;
}
.timex{
     position: absolute;
    border-radius: 8px;
    left: 5%;
    font-size: 13px;
    background-color: #007ae0;
    top: 22px;
}
#content {
    width: calc(100% - 5px);
    max-width: 1100px;
    position: relative;
    margin: 0 auto 20px;
}
#content.sdh {
   /* width: calc(100% - 40px); 
    float: left;*/
    padding: 20px 0 0 0;
    background-color: #f3f3f3;
    border-radius: 10px;
    margin: 10px 0;
}