﻿body {
}
.videos-container{
    height:400px;
}
.videos-container>.videotypes{
    width: 20%;
    float: left; 
}
.videos-container>.videos{
    width: 80%;
    float: left; 
}








/*---------- imnews left end ----------*/
/*---------- imnews right start ----------*/
.sckx-home-imnews-right {
  float: right;
  width: 240px;
  height: 390px;
  /*background-color: #F6F1ED;*/
}
.sckx-home-imnews-right .sckx-home-yyxt {
  width: 240px;
  height:38px;
}
.sckx-home-imnews-right .sckx-home-yyxt img {
  display: block;
  border: 0;
  width: 240px;
}
.sckx-home-imnews-right .sckx-home-yyxt-group .yyxt-item {
  position: relative;
}
.sckx-home-imnews-right .sckx-home-yyxt-group .yyxt-item a {
  display: block;
  height: 45px;
  overflow: hidden;
  position: relative;
  /*margin: 4px 0;*/
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  color:#000;
}
.sckx-home-imnews-right .sckx-home-yyxt-group .yyxt-item:first-child{
    border-top:1px solid #ccc;
}

.sckx-home-imnews-right .sckx-home-yyxt-group .yyxt-item a:not(.active):hover{
    color:#2EA8F0 !important;
}
.active{
    background:#2EA8F0;
    color:#fff !important;
}

.sckx-home-imnews-right .sckx-home-yyxt-group .yyxt-item a img {
  border: 0px;
  position: absolute;
  left: 28px;
  height:25px;
  width:25px;
  top:10px;
}
.sckx-home-imnews-right .sckx-home-yyxt-group .yyxt-item a div {
  position: absolute;
  left: 70px;
  line-height: 45px;
  font-size:14px;
}




.mytable-style{
    width:98%;
    margin: 0px auto 13px auto;
    border-collapse: collapse;
    display: table;
    border-spacing: 2px;
    border-color: grey;
}

.mytable-style tr{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.mytable-style tr th{
	text-align:center;
	padding:5px 8px;
	background:#F1F0EE;
    font-size:16px;
}

td, th{
    display: table-cell;
    vertical-align: inherit;
}

.mytable-style tr td,th{
    /*border: 1px solid #CCC;*/
    border-top:1px dashed #CCC;
    border-bottom:1px dashed #CCC;
    padding: 5px;
    -ms-word-break: break-all;
    word-break: break-all;
    text-wrap: none;
    outline: none;
}
.mytable-style tr td a{
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    font: 11px/normal sans-serif;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 0.3em;
    zoom: 1;
}

.mytable-style tr td a:hover{
        border-color: #3072b3;
    border-bottom-color: #2a65a0;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-color: #3c8dde;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
}

