@charset "utf-8";

body {
    overflow-x: hidden;
    /* background: url(../images/content_bg.jpg) center 88% no-repeat; */
    /* background-color: #941317; */
    background: url(../images/topbgsicau.jpg) center top no-repeat #fff;}
.xygk {
    /* min-height: 100vh; */}
.wraq_header {
    height: 100% !important;}
.crumbsNav {
    padding: 10px;
    font-size: 14px;}
.crumbsNav div {
    /*width: 90%;*/
    margin: 0 auto;}
.crumbsNav a {
    font-size: 14px;}

/* 中间内容区 */
.content_w {
    display: flex;
    padding-bottom: 10px;}
.content_w .lt {
    width: 30%;}
.content_w .rt {
    width: 100%;}

/* 中间内容区  左边 */
.content_w .lt .sideNav {   
    text-align: center;}
.content_w .lt .sideNav {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 88% 45px;}
.content_w .lt .sideNav li, .sideNav div {
    height: 40px;
    width: 220px;
    line-height: 40px;}
.content_w .lt .sideNav div {
    background-color: #12b906;
    color: #fff;
    font-size: 20px;}
.content_w .lt .sideNav li {
    background:#f7f7f7;
    border: 1px solid rgb(216, 214, 214);
    border-top: 0;
    color: #333333;
    box-sizing: border-box;
    font-size: 16px;}
.content_w .lt .sideNav li {
    cursor: pointer;}

.content_w .lt .sideNav li.li_on {
    background-color: #fef7dd;
    color: #12b906;}

/* 中间内容区  右边 */
.content_w .rt .article {
    border: 1px solid rgb(216, 214, 214);
    padding: 40px;
    width: 90%;}
.content_w .rt .article h1 {
    text-align: center;
    padding: 10px 0px;
    font-size: 20px;
    color: #3b990c;}
.content_w .rt .article hr {
    border: none;
    border-top: 5px double #3b990c;
    height: 5px;
    margin: 15px 0 25px 0;}
.article_w {
    display: none;}
.article_w.on {
    display: block;
    font-weight: 100;
}
.content_w .rt .article .article_w p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;}
.article_w .lead {
    display: flex;}
.article_w .lead:nth-child(2n+0) {
    background: rgb(250, 249, 249);}
.article_w .lead .lead_01 {
    flex: 1;}
.article_w .lead .lead_02 {
    flex: 2;
    line-height: 2;
    text-align: center;}
.article_w .lead .lead_01 img {
    max-width: 100% !important;
    height: 260px;}
.article_w .lead .lead_02 p {
    text-indent: 0 !important;}
.article_w .lead .lead_02 a {
    color: #3b990c;
    font-weight: bold;}
.article_w .lead .lead_02 h3 span, .lead_02 h4 span {
    font-weight: 600;
    font-size: 14px;}
.article_w .lead .lead_02 h1 a {
    font-weight: 600;
    font-size: 20px;
    color: #3b990c;}
.article_w .pages_btn {
    font-size: 12px;
    text-align: right;
    padding-top: 20px;}
.article_w .pages_btn span {
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 12px;
    margin-left: 5px;
    width: 35px;
    text-align: center;
    display: inline-block;}
.article_w h2:nth-child(n+2) {
    margin-top: 10px;}

/* 中间内容区 右边 底部 */
.nextNews {
    padding-top: 50px;
    font-size: 14px;
    line-height: 2;}
.tips {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 14px;
    padding-top: 50px;}

@media screen and (max-width:680px) {
    .content_w {
        flex-wrap: wrap;}
    .content_w .lt {
        width: 100%;}
    .content_w .lt .sideNav li, .sideNav div, .sideNav ul{
        width: 100%;}
    .content_w .rt .article {
        width: auto;}
    .foot {
        display: none;}
    .wrap_footer .foot-min {
        display:block;}
}

table {
	border-top: 5px solid #38b704;
	border-left: #dee0e0 1px solid;
	margin: 0 0 30px 0;}
table td, table th {
	border-right: #dee0e0 1px solid;
	border-bottom: #dee0e0 1px solid;}
table th {
	padding: 12px 10px 12px 10px;
	font-size: 16px;
	font-weight: 700;}
table td {
	padding: 4px 10px 4px 10px;}
table tr:nth-child(2n) {
	background: #f5f5f5;}
table tr:hover {
	background: #f0f0f5;}
