﻿/* 右边 */
.right_frame{
	width: 300px;
	background: #fff;
	padding:0px 50px;
	float: right;
	
}
/*right*/
.right_frame{width:300px;min-height: 500px;}
.right_frame .zk_title {border:0px;font-size: 18px;font-weight: bold;}
.right_frame .zk_title img{position: relative;}
.right_frame .zk_title .more { font-size:14px;color:#0a4aad;float: right;/* margin: 2px 0px; */}
/*find*/
.find{height:30px;border:0px;margin-bottom: 30px;margin-top:20px;}
.find .inputText{border:0px;width:260px;height:30px;border:0px;text-align: center;font-size: 14px;color: #aeadad;float: left;background: #fff}
.find .btn{float: right;width:70px;height:30px;text-align: center;line-height: 30px;color: #fff;font-size: 12px;padding-left: 20px;background: url(find.png) 15px center no-repeat;background-color: #0a4aad;}
/*最新资讯*/    
.zxzx{
    margin-top: 20px;
}
.zxzx ul li{position: relative;margin-top:10px;padding-left: 13px;font-size: 15px;width: 290px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.zxzx ul li:before{content: "";position: absolute;left:0px;top:12px;height:4px;width:4px;background: #aeadad;border-radius: 50%;}
.zxzx ul li a{color: #3f3c3c}
/*视频推荐*/
.video{margin-top:20px;}
.video ul{margin-top:10px;overflow: hidden;}
.video ul li{position: relative;height: 200px;margin-bottom: 15px;overflow: hidden;}
.video ul li img{width: 100%;height: auto;}
.video ul li img.video_img{width: 30px;height: 30px;position: absolute;left: 45%;top: 40%;}
.video ul li a.text{position: absolute;bottom: 0px;background: rgba(0,0,0,0.5);width:100%;height:30px;color: #fff;text-align: center;line-height: 30px;left: 0px;}
/*图片新闻*/

.pic_list{margin-top:20px;}
.pic_list ul{margin-top:10px;}
.pic_list ul li{position: relative;height:170px;}
.pic_list ul li img{width: 100%;height: 170px;}
.pic_list ul li a{position: absolute;bottom:0px;background: rgba(0,0,0,0.5);width:100%;height:30px;color: #fff;text-align: center;line-height: 30px;}
/*热门专题*/
.hot{margin-top:20px;}
.hot ul{margin-top:10px;}
.hot ul li{position: relative;height:100px;margin-top:20px;}
.hot ul li img{width: 100%;height: 100px;}