@charset "utf-8";
/* CSS Document */
#content-left{
	border-right: 1px dotted #CCC !important;
}
#videos-categories{
	padding: 0 4%;
}
#videos-categories a{
	text-decoration: none;
	outline: none;
}
#videos-categories .item-lists{
	display: block;
	margin-bottom: 3%;
	padding-bottom: 1%;
	border-bottom: 1px dotted #999;
}
#videos-categories .item-lists>header{
	font-size: 32px;
	font-family: rsu;
	font-weight: 600;
	line-height: 32px;
	color: #666;
	margin-bottom: 1%;
	text-transform: uppercase
}
#videos-categories .items{
	display: table;
	width: 100%;
}
#videos-categories .items-cover{
	display: block;
	height: 120px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
#videos-categories .items>div:nth-child(1){
	float: left;
	display: block;
	width: 30%;
	margin-right: 3%;	
}
#videos-categories .items>div:nth-child(2){
	float: left;
	display: block;
	width: 65%;
}
#videos-categories h1 {
  font-family: 'rsu';
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 1%;
  color: #000;
}
#videos-categories h1>a, #videos-categories p>a{
	color: inherit;
}
#videos-categories p{
	font-size: 20px;
	font-family: rsu;
	line-height: 20px;
	color: #666;
}
#videos-categories .items span{
	color: #666;
	font-size: 12px;
}
#videos-categories .items span:nth-child(1){
	float: left;
	display: table;	
}
#videos-categories .items span:nth-child(2){
	float: right;
	display: table;	
}
#videos-categories .date-view{
	display: table;
	width: 100%;
	margin-top: 2%;
}
#videos-categories .items-cover>a{
	display: block;
	height: 100%;
}
#videos-categories .more-news{
	  float: right;
	  margin: 1% 2% 0 0;
	  display: block;
	  font-size: 24px;
	  font-weight: 600;
}

.page-control{
	display: block;
	margin: 2% 0;
}
.page-control>a{
	  cursor: pointer;
	  display: block;
	  width: 160px;
	  background: #666;
	  color: #FFF;
	  font-size: 20px;
	  line-height: 20px;
	  font-weight: 300;
	  padding: 8px 15px;
	  margin-right: 2%;
	  float: left;
	  text-align: center;
	  font-family: rsu;
	  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.page-control>a:hover{
	background: #000;
}
.pageinfo{
	  margin: 15px 0;
  font-size: 18px;
  color: #000;
  font-family: rsu;
}

.videos-detail>header {
    display: table;
    width: 100%;
    padding-bottom: 2%;
    margin-bottom: 4%;
    border-bottom: 1px dotted #CCC;
}
.videos-detail>header>h1 {
    font-family: 'rsu';
    font-size: 38px !important;
    font-weight: 300 !important;
    line-height: 42px !important;
    margin-bottom: 1% !important;
    color: #000 !important;
}    
.videos-detail>header>div:nth-child(2) {
    float: left;
    width: 50%;
}
.videos-detail>header>div:nth-child(3) {
    float: right;
    font-size: 12px;
}
#videos-categories .items-cover>a:hover{
	opacity:1;
}

.video-container iframe{
	 position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}    
.videos-full-desc {
    margin: 4% 0;
    font-size: 22px;
    line-height: 30px;
    font-family: rsu;
    color: #444;
    font-weight: 100;
}
@media (max-width: 640px){
	#videos-categories {
	  padding: 0;
	}
	#videos-categories .item-lists>header{
		margin-bottom: 5%;
	}
	#videos-categories .items>div:nth-child(1) {
	  float: left;
	  display: block;
	  width: 100%;
	  /*margin-right: 0;*/
	  margin:0 auto;
	}
	#videos-categories .items>div:nth-child(2) {
	  float: left;
	  display: block;
	  width: 100%;
	  margin-top: 3%;
	}
	#content-left {
	  border-right: 0px dotted #CCC !important;
	}
	#videos-categories .item-lists {
	  display: block;
	  margin-bottom: 5%;
	  padding-bottom: 5%;
	  border-bottom: 1px dotted #999;
	}
	.page-control>a {
	  width: 100%;
	  margin-bottom: 5%;
	}
	pageinfo {
	  text-align: center;
	}
	.news-cover>img {
	  max-width: 772px;
	  width: 100%;
	}
	a.more-news2 {
	  display: block;
	  float: right;
	  margin: 4% 0 7% 0;
	  width: 100%;
	  background: #666;
	  padding: 5px 15px;
	  color: #FFF;
	  text-align: center;
	  font-size: 28px;
	  font-family: rsu;
	  line-height: 28px;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	}
	.news-detail>header>div:nth-child(2) {
	  float: left;
	  width: 100%;
	  overflow: hidden;
	   max-width: 300px;
	   margin-top: 4%;
	}
	.news-detail>header>div:nth-child(3) {
	  float: right;
	  font-size: 12px;
	  width: 100%;
	  margin: 3% 0;
	}
	.news-detail>header {
	  display: block;
	  width: 100%;
	  overflow: hidden;
	}
	.more-articles2 ul a {
	  text-decoration: none;
	  color: #000;
	  font-size: 26px;
	  font-family: rsu;
	  line-height: 26px;
	}
	.head-news-cat{
		font-size: 40px;
  line-height: 40px;
  font-family: rsu;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5%;
  margin-top: -4%;
	}
	.articles-comment{
		display: none;
	}
}