﻿/*顶部区域开始*/
.header{
    height: 170px;
    width: 100%;
    background-color: #C9CACB;
}
.header_top{
    height: 35px;
    width: 100%;
    border-bottom: 2px solid #EBEBEB;
}
.header_top_content{
    height: 35px;
    width: 1200px;
    margin: 0 auto;
}
.index{
    float: left;
    height: 35px;
    width: 50px;
    line-height: 35px;
    font-size: 13px;
}
.index>img{
    height: 10px;
    position: relative;
    top: 13px;
    float: left;
}
.index>a{
    float: left;
    position: relative;
    left: 5px;
}
.header_guide{
    float: right;
    height: 35px;
    width:auto;
    line-height: 35px;
    font-size: 13px;
}
.header_guide>a{
    color: black;
}
.header_guide>a:hover{
    color: #9E3533;
}
.header_main{
    height: 74px;
    width: 100%;
}
.header_main_content{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}
.logo{
    width: 570px;
    float: left;
    height: 100px;
}
.logo img{
    float: left;
    position: relative;
    height: 100%;
	width:570px;
}
.logo a{
    float: left;
    font-size: 18px;
    color: #9E3533;
    font-weight: 600;
}
.honor {
    font-family: "宋体";
    font-size: 15px;
    margin-left: 205px;
    line-height: 30px;
    letter-spacing: 1px;
}
.search{
    float: right;
    width: 330px;
    height: 100%;
}
.search_btn{
    float: right;
    width: 30px;
    height: 34px;
	border-radius: 2px;
    background-color: #A50202;
}
.search_put{
    float: right;
    margin-top: 30px;
}
.search_put>input:first-child{
    height: 30px;
    width: 250px;
}
/*顶部区域结束*/
/*导航栏开始*/
.menu{
    height: 50px;
    width: 100%;
    background-color: #A50202;
    background-size:cover;
}
.menu_content{
    width: 1226px;
    height: 50px;
    margin: 0 auto;
}
.menu_content>ul>li{
    float: left;
    width: 132px;
    height: 50px;
    text-align: center;
}

.menu_content>ul>li:first-child{
    /* width:144px; */
    width: 170px;
}
.menu_content>ul>li:first-child>a{
    border-left: none;
}
.menu_content>ul>li:hover{
    transition:background-color 0.3s linear;
}
.menu_content>ul>li>a{
    display: block;
    color: white;
    font-size: 19px;
    width: 132px;
    height: 30px;
    border-left: 2px solid white;
    margin-top: 10px;
}
.menu_content>ul>li>a:hover{
}
.menu_hidden{
    position: relative;
    margin-top: 10px;
    z-index: 99999; /*置顶显示*/
    display: none;
}
.menu_content>ul>li:hover>.menu_hidden{
    display: block;
}
.menu_hidden>dt{
    float: left;
    width: 171px;
    height: 55px;
    background-color: #9E3533;
    line-height: 55px;
}
.menu_hidden>dt:hover{
    background-color: #C9CACB;
}
.menu_hidden>dt>a{
    color: white;
    display: block;
    width: 171px;
    height: 55px;
}
.menu_hidden>dt:hover>a{
    color: #9E3533;
}
/*导航栏结束*/
/*内容区域开始*/
.content{
    min-height: 920px;
    width: 100%;
	display:inline-block;
	text-align:center;
}
.content_middle{
	min-height:920px;
    width: 1200px;
    margin: 3px auto;
    background-color: white;
	display:inline-block;
}
.content_position{
    width: 1195px;
    height: 40px;
    margin: 20px auto;
    border: 2px solid #B37373;
}
.content_position>h1{
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 15px;
}
.content_position>a{
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 15px;
	color:black;
}
.sidebar{
    float: left;
    height: 800px;
    width: 300px;
    margin-top: 10px;
    margin-left: 2px;
    border: 1px solid black;
    box-shadow: #A60200 -10px 10px 0px 0px;
    background-color: #EBF0F4;
}
.sidebar_title{
    width: 200px;
    margin: 9px auto;
    border-bottom:60px solid #A60200;
    border-right:100px solid transparent;
}
.sidebar_title>a{
    float: left;
    margin-top: 10px;
    margin-left: 30px;
    font-size: 30px;
    color: white;
}
.sidebar_content{
    width: 300px;
    height: 680px;
    margin-top: 60px;
    background: url("content_res/背景.jpg") no-repeat;
    background-position: 0 438px;
}
.sidebar_content>ul>li{
    width: 290px;
    height: 60px;
    margin-left: 40px;
}
.sidebar_content>ul>li>a:hover{
    color: #A50100;
}
.sidebar_content>ul>li>a{
	float:left;
    color:black;
    font-size: 20px;
}
.content_main{
    float: right;
    min-height: 800px;
    width: 800px;
    margin-top: 10px;
    margin-right: 2px;
    border: 1px solid black;
    box-shadow: #A60200 10px 10px 0px 0px;
    background-color: #ECF1F4;
}
.content_main_title{
    height: 60px;
    width: 795px;
    margin: 0 auto;
    border-bottom: 2px solid #9E0200;
}
.content_main_title>a{
    float: left;
    margin-top: 10px;
    margin-left: 30px;
    font-size: 25px;
}
.content_main_content{
	min-height:700px;
    width: 780px;
    margin-top: 40px;
    padding: 0 10px 0 10px;
}
.content_main_content>p{
    font-size: 18px;
	text-align:left;
	font-family:"宋体";
	line-height:30px;
}
.content_main_content>h1{
    font-size: 30px;
    text-align: center;
}
.date{
	width:100%;
	height:20px;
	margin-top:20px;
}
/*内容区域结束*/
/*底部区域开始*/
.footer{
    height: 100px;
    width: 100%;
	margin-top:50px;
}
.footer_guide{
    height: 33px;
    width: 522px;
    //margin: 0 auto;
    line-height: 33px;
    //text-align: center;
    color: black;
    font-weight: 300;
    margin-left: 200px;
    margin-top: 22px;
}
.footer_guide>a{
    padding-left: 47px;
    //padding-right: 35px;
    font-size: 15px;
    color: black;
    font-weight: 400;
}
.copyright{
    height: 39px;
    font-size: 15px;
    text-align: center;
    line-height: 44px;
    color: black;
    font-weight: 900;
    margin-top: 85px;
}
.record{
    height: 28px;
    font-size: 10px;
    text-align: center;
    line-height: 25px;
    color: black;
    font-weight: 300;
}
.record>img{
    height: 17px;
    position: relative;
    top: 3px;
}
/*底部区域结束*/
.possplit {
background:none;
text-indent: 10px;
    line-height: 37px;
float: left;
width: 25px;
}
.content_position a {
    float: left;
}
input#keyword {
    height: 30px;
    width: 250px !important;
    line-height: 30px;
}
.wp_search {
    margin-top: 50px;
}
.wp_search .search {
width: 30px;
    height: 34px;
	border-radius: 2px;
    background:  url( seach.jpg) no-repeat center;
}
.date0 {
    width: 145px;
    overflow: hidden;
    display: block;
    height: 30px;
}
.wp_article_list .list_item{
    width: 100%;
    height: 150px;
    line-height: 20px;
    border-bottom: 1px dashed #ccc;
    vertical-align: top;
}
.CoverQRcode>div{
   /*position:absolute;
   right:40px;*/
   float:right;
   margin-right:221px;
   margin-top:-163px;
}/* 新增 样式*/
.CoverQRcode>div>img{
   height:125px;
   padding-left:40px;
}/* 新增 样式*/