@charset "utf-8";
/* CSS Document */

	.content{
		width:960px;
		padding:20px;
	}
	.content .cont-left{
		float: left;
		width:600px;
	}
	.content .cont-right{
		float: right;
		width:330px;
	}
	.content h2{
		font-size: 28px;
		margin: 0 0 10px 0;
		padding: 0 0 5px 0;
		border-bottom: 1px solid #134682;
		font-weight: normal;
		color: #134682;
	}
	.content .cont-left li{
		padding: 10px 0;
	    border-bottom: 1px dotted #c1c1c1;
	}
	.content .cont-left li a{
		font-size:16px;
		line-height: 27px;
		color:#000;
	}
	.content .cont-right .list-pic li{
		text-align:center;
		overflow:hidden;
		margin-bottom:20px;
	}
	.content .cont-right a,.content .cont-right img{
		display:block;
		font-size: 14px;
		line-height: 24px;
	}
	.content .list-pic img{
		width:325px;
		height:210px;
	}
	
	.content .cont-right .list-video li{
		float: left;
		width: 155px;
    	margin-right: 10px;
	    height: 175px;
	}
	.content .cont-right .list-video img{
		width:155px;
		height:100px;
	}
	/*--------video/pic begin----------*/
	.content .cont-video-box li{
		margin: 0 15px 20px 15px;
		float: left;
		width: 210px;
		height: 170px;
	}
	.content .cont-video-box a,.content .cont-video-box img{
		display:block;
	}
	.content .cont-video-box img{
		width:210px;
		height:135px;
	}
	.content .cont-video-box a:first-child + a{
		font-size:16px;
		line-height: 22px;
	}