body{font-family: "微软雅黑", "Microsoft Yahei";}
img{border:0px}
.top .banner{
    height: 254px;
    background: url("banner_bg.jpg") top center no-repeat;
    background-size: cover;
}
.nav{
    border-top: 1px solid #e7c7ca;
    border-bottom: 1px solid #c35c5c;
    background-color: #ac0000;
    font-size: 24px;
    color: #fff;
    box-shadow: 0 6px 6px 0px #bdbdbd;
    z-index: 1;
    position: relative;
}
.nav>ul{
    width: 1238px;
    margin: 0 auto;
}
.nav>ul>li{
    float: left;
    line-height: 60px;
    padding: 0 9px;
    text-align: center;
}
.nav>ul>li.on{
    border-left: 1px solid #e7c7ca;
    border-right: 1px solid #e7c7ca;
    background-color: #FFffff;
    box-shadow: inset 0 0 8px 0 #777;
    color: #ac0000;
}
.nav_item{
    position: relative;
}
.nav_item .nav_drop{
    position: absolute;
    width: 100%;
    max-height: 0;
    left: 0;
    top: 60px;
	color: #fff;
    background: #ac0000;
    z-index: 1;
    transition: all 0.5s;
    overflow: hidden;
}
.nav_item:hover .nav_drop{
    max-height: 250px;
}
.nav_item .nav_drop li+li{
    border-top: 1px solid white;
}
.content{
    width: 1238px;
    margin: 0 auto;
}
.search{
    margin: 10px auto;
    width: 1238px;
    padding: 8px;
    box-shadow: 0 0 8px 0 #ccc;
    box-sizing: border-box;
}
.search .date{
    display: inline-block;
    line-height: 40px;
}
.input{
    height: 40px;
    border: 2px solid #ac0000;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.btn{
    display: inline-block;
    width: 100px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #FFffff;
    background-color: #ac0000;
}
.item{
    margin-top: 10px;
    width: 595px;
    float: left;
}

.xxyd h3{
    height: 48px;
    background: url("1_5.png") no-repeat center;
}
.djdt h3{
    height: 48px;
    background: url("1_2.png") no-repeat center;
}
.djyw h3{
    height: 48px;
    background: url("1_3.png") no-repeat center;
}
.tzgg h3{
    width: 605px;
    height: 48px;
    background: url("1_4.png") no-repeat center;
}
/*.item h3::after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 16px solid #ac0000;
    border-left: 16px solid transparent;
}*/
.item h3 span{
    margin-right: 20px;
    color: #575757;
    font-size: 12px;
    line-height: 58px;
}
.item h4{
    color: #ac0000;
    font-size: 20px;
    font-weight: normal;
    line-height: 45px;
}
.djdt h4{

}
.content{
    position: relative;
}
.content > .item-title{
    width: 290px;
    height: 100%;
    padding: 0 8px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f5f4f4;
}
.content .item-title h3, .content h3.item-title {
    line-height: 35px;
    margin: 25px 5px 15px 5px;
    font-size: 26px;
    #font-family: SimSun, "宋体";
	font-family: "微软雅黑", "Microsoft Yahei";
    border-bottom: 1px solid #ac0000;
    position: relative;
	font-weight:normal;
}
.content h3.item-title{
    margin-top: 10px;
}
.content h3.item-title span{
    color: #ac0000;
    line-height: inherit;
    background-color: #d8d8d8;
    display: inline-block;
    padding: 0 10px;
	font-weight:normal;
}
.content .item-title h3::after, .content h3.item-title::after{
    content: "";
    position: absolute;
    bottom: -1px;
    right: -5px;
    width: 0;
    height: 0;
    border-bottom: 15px solid #ac0000;
    border-left: 15px solid transparent;
}
.item-title-list{
    color: #fff;
    background-color: #ac0000;

}
.item-title-list h4{
    padding-left: 65px;
    line-height: 62px;
    font-size: 26px;
    border-top: 1px solid #f4dddd;
    border-bottom: 1px solid #f4dddd;
    position: relative;
	font-weight:normal;
}
.item-title-list h4::before{
    content: '';
    position: absolute;
    left: 42px;
    top: 24px;
    width: 0px;
    height: 0px;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
}
.item-title-list li{
    margin: 0 15px;
    padding-left: 50px;
    line-height: 42px;
    font-size: 22px;
    position: relative;
}
.item-title-list li::before{
    content: '';
    position: absolute;
    left: 35px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.item-title-list li + li{
    border-top: 1px dashed #f4dddd;
}
.content .item-list-main{
    width: 920px;
    margin-left: 320px;
}
.item-main .item-nav{
    display: block;
    padding-left: 30px;
    font-size: 18px;
    height: 60px;
    line-height: 80px;
    background-image: url("home.png");
    background-position: 0 28px;
    background-repeat: no-repeat;
    background-origin: padding-box;
}
.content .item-main ul{
    border-bottom: 1px dashed black;
    padding-bottom: 5px;
}
.content .item-main li{
    position: relative;
    padding-left: 25px;
    line-height: 45px;
    font-size: 16px;
}
.content .item-main li::before{
    position: absolute;
    left: 8px;
    top: 18px;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ac0000;
}
.item.banner{
    width: 1238px;
}

.xxyd{
    width: 924px;
}
.item-link{
    width: 280px;
    padding-top: 25px;
    display: inline-table;
    background-color: #f3efef;
    vertical-align: middle;
}
.item-link-list{
    display: table-row;
    height: 110px;
    text-align: center;

}
/**.paging{
    margin: 25px 0 50px 700px;
    
}
*/
.paging{
width: 1238px;
margin: 0 auto;

}
.paging .page{
width: 940px;
margin-left: 320px;
}
.paging .page .paging {
display:block;
width:330px;
margin: 0 auto;
padding-top: 25px;
padding-bottom: 30px;
}
.link{
    width: 1238px;
    margin: 0 auto;
    border-bottom: 1px solid #ac0000;
}
.link h3{
    height: 48px;
    background: url("1_1.png") top left no-repeat;
}
.footer{
    width: 1238px;
    margin: 0 auto;
    height: 225px;
}
.footer .foot{
    width: 325px;
    margin: 0 auto;
    padding-left: 20px;
    font-size: 14px;
    position: relative;
}
.footer .foot::before{
    content: "";
    position: absolute;
    left: -30px;
    bottom: 0;
    width: 40px;
    height: 49px;
    background-image: url("logo.png");
}
.article{
    margin-left: 5px;
    padding: 0 50px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    box-shadow: 0 0 6px 0 #dbdbdb;
}
.article .desc{
    line-height: 38px;
    border-bottom: 1px solid #888;
    position: relative;
}
.article .article-content{
	margin-top: 15px;
    line-height: 35px;
}
.article .article-title{
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 68px;
}


.top .banner {    
    background: url(../images/bgjgdj.jpg) top center no-repeat;
	height:180px;    
}