body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}

body {
    min-width: 1300px;
    font-family: Simsun;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}

ol,
ul,
li {
    list-style: none;
}

div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    font-family: "Microsoft YaHei";
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

li {
    list-style: none;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

input {
    outline: none;
}

.all {
    width: 100%;
}


/*头部*/

.header {
    width: 100%;
    margin: 0 auto;
}

.header .header_bg {
    width: 100%;
    height: 280px;
    margin: 0 auto;
    background: url(qlyd_banner4y11.png) no-repeat;
    background-size: 1920px 100%;
}

.header .header_bg .header_content {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.header_content>img{
	position: absolute;
}

.header .header_bg .back {
    position: absolute;
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    background-color: #25a496;
    top: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    text-align: center;
    color: #fff;
}


/* 导航 */

.navbar {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background-color: #25a496;
}

.navbar .nav {
    z-index: 5;
    position: relative;
    width: 1300px;
    margin: 0 auto;
    font-size: 14px;
    height: 50px;
}

.navbar .nav .m {
    height: 50px;
    line-height: 50px;
    float: left;
    position: relative;
    z-index: 1;
    text-align: center;
}

.navbar .nav .m:hover {
    background-color: #208b7f;
}

.navbar .nav .m:hover a {
    color: white;
	font-size: 16px;
	font-weight: bold;
}

.navbar .nav .m a {
    color: white;
    font-family: "微软雅黑";
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.navbar .nav .s {
    float: left;
    width: 3px;
    text-align: center;
    color: #D4D4D4;
    font-size: 12px;
}

.navbar .nav .sub {
    z-index: 2;
    display: none;
    position: absolute;
    left: 0px;
    top: 50px;
    width: 100%;
    background-color: #BE663B;
}

.navbar .nav .sub li {
    margin-bottom: -1px;
}

.navbar .nav .sub li a {
    display: block;
    padding: 7px 5px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
}

.navbar .nav .sub li a:hover {
    color: #ffeac5;
}


/*头部栏目*/

.header_lm_bg {
    background: #ee1d24;
    width: 100%;
    height: 72px;
}

.header_lm_bg .header_lm {
    width: 1300px;
    height: 75px;
    margin: 0 auto;
}

.header_lm ul li {
    line-height: 69px;
    text-align: center;
    width: 10.6%;
    float: left;
}

.header_lm ul li a {
    font-size: 1.4rem;
    color: #ffffff;
}

.content_bg {
    margin: 0 auto;
    width: 1300px;
    overflow: hidden;
}

.content {
    margin-bottom: 10px;
    width: 1300px;
    height: auto;
    margin: 0 auto;
}


/*第一栏目*/

.one_bg {
    padding-bottom: 20px;
    margin: auto;
    width: 1258px;
    overflow: hidden;
	border: 1px solid #ccc;
	margin-top: 15px;
}

.one {
    width: 1300px;
    height: auto;
    margin: auto;
}
/* 轮播图 */

.fullSlide {
    position: relative;
    margin: 0 auto;
    width: 1400px;
    height: 400px;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
}

.fullSlide .bd li img {
    width: 1400px;
    height: 400px;
}

.fullSlide .hd {
    position: absolute;
    line-height: 10px;
    text-align: center;
    z-index: 3;
    bottom: 30px;
    right: 540px;
    display: none;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 9px;
    height: 9px;
    background-color: white;
    margin: 0 5px;
    font-size: 0;
}

.fullSlide .hd ul li:first-child {
    margin-left: 0;
}

.fullSlide .hd ul li:last-child {
    margin-right: 0;
}

.fullSlide .hd ul .on {
    background-color: #22875d;
}

.fullSlide .prev,
.fullSlide .next {
    background: url(xyh_prev.png);
    z-index: 3;
    display: block;
    width: 21px;
    height: 32px;
    position: absolute;
    top: 50%;
}

.fullSlide .prev {
    left: 30px;
}

.fullSlide .next {
    background: url(xyh_next.png);
    right: 30px;
}

/*人文新闻轮播图*/

.one .new_img {
    float: left;
    width: 1258px;
    margin: 0 auto;
    height: 325px;
}

.slideBox {
    width: 100%;
    height: 326px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 0%;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    border-radius: 8px;
    float: left;
    margin-right: 12px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: black;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #ca201e;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: 326px;
    display: block;
}

.slideBox .bd .swipe {
    width: 520px;
    height: 350px;
    float: left;
}

.slideBox .bd .swiper {
    margin-top: 1%;
    float: left;
    margin-left: 2%;
    width: 53%;
}

.slideBox .bd .swiper h1 {
    color: #a61f24;
    font-size: 30px;
    line-height: 43px;
    font-family: Î¢ÈíÑÅºÚ;
    font-weight: bold;
}

.slideBox .bd .swiper h1 a {
    color: #ca201e;
}

.slideBox .bd .swiper p {
    width: 650px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 1%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/xxds_slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 1%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.slideBox .bd li .tit {
    display: block;
    width: 42%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 50px;
    background: #0000005c;
    color: #fff;
    text-align: left;
    font-family: "微软雅黑";
    font-size: 1em;
    line-height: 50px;
    right: 56px;
}

.content .tow {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 27px;
}

.list {
    margin-bottom: 2rem;
    width: 1300px;
    float: left;
}

.jubao {
    display: block;
    width: 1300px;
    height: 130px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.list_c {
    float: left;
    width: 48%;
    margin-right: 48px;
}

.list_c_t {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: url(qlyd_img_lmm1.jpg) no-repeat left bottom;
    border-bottom: 1px #e4e4e4 solid;
}

.list_c_t span {
    line-height: 46px;
    font-size: 28px;
    color: #333;
    margin-left: 19px;
}

.list_c_t a {
    float: right;
    font-size: 14px;
    color: black;
    line-height: 1;
    margin-top: 35px;
}

.list_c_c {
    width: 98%;
}

.list_c_c a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dcdcdc;
}

.list_c_c a span {
    float: left;
    margin: 22px 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #a61f24;
}

.list_c_c a i {
    float: left;
    display: inline-block;
    width: 75%;
    height: 50px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
    color: #000000;
}

.list_c_c a:hover i {
    color: #a61f24;
    text-decoration: underline;
}

.list_c_c a em {
    float: right;
    font-size: 16px;
    color: #999;
}

.list_d {
    float: left;
    width: 48%;
}

.list_c_e {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: url(qlyd_img_lmm1.jpg) no-repeat left bottom;
    border-bottom: 1px #e4e4e4 solid;
}

.list_c_e span {
    line-height: 46px;
    font-size: 28px;
    color: #333;
    margin-left: 19px;
}

.list_c_e a {
    float: right;
    font-size: 14px;
    color: black;
    line-height: 1;
    margin-top: 35px;
}

.list_c_d {
    width: 98%;
}

.list_c_d a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dcdcdc;
}

.list_c_d a span {
    float: left;
    margin: 22px 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #a61f24;
}

.list_c_d a i {
    float: left;
    display: inline-block;
    width: 75%;
    height: 50px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
    color: #000000;
}

.list_c_d a:hover i {
    color: #a61f24;
    text-decoration: underline;
}

.list_c_d a em {
    float: right;
    font-size: 16px;
    color: #999;
}

.three {
    margin-bottom: 5rem;
    margin-top: 1.5rem;
    width: 100%;
    float: left;
}

.wor {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #b14713;
}

.wor .top {
    width: 99%;
    height: 59px;
}

.wor .xwtt-more {
    width: 100%;
    float: left;
}

.wor .xwtt-more .left {
    width: 46%;
    float: left;
    height: 59px;
    background: url(qlyd_img_lmm1.jpg) no-repeat left bottom;
}

.wor .xwtt-more .left span {
    line-height: 46px;
    font-size: 28px;
    color: #333;
    margin-left: 1rem;
}

.wor .xwtt-more .right {
    float: left;
    width: 52%;
    height: 49.1px;
    font-size: 0.9em;
    color: #999999;
    line-height: 8px;
    padding-right: 8px;
    border-bottom: solid 1px #b72323;
}

.wor .xwtt-more .right a {
    line-height: 64px;
    float: right;
    font-size: 16px;
    color: #999;
}

.wor .xwtt-more a:hover {
    color: #a40a0a;
}

.wor .bottom {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 13px;
}

.wor .bottom .left {
    float: left;
    width: 43%;
    height: 329px;
}

.wor .bottom .left img {
    height: 165px;
    width: 237px;
    margin-right: 0.5rem;
    margin-bottom: 0.8rem;
}

.wor .bottom .left a {}

.slideBo {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slideBo .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBo .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBo .hd ul li {
    float: left;
    margin-right: 4px;
    width: 13px;
    height: 13px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBo .hd ul li.on {
    background: #e3a558;
    color: #fff;
}

.slideBo .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBo .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBo .bd img {
    width: 100%;
    display: block;
}

.slideBo .hd {
    bottom: -6%;
    position: absolute;
    height: 28px;
    line-height: 28px;
    right: 4%;
    z-index: 1;
}

.slideBo .hd li {
    display: inline-block;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #ffffff;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}

.slideBo .hd li.on {
    background: #006aec;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBo .prev,
.slideBo .next {
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/xxds_slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBo .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBo .prev:hover,
.slideBo .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBo .prevStop {
    display: none;
}

.slideBo .nextStop {
    display: none;
}

.wor .bottom .right {
    margin-left: 1.5%;
    float: left;
    width: 47%;
}

.wor .bottom .right ul {}

.wor .bottom .right ul li {
    float: left;
    line-height: 47px;
    width: 100%;
}

.wor .bottom .right img {
    float: left;
    margin-left: 3px;
    margin-top: 20px;
    margin-right: 10px;
}

.wor .bottom .right a {
    float: left;
    font-family: "微软雅黑";
    font-size: 1.1em;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 91%;
}

.wor .bottom .right a:hover {
    color: #a40a0a;
}

.wor .bottom .right span {
    float: right;
    font-size: 0.9em;
    font-family: "΢���ź�";
    color: #999999;
    margin-right: 1%;
}

.content_lm_bg {
    padding-top: 26px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.content_lm {
    width: 1300px;
    margin: 0 auto;
}

.wz {
    width: 100%;
    height: 43px;
    border-bottom: 1px solid #a10f0f;
}

.wz span {
    display: inline-block;
    padding: 0 20px 0 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 3px solid #a10f0f;
}

.wz span i {
    float: left;
    font-size: 16px;
    color: #000000;
}

.wz span a:hover {
    color: #a61f24;
}

.wz img {
    display: inline-block;
    float: left;
    margin: 11px 10px 0 0;
}

.wz a {
    color: #000000;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.pagenum {
    height: 30px;
    margin: 30px 0;
    text-align: center;
}

.pagenum a {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #eeeeee;
    color: #707070;
    border-radius: 5px;
    margin: 0 5px;
}

.pagenum a:not(.prev):not(.next).act {
    background: #a61f24;
    color: white;
}

.pagenum span {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #eeeeee;
    color: #707070;
    border-radius: 5px;
    margin: 0 5px;
}


/*内容页*/

.content_lm h1 {
    font-size: 25px;
    color: #db0e0e;
    text-align: center;
    margin: 40px 0 20px 0;
}

.release {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #f7f7f7;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.c_p {
    width: 100%;
    margin: 30px 0;
    line-height: 180%;
    font-size: 16px;
}

.c_p img {
    margin: auto;
    display: block;
    max-width: 80%;
}

.print {
    width: 100%;
    height: 20px;
}

.print a {
    float: right;
    display: block;
    padding-left: 28px;
    height: 20px;
    line-height: 20px;
    color: #999999;
}

.attachment {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #999;
    border-top: 1px dashed #d2d2d2;
    border-bottom: 1px dashed #d2d2d2;
    margin: 10px 0 0 0;
}

.upDown {
    width: 1300px;
    margin: 30px 0 30px 20px;
}

.upDown i {
    display: block;
    width: 1300px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.upDown i a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.upDown i a:hover {
    text-decoration: underline;
    color: #db0e0e;
}


/* 链接 */

.jc-link {
    width: 100%;
    background-color: #f9f9f9;
    padding: 40px 0;
}

.jc-link-content {
    width: 1300px;
    margin: 0 auto;
    height: 85px;
}

.jc-link a {
    display: block;
    width: 570px;
    height: 85px;
    float: left;
}

.jc-link a:first-of-type {
    margin-right: 60px;
}

.jc-link a img {
    width: 100%;
    height: 100%;
}


/*尾部*/

.footer_bg {
    margin: auto;
    width: 100%;
    height: 180px;
    background: #373737;
}

.footer {
    height: 100%;
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.footer p,
.footer img {
    position: absolute;
}

.address {
    font-size: 16px;
    color: white;
    line-height: 35px;
    left: 25px;
    top: 30px;
}

.footer img {
    left: 440px;
    top: 15px;
}

.banquan {
    font-size: 14px;
    color: #c9c9c9;
    line-height: 35px;
    right: 0;
    top: 55px;
}


/* 工作动态 */

.dynamic {
    margin: 40px auto;
    width: 1300px;
}

.public-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d3d3d3;
}

.public-header_title {
    font-size: 28px;
    color: #333;
    padding: 0 10px 14px;
    border-bottom: 5px solid #a10512;
}

.public-header_more span {
    font-size: 13px;
    color: #838383;
}

.dynamic-content {
    display: flex;
    flex-wrap: wrap;
}

.dynamic-content li {
    width: 48%;
    display: flex;
    padding: 32px 8px 20px 10px;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.dynamic-content li:nth-child(2n) {
    margin-left: 40px;
}

.dynamic-new-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 2px solid #9e0814;
    padding-right: 20px;
}

.dynamic-new-date .date {
    font-size: 30px;
    font-weight: 600;
    color: #9e0814;
}

.dynamic-new-date .year_month {
    padding-top: 12px;
    font-size: 12px;
    color: #9e0814;
    white-space: nowrap;
}

.dynamic-news {
    padding-left: 20px;
    overflow: hidden;
}

.dynamic-news .dynamic-news_title {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dynamic-news .dynamic-news_intro {
    font-size: 14px;
    color: #999;
    padding-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}