﻿@charset "utf-8";
/*全局样式*/
*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
body{
    font-size: 12px;
    font-family: "微软雅黑";
    width: 100%;
    min-width:1200px;
    margin: 0 auto;
	background:#f3f3f3;
}
ul,ol{
    list-style: none;
}
img{
    border: none;
}
a{
    text-decoration: none;
}

.clearfix{
    　　content: "";
    　　display: block;
    height: 0;
    clear: both;
    　　visibility:hidden;
    　　overflow:hidden；
}
/*头部样式*/
#header{
    width: 100%;
    /*background:#f3f3f3;*/
}
#header .header_img{
    width: 1250px;
    margin: 0 auto;

}
#header .header_img2{
    /*width: 949px;*/
    margin: 0 auto;
    position: relative;
}
#header .header_img2 img{
    /*width: 999px;*/
}
#header .position{
    position: absolute;
    left: 20px;
    bottom:15px;
    font-size: 20px;
}
#header .position a{
    color: #2b2b2b;
}
/*导航样式*/
#nav{
    width: 100%;
    height: 75px;
    background:url("img/shufa2_05.jpg");
}
#nav ul{
    width: 1100px;
    margin: 0 auto;
}
#nav li{
    float: left;
    line-height: 75px;
    font-size: 30px;
    width: 265px;
    height: 75px;
    text-align: center;
    font-weight: 700;
    background: url("img/shufa2_07.jpg") no-repeat right;
}
#nav li:first-child+li+li{
    background: none;
}
#nav li a{
    color: #fff;
}
/*a{*/
    /*color: #cc3333;*/
/*}*/
/*.nav_bg{*/
    /*background: #cc3333;*/
/*}*/
/*.nav_color{*/
    /*color: #fff;*/
/*}*/
/*法规考试主体样式*/
#body{
    width: 1250px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}
#body .blank20{
    width: 1250px;
    height: 20px;
    background: #fff;
    margin: 0 auto;
}
#body .bg{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
    /*background: url(../img/study_bg.png) no-repeat left top;*/
}
#body .body_title{
	height:70px;
}
#body .body_title p{
    font-size: 28px;
    color: #cc3333;
    font-weight: 700;
    margin: 10px 0 0 35px;
	display:block;
	float:left;
}
#body .body_title span{
	display:block;
	float:right;
}
#body .body_title span a{
	font-size:20px;
	line-height:50px;
	color:#333;
}
#body .body_content{
    width: 1098px;
    height: 250px;
    background: #ccc;
    border-radius: 5px;
    margin: 45px 0 0 0;
}
#body .body_content ul{
    margin: 0 0 0 165px;
}
#body .body_content li{
    float: left;
    margin: 80px 0 0 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
}
#body .body_content li>p{
    text-align: center;
    color: #333333;
}
#body .body_content li:nth-of-type(2){
    margin: 88px 0 0 0
}
#body .body_content li:first-child+li{
    margin: 88px 0 0 0\0;
}
#body .body_content li:last-of-type {
    margin: 95px 0 0 170px;
}
#body .body_content li:first-child+li+li{
    margin: 95px 0 0 170px\0;
}
#body .body_content li button{
    width: 180px;
    height: 60px;
    border: none;
    font-weight: 700;
    font-size: 20px;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #999;
    border-radius: 5px;
}
#body .body_content li button:hover{
    background: #cc3333;
}
#body .body_content li img{
    width: 140px;
    margin: 0 30px 0 0;

}
#body .body_title2 p{
    font-size: 28px;
    color: #cc3333;
    font-weight: 700;
    margin: 60px 0 0 35px;
}
#body .body_content2{
    margin: 60px 0 0 130px;
}
#body .body_content2 div{
    float: left;
    width: 270px;
    height: 85px;
    border: 2px solid #999;
    border-radius: 5px;
    background: #fff;
}
#body .body_content2 img{
    float: left;
    margin: 25px 0 0 36px;
}
#body .body_content2 p{
    float: left;
    font-size: 24px;
    font-weight: 700;
    color: #666;
    margin: 25px 0 0 35px;
}
#body .body_content2 div:first-child{
    margin: 0 30px 0 0;
}
#body .body_content2 div:first-child+div{
    margin: 0 30px 0 0\0;
}

