    /*给网页添加 黑白滤镜*/
         .html {
            /*兼容FF*/
            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
            /*兼容IE内核*/
            filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
            /*兼容其它，谷歌之类的*/
            /* -webkit-filter: grayscale(1); */
        }
* {
    margin: 0;
    padding: 0;
    font-family: Microsoft yahei;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #004d78;
}

ul, li {
    list-style: none;
}

body {
    min-width: 1200px;
}

span, div, p {
    color: #333;
    line-height: 200%;
}

.w100 {
    width: 100%;
}

.w1200 {
    width: 1200px;
}

.centre {
    margin: 0 auto;
}

.float {
    float: left;
}

.mt20 {
    margin-top: 20px;
}

.pt20 {
    margin-top: 20px;
}

.clearfix:after {
    content: ".";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

ul {
    width: 95%;
    float: left;
    margin-left: 3%;
    padding: 15px 0;
}

li {
    width: 100%;
    background: url("../images/tag.jpg") no-repeat 10px 50%;
    text-indent: 1.5em;
}

li a {
    font-size: 16px;
}

/*头部以及菜单样式*/
.top {
    height: 338px;
    background: url("../upload/images/2021/5/8/875346607.png") no-repeat center top;
    font-size: 16px;
    font-weight: bold;
}
.menu {
    background: #004d78;
}


.menu_list {
    height: 130px;
    padding: 10px 10px;
    float: left;
    border-right: 1px #004d78 solid;
}
.index{
    line-height: 140px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.newsvideo 
{
    border-right: none !important;
    line-height: 140px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
 

.menu_list .menu_name {
    width: 18px;
    float: left;
    margin-right: 19px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 140%;
    padding-top: 10px;
}

.menu_list .menu_content {
    width: 110px;
    padding-left: 10px;
    float: left;
}

.menu_list a {
    width: 100%;
    display: block;
    float: left;
    color: #fff;
}
.menu_list a:hover {
    text-decoration: underline;
}

/*栏目标题*/
.title {
    width: 100%;
    float: left;
    background: url("../images/tit_tag.jpg") no-repeat 10px 50%;
    border-bottom: 1px #e8e8e8 solid;
}

.title span {
    float: left;
    margin-left: 25px;
    font-size: 24px;
}

.title a {
    float: right;
    margin-right: 20px;
    color: #555;
    margin-top: 14px;
}

.title a:hover {
    color: #004d78;

}

/*主题新闻内容*/
.new_left {
    width: 855px;
    float: left;
}

.top_new {
    width: 100%;
    background: #f2f2f2;
    float: left;

}

.top_new img {
    display: block;
    float: left;
}

.first {
    width: 750px;
    float: left;
    padding: 10px 0;
}

.first h2 {
    width: 100%;
    text-align: center;
    float: left;
    line-height: 200%;
}

.first p {
    text-indent: 2em;
    color: #555;
}

.scroll_img {
    width: 450px;
    float: left;
    margin-right: 10px;
}

.scroll_news {
    width: 395px;
    float: left;
}

.news_right {
    width: 333px;
    border: 1px #e8e8e8 solid;
    float: right;
}

.group {
    width: 385px;
    float: left;
    margin-right: 22px;
}

.double {
    width: 792px;
    float: left;
}

.group_content, .double_content {
    width: 383px;
    float: left;
    border: 1px #e8e8e8 solid;
    border-top: none;
 
}

.double_content {
 
    width: 790px;
height:303px;
}

.card {
    width: 100%;
    background: #efefef;
    float: left;
}

.card a {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    color: #333;
}

.card a.check {
    background: #004d78;
    color: #ffffff;
}

.work_left, .work_right {
    width: 370px;
    float: left;
    margin-left: 20px;
    margin-bottom:20px;
}

.work_group {
    padding: 10px 0;
    border-bottom: 1px #e8e8e8 solid;
}

.work_left .work_group:last-child {
    border: none;
}

.work_group h5 {
    width: 100%;
    font-size: 16px;
}

.work_group h5 span {
    color: #0074cd;
}

.work_group p {
    color: #555;
    text-indent: 2em;
    font-size: 14px;
    line-height: 180%;
}

.work_right h4 {
    color: #0074cd;
    line-height: 280%;
    width: 100%;
    float: left;
   margin-bottom:-25px;
   margin-left:10px;
}

.work_right .fc {
    width: 100%;
    float: left;
}

.policy {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    background: #f6f6f6;
    padding: 30px 0;
}

.policy a {
    height: 80px;
    display: block;
    float: left;
    padding: 0;
    margin: 0 2px;
}

/*友情链接及尾部*/
.link {
    padding: 10px 0;
    background: #f2f2f2;
}

.link select {
    width: 17%;
    margin: 0 1%;
    height: 35px;
}

.other {
    margin-top: 5px;
    font-size: 14px;
}

.other a {
    padding: 0 5px;
}

.footer {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    margin-top: 20px;
    border-top: 5px #004d78 solid;
}

.fb680 {
    width: 680px;
    margin: 0 auto;
}

.fb680 img {
    display: block;
    float: left;
}

.bqInfo {
    width: 700px;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
    line-height: 200%;
}

.zzjg {
    padding: 0;
}

.zzjg li {
    background: url(../images/jt.jpg) no-repeat 96% 50%;
    border-bottom: 1px #e8e8e8 solid;
    line-height: 300%;
}

.zzjg li:last-child {
    border: none;
}

.dblist{
    width: 97%;
    margin: 10px auto;
}

.dblist a {
    display: block;
    background: #f1f1f1;
    line-height: 35px;
    text-align: center;
    width: 23%;
    margin: 30px 1% 0 1%;
    float: left;
}

.dbsearch{ width: 95%; margin: 20px auto;}
.dbsearch img {
    padding-top: 25px;
    float: left;
    padding-right: 20px;
}

.dbsearch select {
    color: #004d78;
    height: 35px;
    padding: 0 10px;
    border: 1px #e8e8e8 solid;
    float: left;
    margin-top: 20px;
}

.dbsearch input[type="text"] {
    float: left;
    width: 200px;
    height: 33px;
    border: 1px #e8e8e8 solid;
    margin-top: 20px;
    text-align: center;
    border-left:none;
}
.dbsearch input[type="button"] {
    width: 80px;
    height: 35px;
    margin-top: 20px;
    border:none;
    background: #004d78 url("../images/search.png") no-repeat 50% 50%;
}
.listLeft {
    width: 800px;
    background: #fff;
}

.map {
    width: 100%;
    text-indent: 1rem;
    line-height: 40px;
    border-bottom: 1px #004d78solid;
}

.map a, .map span {
    padding: 0 6px;
}

.map span {
    color: #666;
}

.listGroup {
    width: 94%;
    padding: 10px 0;
    border-bottom: 1px #ddd dashed;
    line-height: 2em;
    margin-left: 3%;
}

.listGroup h3 {
    line-height: 2.5em;
}

.listGroup h3 a {
    font-size: 16px;
}

.listGroup p {
    color: #555;
}

.listGroup .date {
    float: right;
}

.listGroup .date span {
    font-size: 12px;
    color: #888;
    padding: 0 10px;
}

.page {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.page a, .page span {
    padding: 3px 9px;
    border: 1px #ddd solid;
}

.page span {
    border: none;
}

.page a.check {
    border: 1px #004d78 solid;
    color: #004d78;
}

.listRight {
    width: 380px;
    float: right;
    background: #f8f8f8;
}

.hotNews_title {
    font-size: 16px;
    text-indent: 1rem;
    width: 100%;
    background: #fff;
    border-top: 2px solid #004d78;
    line-height: 38px;
    color: #004d78;
    font-weight: bold;
    box-shadow: 1px 1px 1px #eee;
}

.hotNews_content {
    width: 94%;
    line-height: 2.5rem;
    margin-left: 3%;
}

.News_li {
    width: 100%;
    line-height: 3rem;
    /*margin-left: 2%;*/
}

.hotNews_content li span {
    color: #888;
    padding-left: 10px;
}

.News_li li {
    width: 100%;
    float: left;
    border-bottom: 1px #ddd dashed;
}

.News_li li a {
    float: left;
}

.News_li li span {
    color: #888;
    float: right;
    line-height: 300%;
}

.newsInfo {
    width: 100%;
    background: #fff;
}

.newsInfo h3 {
    width: 100%;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    line-height: 45px;
}

.newsInfo p {
    width: 94%;
    float: left;
    margin-left: 3%;
    line-height: 2.5em;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}

.newsInfo .title_second {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

.newsInfo .title_second span {
    padding: 0 10px;
    color: #888;
}

.newOther {
    width: 100%;
    background: #f8f8f8;
    margin-top: 40px;
}

.secondList {
    width: 290px;
    background: #f8f8f8;
    padding-bottom: 20px;
}

.second_menu {
    width: 90%;
    margin: 0 auto;
}

.second_menu a {
    width: 100%;
    height: 45px;
    display: block;
    float: left;
    background: #eee;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    border-radius: 0 20px 0 20px;
}

.second_menu a:hover, .second_menu a.check {
    background: #004d78;
    color: #fff;
}

.secondNews {
    width: 880px;
    float: right;
    background: #fff;
}