
    body {
            background: #e0e6f4;
    }
    body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, li, ul, fieldset, form, label, table, tbody, tr, th, td { color:#333;  font-size: 14px;  font-family: 雅黑, 宋体;}
    .k-zt-fr span,.k-zt-fr a,.top-one-tab-fr a{color:#333;}
    *{ margin: 0; padding: 0;font-family: 雅黑, 宋体;}
    *{   font-family: "Microsoft YaHei" ! important;
    }
    h2, h3 ,h4{ font-size: 100%; font-weight: normal;}
    img{display: inline-block; outline: 0; border: 0;}
    ul li{list-style: none;}
    a{ text-decoration: none; outline: 0;}
    .fl{float: left;}
    .fr{float: right;}
    .bx {
        width: 1200px;
        margin:0 auto;
    }

    .xiaobx {
        width: 1150px;
        margin:0 auto;
    }

    .clearfix::after{
        content: "";
        display: block;
        clear:both;
        visibility: hidden;
    }

    .clearfix {
        *zoom: 1;
    }

    .area {
        margin-top:30px;

    }

    .area a:hover {
        text-decoration: underline;
    }

    .listtitle {
        font-weight: bold;
        font-size: 30px;
        color:#183a83;
        margin-top: 20px;
    }

    .listtitle b{
        height: 22px;
        width: 4px;
        background-color: #fed101;
        display: inline-block;
        margin-right: 12px;
    }

    .lists {
        margin:0 auto;
        margin-top: 50px;
    }

    .lists ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .lists ul li {
        width: 48%;
        margin-bottom: 32px;
        height: 120px;
    }

    .lists ul li a {
        width: 100%;
    }



    .lists ul li a img {
        height:100%;
        width:100%;
    }

        .fenye a {
    float: left;
    border: 1px solid #d0d0d0;
    padding: 5px 15px;
    background: #f2f2f2;
    border-radius: 3px;
    margin: 0px 5px;
}

.fenye {
        margin: 0 auto;
    text-align: center;
    width: fit-content;
}

.fenye font {
    float: left;
    padding: 5px 10px;
}
        .fenye a:hover{
            text-decoration: underline;
            background-color:#183a83;
            color:#fff;
        }   
        .fenye .current{
             background-color:#183a83;
             color:#fff;
        }
        .fenye font {

}    

@media screen and (max-width: 1230px) {

    .xiaobx {
       width: 96% !important; 
    }

   .lists {
    width: 100%;
   }
}

/* 头部样式 */
	@media screen and (max-width: 760px) {
		.yw-header{display: none !important;}
		#ydmhHEADER{display: block !important;}

        .lists {
             margin-top: 20px;
        }

        .lists ul {
            flex-wrap: nowrap;
            flex-direction: column;
        }

        .lists ul li {
            width: 100%;
            margin-bottom: 15px;
            height: 100px;
        }

        .listtitle {
            font-size:26px;
        }
	}



	#ydmhHEADER{display: none;}
    .foot1 { margin-top:0px !important;}