/*在线学习-公告公报*/
.zxxx_gggb {
    width: 1135px;
    margin: auto;
    overflow: hidden;
    background: #fff;
}
.zxxx_gggb>div{
    width: 1000px;
    margin: auto;
}
.zxxx_gggb_title{
    border-bottom: 6px solid #cb1c1d;
    height: 40px;
}
.zxxx_gggb_title p{
    font-size: 24px;
    color: #cb1c1d;
    line-height: 24px;
    font-weight: 700;
    text-indent: 5px;
    position: relative;
}
.zxxx_gggb_title p span{
    font-size: 18px;
    position: absolute;
    right: 10px;
    bottom: 0;
}
.zxxx_gggb ul li{
    border-bottom: 1px dashed #aaaaaa;
    height: 132px;
}
.zxxx_gggb_list_title{
    font-size: 20px;
    font-weight: 700;
    padding-top: 30px;
}
.zxxx_gggb_list_title a{
    color: #333;
}
.zxxx_gggb_list_title a:hover{
    color: #cc3333;
}
.zxxx_gggb_list_content{
    font-size: 15px;
    color: #737373;
    position:relative;
    padding-top: 10px;
}
.zxxx_gggb_list_content span{
    font-size: 14px;
    color: #000000;
    position:absolute;
    right: 15px;
    bottom: 0;
}
.zxxx_gggb_more{
    width: 165px;
    height: 55px;
    margin: auto;
    background: #f2f2f2;
    font-size: 21px;
    color: #b7b7b7;
    text-align: center;
    line-height: 55px;
}

/*在线学习-教育资料*/
.zxxx_jyzl{
    width: 1135px;
    margin: auto;
    overflow: hidden;
    background: #fff;
}
.zxxx_jyzl>div{
    width: 1000px;
    margin: auto;
}
.zxxx_jyzl_title{
    border-bottom: 6px solid #cb1c1d;
    height: 40px;
    margin: 35px 0 0 0;
}
.zxxx_jyzl_title p{
    font-size: 24px;
    color: #cb1c1d;
    line-height: 15px;
    font-weight: 700;
}
.zxxx_jyzl ul li{
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    line-height: 40px;
    position: relative;
}
.zxxx_jyzl ul li a{
    color: #333;
}
.zxxx_jyzl ul li a:hover{
    color: #cc3333;
}
.zxxx_jyzl ul li:first-child{
    margin: 35px 0 0 0;
}
.zxxx_jyzl span{
    color: #727272;
    font-size: 16px;
    position: absolute;
    right: 20px;
    bottom: 0;
}
/*查看更多*/
.more{
    width: 165px;
    height: 55px;
    line-height: 55px;
    background: #f3f3f3;
    text-align: center;
    font-size: 22px;
    margin: 20px auto 20px;
}
.more p{
    color: #cccccc;
}
.more :hover{
    background: #cc3333;
}
.more :hover p{
    color: #fff;
}
/*在线学习内容页*/
.study_info{
    width: 1100px;
    margin: 0 auto;
}
.article_outer {
    width: 1135px;
    background-color: #fff;
    margin: 0 auto;
    padding: 60px 100px 20px 100px;
    overflow: hidden;
}
*+html .article_outer{
    width: 935px;
    margin-top: 60px;
}
.article_title {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 58px;
}
.article_date {
    font-size: 14px;
    color: #7f7f7f;
    float: left;
}
.article_print {
    float: right;
    font-size: 14px;
    line-height: 14px;
}
.article_print a {
    color:#7f7f7f ;
}
.article_line {
    clear: both;
    padding-top: 10px;
    border-bottom: solid 1px #a2a2a2;
    margin-bottom: 30px;
}
.article_main {
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 65px;
}
/*脚部样式*/
#footer{
    clear: both;
    width: 100%;
    /*background: #f3f3f3;*/
}
#footer .footer_content{
    width: 1135px;
    overflow: auto;
    margin: 0 auto;
    padding: 20px 0 0 0;
    background:#fff;
}
/*脚部上层样式*/
#footer .footer_top{
    width: 1100px;
    height: 50px;
    margin: 0 0 0 18px;
    background: #f3f3f3;
}
#footer .footer_color{
    width: 1100px;
    height: 10px;
    background: #cc3333;
}
#footer .footer_title li{
    float: left;
    width: 550px;
    height: 40px;
    line-height:40px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: url(img/footer_line.png) no-repeat right center;
    cursor:pointer;
}

