* {
    margin: 0px;
    padding: 0px;
}

body {
    text-align: left;
    /*font-family: "Microsoft YaHei", "寰蒋闆呴粦";*/
    font-family: "宋体";
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
}

td {
    line-height: 180%;
    font-size: 14px;
}

li {
    list-style: none;
}

a:link {
    font-family: 宋体;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

a:visited {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
    font-size: 14px;
}

a:active {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

a img {
    border: none;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: #fff;
}

.noShow {
    display: none;
}

.clearAll {
    clear: both;
}

#copyRight {
    margin-top: 20px;
    padding: 20px 0 20px 0;
    border-top: 5px solid #7B9929;
    background: #fff;
    text-align: center;
    color: #000000;
    font-size: 12px;
    line-height: 180%;
    clear: both;
    width: 100%;
}

.dunSet {
    width: 540px;
    margin: 0 auto;
    margin-top: 20px;
}

.dunSet li {
    float: left;
    vertical-align: middle;
    height: 64px;
    line-height: 64px;
    margin: 0px 15px;
}

.dunSet li.dun1 {
    margin-right: -10px;
}

#header {
    background: url(img/headBgd-2.jpg) no-repeat top center;
    height: 300px;
}

.funcBar a, .curDay {
    color: #666;
    font-size: 14px;
}

.curDay {
    width: 127px;
}

.funcL {
    float: left;
    width: 370px;
    display: inline;
    margin-top: 24px;
    margin-left: 13px;
}

.funcR {
    float: right;
    width: 176px;
    display: inline;
    margin-top: 24px;
}

.mainNav {
    float: left;
    width: 733px;
    margin-top: 242px;
    margin-left: 22px;
}

.mainNav li {
    float: left;
    margin-right: 45px;
}

.mainNav li a {
    font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
    /*font-size: 26px;*/
    color: #444;
    text-decoration: none;

    font-size: 20px;
}

.mainNav li a:hover {
    color: #FF7800;
}

.mainNav li.firstItem a {
    color: #fff
}

.search {
    float: right;
    width: 270px;
    margin-top: -21px;
    margin-right: 25px;
    height: 29px;
    margin-top: 242px;
}


.crumb {
    margin: 10px 0;
    background: #FF8752;
    padding: 10px;
    border-top: solid 2px #D26F42;
}


.commBottom {
    margin-top: 30px;
}

.commBottom .col1 {
    width: 490px;
    float: left;
    display: inline;
}

.commBottom .col23 {
    width: 470px;
    float: right;
}

.code2D {
    background: url(img/news_code2d.png) no-repeat;
    padding-left: 120px;
    color: #00683E;
    font-size: 14px;
    font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
    padding-top: 16px;
    float: left;
    display: inline;
    width: 200px;
}

.code2D strong {
    font-size: 16px;
    display: block;
    margin-top: 16px;
}

.shareBar {
    background: url(img/news_shareBarBgd.png) no-repeat;
    height: 65px;
    float: right;
    margin-right: 20px;
    width: 480px;
    margin-top: 15px;
}

.shareBar li {
    float: left;
    display: inline;
    margin-top: 6px;
    background: url(img/news_shareLine.png) no-repeat right center;
    padding: 0 15px;
}

a.fankui {
    background: url(img/news_iconFankui.png) no-repeat top center;
    padding-top: 35px;
    display: block;
    font-size: 12px;
    color: #666;
}

a.tougao {
    background: url(img/news_iconTougao.png) no-repeat top center;
    padding-top: 35px;
    display: block;
    font-size: 12px;
    color: #666;
}

.shareBar li.first {
    padding-top: 10px;
    margin-top: 10px;
    height: 32px;
}

.shareBar li.last {
    background: none;
}

.code2D1 {
    width: 100px;
    float: left;
    text-align: center;
}

.code2D1 span {
    font-size: 12px;
    text-align: center;
}

.info-div {
    height: 50px;
    border-bottom: #dedcdc solid 1px;
    display: flex;
    line-height: 50px;
    justify-content: space-between;
    font-weight: bold;
    padding-right: 20px;
}

.info-dot {
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background: #9E9E9E;
    margin: 21px 20px;
}

.info-time {
    font-weight: normal;
    color: #666;
}

.page-list {
    display: flex;
    justify-content: end;
    margin: 20px;
    line-height: 30px;
}

.page-item {
    height: 30px;
    width: 30px;
    border: #9E9E9E solid 1px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
}

.page-item:hover {
    background: rgba(68, 66, 66, 0.1);
}

.page-item-choose {
    height: 30px;
    width: 30px;
    border: #3E7301 solid 1px;
    background: #3E7301;
    color: white;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
}

.page-item-choose:hover {
    background: #3E7301;
}

.page-set {
    height: 30px;
    padding: 0 15px;
    border: #9E9E9E solid 1px;
    line-height: 30px;
    margin-right: 20px;
    cursor: pointer;
}

.page-set:hover {
    background: rgba(68, 66, 66, 0.1);
}