﻿@charset "utf-8";
/*内页样式*/
.content {width:1124px; margin:0 auto; }

.content .left {width:240px; height: auto; float:left; }
.content .mid {width:40px; height:400px; float:left;}
.content .right { width:844px; height:auto; float:left;}

.content .left h3,.content .right h3 {font: bold 16px/40px "宋体"; color:#830103;}
.content .right h3 { border-bottom: 1px solid #d4d4d4;}


.left2,.left3,.left4 {
	border: 1px solid #d4d4d4;
	border-radius: 8px;
	-moz-border-radius: 8px;
	width: 238px;
	background: #ffffff;
	height:100%;
    overflow:hidden;
	margin-top:20px;}

.left2 ul { height:73px; width:208px; margin:10px auto;}
.left2 ul li { float:left; width:84px; margin:0 10px;}
.left2 ul li img:hover { filter: Alpha(Opacity=50); -moz-opacity:0.5; opacity: 0.5;}

.left3 ul { width:236px; height:210px; margin:10px auto; background:url(../images/left3bg.jpg) no-repeat;}
.left3 ul li { height:70px; }
.left3 ul li a {font: bold 14px/45px "宋体"; color:#830103; display:block; width:200px; height:70px; margin-left:20px;}
.left3 ul li a:hover { color:#225E22;}

.left4 h4 {font: bold 14px/40px "宋体"; color:#830103; background:#f3f3f3; text-indent:20px;}

/*左侧菜单*/
#leftmenu {
	border: 1px solid #d4d4d4;
	border-radius: 8px;
	-moz-border-radius: 8px;
	width: 238px;
	background: #F8F8F8;
	height:100%;
    overflow:hidden;
}
#leftmenu .autoheight {height:8px;clear: both;overflow:hidden;}
#leftmenu ul { width:240px; margin:0px -1px;}
#leftmenu ul .last {border: 0px none;}
#leftmenu li { float:left; height:40px; line-height:40px; width:240px; border-bottom: 1px dotted #d4d4d4; }
#leftmenu li a { color:#666; display: block; text-decoration: none; font: normal 12px/40px "宋体"; text-indent:40px;}
#leftmenu li a:hover{ text-decoration: none; color: #FFF; background: #225E22; text-align: center; text-indent:0px;}
#leftmenu li .on {color: #FFF; background: #225E22; text-align: center; text-indent:0px;}

/*20151119*/
.zou_search { width:350px; height:30px; margin-top:5px; overflow:hidden; position:absolute; right:0; top:0;}
.zou_search input { width:250px; display:block; float:left; height:28px; padding:0; margin:0; outline: none; line-height:30px; background:#f3f3f3; border:1px solid #ccc;}
.zou_search input[type=submit] { width:90px; font-size:14px; font-weight:bold; margin-left:5px; cursor:pointer; height:30px; background:#830103; color:#FFF; text-align:center;border:1px solid #830103;}
.zou_search input[type=text] { text-indent:5px;}