#footer .footer_title li:first-child{
    color: #cc3333;
}
/*ie兼容*/ #footer .footer_title li:first-child+li+li+li{
             background: none\0;
         }
#footer .footer_title li:last-child{
    background: none;
}
/*脚部中间样式*/
#footer .footer_middle{
    width: 1100px;
    margin: 0 0 0 18px;
    padding: 22px 0 30px 0;
    border-bottom:1px solid #ececec;

}
#footer .footer_middle ul{
    overflow: hidden;
    /*margin: 13px 0 0 0;*/
    /*height: 15px;*/
    /*line-height: 15px;*/
}
#footer #tab3 ul{
    margin: 13px 0 0 0;
    height: 15px;
    line-height: 15px;
}
#footer #tab4 ul{
    margin: 13px 0 0 0;
    line-height: 15px;
}
#footer .footer_middle ul:first-child{
    margin: 0;
}
#footer .footer_middle li{
    height: 15px;
    float: left;
    width: 105px;
    margin: 13px 0 0 17px;
    text-align: center;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
}
#footer #tab3 li{
    float: left;
    width: 100px;
    margin: 0 0 0 -22px;
    text-align: center;
    font-size: 14px;
}
#footer #tab3 li:first-child{
    font-weight: 700;
}
#footer #tab4 li{
    height: 28px;
    line-height: 28px;
    float: left;
    width: 120px;
    margin: 0 0 0 17px;
    text-align: center;
    font-size: 14px;
}
#footer .footer_middle li>a{
    color: #2b2b2b;
}
#footer .footer_middle li>a:hover{
    color: #cc3333;
}
/*脚部底部样式*/
#footer .footer_bottom{
	/*width: 635px;*/
	height: 100px;
	margin: 0 auto;
	position: relative;
	/*background:url(../img/logo.png) no-repeat left 50px;*/
}
#footer .footer_bottom p:first-child{
	/*padding: 45px 0 0 65px;*/
}
#footer .footer_bottom p{
	/*width:345px;
	line-height: 22px;
	margin: 0 auto;
	padding: 0 0 0 65px;*/
        text-align: center;
        line-height: 97px;
}
#footer .footer_bottom img{
	position: absolute;
	left: 190px;
	top: 20px;
}
/*脚部导航切换*/
#footer #tab2{
    display: none;
}
#footer #tab3{
    display: none;
}
#footer #tab4{
    display: none;
}
.bg>ul{
    width: 1100px;
    overflow: hidden;
    margin: auto;
}
.bg ul li{
    width: 20%;
    height:244px;
    float: left;
    text-align: center;
    margin: 20px auto;
}
.bg ul li img{
    width: 150px;
    height: 220px;
    border: 1px solid #ececec;
}
.bg ul li p{
    font-size: 14px;
    width: 80%;
    margin: auto;
}
/*列表页分页*/
.page {
    height: 70px;
    line-height: 30px;
    padding: 50px 0 50px 0;
    font-size: 12px
}

.page a {
    display: inline-block;
    padding: 0 12px;
    vertical-align: top;
    letter-spacing: normal;
    color: #fff;
    background: #bbb;
    margin: 0 2px
}

.page i {
    margin: 0 2px
}

.page a:hover {
    background: #666
}

.page .now {
    cursor: default;
    background: #666
}

.page .disable {
    cursor: default
}

.page .disable:hover {
    background: #bbb
}

.bg_left{
    float: left;
    width: 280px;
    margin: 20px 25px 20px 25px;
}
.writer_img{
    display: block;
    width: 266px;
    margin: 20px auto;
}
.bg_left>p{
    margin:10px auto;
    width: 266px;
    font-size: 15px;
    color: #333333;
    line-height: 30px;
}
.bg_right{
    float: left;
    width: 750px;
    height: 1205px;
    background: url("img/1秦风二级页面书法2_10.jpg");
}
.content{
    width: 585px;
    height: 1015px;
    background-color: #fff;
    margin: 100px 80px 100px 80px;
    overflow-y:scroll;
}
.banquan{width:100%; height:150px; overflow:hidden; background-color:#b60000; min-width:1300px; /*margin-top:50px;*/}
.banquan .zj{width:1000px; margin:0 auto; height:120px; padding:40px 0 0 0;}
.banquan .zj p{color:#FFFFFF; font-size:18px; line-height:30px; font-family:"Microsoft Yahei"; float:right; width:680px;}
.banquan .zj img{width:226px; height:68px; float:left;}