﻿/***************用于分栏目的部分******************/
.VideoList a
{
    font-family:宋体;
    font-size:13px;
    color:Black;
    text-decoration:none;}

.VideoList a:hover
{
    color:Red;}
    
.VideoTitle
{
    width:1000px;
    font-family: 宋体;
    font-size: 20px;
    color: Black;
    font-weight: bold;
    padding-left:5px;
    float:left;
    line-height:35px;
    padding-top:10px;}
/***************用于视频播放时右边的部分******************/
.repNewVideo
{
    border:1px solid Silver;}
   
.repNewVideo a
{
    font-family:宋体;
    font-size:13px;
    color:Black;   
    text-decoration:none;}
    
.repNewVideo a:hover
{
    color:Red;}
    
.time
{
    font-family:宋体;
    font-size:13px;
    color:#2f3734;}
    
.title
{
    font-family: 宋体;
    font-size: 16px;
    color: #13683D;
    font-weight: bold;
    line-height:25px;
    border-bottom:1px solid Silver;}
    
 /***************用于主持人介绍的部分******************/
.list
{
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #C0C0C0;
    line-height: 8px;}

.listTime
{
    font-family: 宋体;
    font-size: 13px;
    color: #2F3734;}

.list a
{
    font-family: 宋体;
    font-size: 13px;
    color: Black;
    text-decoration: none;}

.list a:hover
{
    color: Red;
    text-decoration: none;}

/***********面包屑导航*****************/
.lead
{
    font-size:13px; 
    font-family:宋体;
    float:left;
    width:660px;
    padding-left:20px;
    padding-top:5px;
    line-height:18px;}
    
.lead a
{ 
    text-decoration:none; 
   
    color:Black;}
    
.lead a:hover
{
     color:Red;}
