

/*banner部分*/
#banner{position:relative;z-index:99;clear:both;width:100%;height:260px;overflow:hidden;}
#banner img{position:absolute;top:0;height:100%;}

/*nav部分*/
#nav{padding: 20px 0;clear:both;width:100%; background: #f2f2f2;}
#nav a{color:#919191;}
#nav i{margin:0 3px;color:#919191;font-style: normal;}
#nav em{color:#333;font-style: normal;font-weight: 700;}

/*content部分*/
#content{clear:both;width:100%;height:auto;}
#content .content_menu{float:left;width:20%;}
#content .content_menu h3{padding:20px 0;width:100%;height:35px;line-height:35px;font-size:24px;color:#777;}
#content .content_menu ul{width:100%;height:auto;}
#content .content_menu ul li{margin-bottom:5px;width:100%;height:40px;line-height:40px;background:#f2f2f2;}
#content .content_menu ul li a{margin-left:30px;height:20px;line-height:20px;color:#919191;font-size: 14px;font-weight: 600;}
#content .content_menu ul li:hover{background:#e7e7e7;}
#content .content_menu ul li:hover a{color:#333;}

#content .content_cont{float:right;width:78%;}
#content .content_cont h3{padding:20px 0;width:100%;height:35px;line-height:35px;text-align:center;font-size:24px;color:#777;}
#content .content_cont ul{width:100%;height:auto;background:#F2F2F2;}
#content .content_cont ul li{overflow:hidden;position:relative;padding:30px;height:auto;border-bottom: 3px solid #e0e0e1;}
#content .content_cont ul li .content_cont_img{float:left;width:180px;height:100%;}
#content .content_cont ul li .content_cont_img img{margin-top:15px;width:180px;height:160px;}
#content .content_cont ul li .content_cont_txt{float:left;margin-left:20px;width:520px;height:100%;}
#content .content_cont ul li .content_cont_txt h4{margin:15px 0 20px 0;width:100%;height:25px;color:#15a1ed; font-size: 18px;}
#content .content_cont ul li .content_cont_txt p{width:100%;line-height:25px;font-size: 14px;color:#666;}
#content .content_cont ul li .content_cont_more{position:absolute;right:20px;bottom:20px;width:100px;height:30px;line-height:30px; text-align: center; color: #fff; background: #15a1ed;}

/*pagination部分*/
#pagination{clear:both;padding:50px 0;width:100%;height:25px;}
#pagination .pagination_box{float:right;width:76%;text-align: center;}
#pagination .pagination_box a{margin:0 5px;color:#333;font-size: 16px;}
#pagination .pagination_box a.active{color:#0000ff; font-weight: bold;}




