body {
	padding:0;
	margin:0;
	font-family:Arial, microsoft jhengHei, Apple LiGothic, PMingLiU, Heiti;
	font-size:18px;
	line-height:1.5;
}

ul.cat_list {
	padding:0;
	list-style:none;
}
ul.cat_list li {
	display:inline-block;
	border:1px solid #ccc;
	padding:10px;
	width:32.33%;
	margin:5px 0.5%;
	box-sizing: border-box;
	vertical-align: top;
}
ul.cat_list li a {
	display:block;
	text-decoration: none;
	color: #279ad6;
}
ul.cat_list li img , ul.cat_list li a img {
	border:none;
	width:100%;
	display:block;
}
ul.cat_list li p {
	display:block;
	padding:0;
	margin:0;
}
ul.cat_list li span {
	display:block;
	padding:5px 0;
	margin:0;
}
ul.cat_list li div {
	cursor:pointer;
	text-decoration: none;
	color: #279ad6;
}

.mobile_main {
	padding:0 10px;
}

.popup_video_bg {
	background:rgba(0,0,0,0.7);
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1000;
}
.video_content_title {
	display:block;
	color:#279ad6;
	font-size:21px;
    line-height: 30px;
	padding:10px 0;
	border-bottom:1px dotted #279ad6;
}
.video_content_title h1 , .video_content_title .h1_title {
	font-size:25px;
	padding:0;
	margin:0;
}
.video_content_title  a {
    float: right;
    display: block;
    padding: 0 20px;
    background: #279ad6;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
	border-radius:10px;
	margin:-5px 0 0 5px;
}
.video_content_title  a:hover {
	background:#43bfff;
}

.page_btn {
	display:block;
	text-align:right;
	padding: 0 0.5%;
}
.page_btn a {
	display:inline-block;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:30px;
	color:#fff;
    background: #279ad6;
    text-decoration: none;
	text-align:center;
}
.last_video {
	display:block;
	padding:10px 0 30px 0;
	margin:10px 0 20px 0;
	border-bottom:1px solid #ccc;
}
.last_video iframe {
	display:block;
	width:48%;
	height:320px;
	float:left;
}
.last_video h1 {
	margin:0 0 0 50%;
	width:50%;
	display:block;
	font-size:18px;
	color:#279ad6;
	padding:5px 0;
	line-height:20px;
}
.last_video>div {
	margin:0 0 0 50%;
	width:50%;
	display:block;
	font-size:13px;
	height:290px;
	overflow:auto;
}


.last_video2 {
	display:block;
	padding:10px 0 30px 0;
	margin:10px 0 20px 0;
	border-bottom:1px solid #ccc;
}
.last_video2 iframe {
	display:block;
	width:48%;
	height:320px;
	float:left;
    position: initial;
}
.last_video2 h1 {
	margin:0 0 0 50% !important;
	width:50%;
	display:block;
	font-size:18px !important;
	color:#279ad6;
	padding:5px 0;
	line-height:20px;
}
.last_video2>div {
	margin:0 0 0 50%;
	width:50%;
	display:block;
	font-size:13px;
	height:290px;
	overflow:auto;
	line-height:1.5;
}
.last_video2>div.fluid-width-video-wrapper {
	margin:auto;
	width:auto  !important;
	display:block;
	height:auto;
    overflow: initial;
	padding:0 !important;
    position: initial;
}

ul.main_list {
	list-style:none;
	padding:0;
	margin:0;
}
ul.main_list li {    
	display: block;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
}
ul.main_list li>div {
	display:block;
	padding:5px 0;    
}
ul.main_list li div:after {
	content:'';
	display:block;
	clear:both;
}
ul.main_list li h2 , ul.main_list li span.h2_title {  
	font-size: 21px;
	padding:0;
	margin:0 0 10px 0;
	font-weight:bold;
}
ul.main_list li div .video_view {
	display:block;
	width:30%;
	float:left;
	cursor: pointer;
}
ul.main_list li div .video_view img {
	width:100%;
	display:block;
}
ul.main_list li div .video_view iframe {
	width:100%;
	height:240px;
	display:block;
}
ul.main_list li div.video_description {
	display:block;
	width:70%;
	float:left;
	padding:0 0 0 15px;	
	box-sizing: border-box;
}
ul.main_list li div.video_description h3 , ul.main_list li div.video_description span.h3_title{
	display: block;
	font-size: 18px !important;
	color: #279ad6;
	padding: 5px 0;
	margin:0;
	line-height: 20px;
	cursor: pointer;
}
ul.main_list li div.video_description p {
	padding: 5px 0;
	margin:0;
	font-size: 13px;
	overflow: auto;
	overflow-x: hidden;
	max-height:150px;
}
ul.main_list li a , .last_video>div a {
    color: #279ad6;
}
.more_link {
	display:block;
	text-align:right;
	padding: 10px 0;
	font-size: 17px;
	color: #279ad6;
}
.more_link a {
	color: #279ad6;
	text-decoration: none;
}

.more_btn {
	display:block;
	text-align:center;
}
.more_btn span {
    display: inline-block;
    background: #279ad6;
    color: #fff;
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 5px;    
}

.subscribe_div {
	display:block;
	width:190px;
	border:1px solid #ccc;    
	float: right;
    margin: -70px 0 0 0;
	height: 50px;
    padding: 5px 0 0 10px;    
	border-radius: 10px;
}
.subscribe_div.app_subscribe {
	float: none;
    margin: 10px 0 0 0;	
}

.mobile_popup {
	display:none;
	height:100vh;
	width:100vw;
	top:0;
	left:0;
	z-index:100;
	background:#000;
	position:fixed;
}
.mobile_popup div {
	display:block;
	height:100vh;
	width:100vw;
}
.mobile_popup div iframe {
	display:block;
	width:100vw;
	height:50vh;
	margin-top:25vh;
}
.mobile_popup p {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
}
.mobile_popup p span {
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    background: #279ad6;
    margin: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 30px;
    cursor: pointer;
}

@media screen and (max-width: 800px){
	
ul.cat_list li {
	width:49%;
	margin:5px 0.5%;
}

}



@media screen and (max-width: 768px){
.last_video iframe , .last_video2 iframe {
	width:100%;
	float:none;
}
.last_video h1 , .last_video2 h1 {
	margin: 0 !important;
	padding:15px 0;
	width:100%;
}
.last_video>div , .last_video2>div{
	margin: 0;
	width:100%;
    height: auto;
}

.subscribe_div { 
	float: none;
    margin: 0 0 10px 0;
}
}

@media screen and (max-width: 640px){
	
ul.cat_list li {
	width:100%;
	margin:5px 0;
}

ul.main_list li div .video_view {
	width:100%;
	float:none;
}
ul.main_list li div.video_description {
	width:100%;
	float:none;
	padding:10px 0;
}
ul.main_list li div.video_description p {
	max-height: none;
}

}


@media screen and (max-width: 480px){
ul.main_list li div.video_description p {
	display: none;
}

.last_video iframe , .last_video2 iframe{
	height:240px;
}
}