			/* 通用样式 */
			*{
				 margin: 0 auto;
				 padding: 0;
			}
			body{
				background-color: #EFF2F4;
				font-family: "微软雅黑" !important;
			}
			#jw-web{
				 max-width: 1200px;
				 height: 1080px;
				 background: #FFFFFF;
			}
			/* 头部 */
			#jw-web-head{
				height: 110px;
				background: white;
			}
			.head-img {
				float: left;
				margin-top: 5px;
				margin-left: 10px;
				margin-right: 20px;
			}
			.head-img img{
				filter: contrast(150%);
				
			}
			.head-search{
				width: 250px;
				height: 80px;
				/* background-color: #9A0000; */
				margin-right: 2px;
				
			}
			.head-title{
				margin-top: 10px;
				float: left;
				color: #7e2921;
				/* font-family: "楷体"; */
				line-height: 40px;
				font-weight: 600; 
				font-size: 32px;
				letter-spacing: 2px;
				/* text-shadow: 1px 0 #888888; */
			}
                        #jw-font-title{
				letter-spacing: 19px;
				
			}
			#jw-font-title1{
				letter-spacing: 2px;
				
			}
			/* nav */
			#jw-web-nav {
			  height: 44px;
			  line-height: 44px;
			  background-color: #015293;
			  position: relative;
			}
			#jw-web-nav > ul{
				list-style-type: none;
			}
			#jw-web-nav > ul > li {
			  width: 150px;
			  float: left;
			  position: relative;
			}
			#jw-web-nav > ul > li > a {
			  display: block;
			  color: #fff;
			  text-align: center;
			  font-size: 16px;
			  font-weight: bold;
			  text-decoration: none;
			}
			#jw-web-nav > ul > li > a:hover{
				background-color: #01447a;
			}
			/* 底部 */
			.foot {
				width: 100%;
				height: 100px;
				background-color: #336699;
				text-align: center;
				color: white;
				font-size: 13px;
			}
			
			
			/* 栏目页面 */
			#jw-web-lm {
				max-width: 1200px;
				
				background: #FFFFFF;
			}
			
			#lm1 {
				float: left;
				margin-right: 25px;
			}
			
			.lmlist {
				margin-top: 70px;
			}
			
			#lm_left_top {
				height: 80px;
				width: 260px;
				color: #FFF;
				margin-left: 10px;
				background-color: #7E2921;
				margin-top: -83px;
				font-size: 24px;
				font-weight: bold;
				text-align: center;
				line-height: 80px;
				margin-bottom: 3px;
				position: relative;
				z-index: 1;
				opacity: 0.5;
				filter: alpha(opacity=50);
			}
			
			#lm_left_bottom {
				margin-left: 10px;
				overflow: hidden;
				display: block;
				width: 100%;
				background-color: #F8F8F8;
				width: 260px;
				height: 280px;
			}
			
			#lm2 {
				height: 280px;
				width: 860px;
				float: left;
				margin-right: 10px;
			}
			
			.list01 {
				width: 100%;
				overflow: hidden;
			}
			
			.list01 li {
				letter-spacing: 1px;
				background: #f5f5f5;
				border: #f5f5f5 1px solid;
				padding: 12px 17px;
				margin-bottom: 10px;
				overflow: hidden;
			}
			
			.list01 li:hover {
				background: none;
				border: #9a0000 1px solid;
			}
			
			.list01 li a {
				text-decoration: none;
				display: block;
				width: 83%;
				line-height: 20px;
				color: #282828;
				float: left;
				font-size: 16px;
			}
			
			.list01 li a:hover {
				color: #7E2921;
			}
			
			.list01 li .rightDate {
				float: right;
				font-size: 16px;
				height: 20px;
				line-height: 20px;
				color: #a7a7a7;
			}
			
			.nytit1 {
				height: 50px;
				line-height: 50px;
				float: left;
				overflow: hidden;
				border-bottom: 3px solid #7E2921;
				color: #336699;
				font-size: 24px;
				font-weight: bold;
				padding: 0 10px;
			}