@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

img {
    vertical-align: top;
}

html {
    overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 13px/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, .1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .30);
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .40);
}

html {
    width: calc(100% + 8px);
}


/*备用样式表*/

.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(images/icon.png) no-repeat;
}


/*css3扩展*/

body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
}


/**布局开始**/

body {
    line-height: 1.6;
    font-size: 16px;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #222;
}

p {
    line-height: 1.75;
}

a {
    color: #222;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #af2109;
}

.main {
    background: #f6f6f6;
}


/*页面尺寸*/

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1300px;
    margin: 0 auto;
}


/**页面全局宽度**/


/*head开始*/

#header {
    background: #a10e0e;
}

#header .inner {
    height: 150px;
    position: relative;
}

.header .sitelogo {
    float: left;
    margin-top: 25px;
}

.header .sitetitle {
    display: inline-block;
    margin-top: 12px;
    margin-left: 40px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}


/*现任领导*/

.xrld_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0 0 0
}

.articleTitle02 {
    padding-bottom: 20px;
}

.articleTitle03 h3 {
    font-size: 23px;
    color: #a10e0e;
    font-weight: normal;
    letter-spacing: 1px;
}

.leader_con {
    overflow: hidden;
}

.leader_row {
    overflow: hidden;
    border-bottom: 1px solid #a10e0e;
    margin-bottom: 30px;
}

.leader_title {
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #a10e0e;
    font-size: 16px;
    float: left;
    color: #fff;
    font-weight: normal;
}

.leader_list01 {
    overflow: hidden;
}

.leader_list01 li {
    float: left;
    margin-bottom: 30px;
    width: 20%;
    margin: 15px;
}

.leader_list01 li a {
    display: block;
    overflow: hidden;
}

.leader-img01 {
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 131.5%;
    overflow: hidden;
}

.leader-img01 img {
    width: 100%;
    height: auto;
}

.leader-txt01 {
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #a10e0e;
    font-size: 15px;
    overflow: hidden;
}


/**站点名称**/

.header .head-left {
    float: left;
    display: inline-block;
}

.header .head-main {
    float: left;
    margin-top: 10px;
}

.header .head-right {
    float: right;
    margin-top: 65px;
    width: 205px;
}

.searchbox {
    text-align: right;
    margin-top: 7px;
}

.wp-search {
    background: url(../img/sous_bg.png);
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 14px;
    margin-right: 36px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: none;
    color: #e1bab7;
    font-size: 14px;
    border: 0;
    outline: 0;
    font-family: "微软雅黑";
}

.wp-search .search-btn {
    width: 36px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 36px;
    height: 34px;
    border: 0;
    outline: 0;
    background: #FFFFFF url(../img/sous.png) no-repeat center;
    cursor: pointer;
}


/*默认主导航样式*/

#nav {
    background: #810100;
}

#nav .inner {}

#nav .inner .wp-panel {}


/*导航*/

#nav .inner .wp-panel .wp-window {}

#nav .inner .wp-panel .navbg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}


/*导航样式：后台绑定时也可以定义配置*/

.nav .wp-menu {
    margin: 0 auto
}

.nav .wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
}

.nav .wp-menu .menu-item.i1 a.menu-link {
    background: none;
}

.nav .wp-menu .menu-item a>.menu-switch-arrow {
    display: none;
    width: 0px;
    height: 0px;
    vertical-align: middle;
}

.nav .wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 26.8px;
    line-height: 50px;
    height: 50px;
    color: #FFFFFF;
    font-size: 17px;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    background-color: #af2109;
    text-decoration: none;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    min-width: 100%;
    z-index: 100;
    background: #fff;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
    text-align: center;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: 42px;
    line-height: 42px;
    padding: 0 17px;
    font-size: 16px;
    background: none;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #af2109;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
    display: none !important;
}


/**主页banner开始**/

#banner {
    background: #e7e2df;
}

#banner .inner {
    width: auto;
    text-align: center;
    position: relative;
}


/*banner*/

.mbanner .focus .focus-title-bar {
    bottom: 40px;
    left: 40px;
    margin-left: 0px;
}

.mbanner .focus .focus-title-bg {
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=60);
}

.mbanner .focus .focus-pagination {
    position: absolute;
    right: 14px;
    bottom: 14px;
    margin-right: 0px;
    z-index: 60;
}

.mbanner .focus .focus-page {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 6px;
    background: #fff;
}

.mbanner .focus .focus-page-active {
    width: 18px;
    background: #fff;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.mbanner .focus .focus-navigation {
    width: 58px;
    height: 53px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: url(../img/slide_next.png) no-repeat;
    text-indent: -999em;
}

.mbanner .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-prev {
    left: 0px;
}

.mbanner .focus .focus-next {
    right: 0px;
    background-position: right top
}


/**主体模块样式**/

#m-container {}

#m-container .inner {}


/**首页三列布局**/

.mod {}

.mbox {}

.main1 {}

.main1 .inner {
    padding: 25px 0px 0px;
}

.main1 .ml {
    float: left;
    width: 775px;
}

.main1 .mr {
    float: right;
    width: 555px;
}

.main2 .inner {
    padding-top: 20px;
}

.main3 .ml {
    float: left;
    width: 736px;
}

.main3 .mr {
    float: right;
    width: 415px;
}

.main4 {
    background: #eeeeee;
}

.main4 .inner {
    padding: 15px 0 0;
}

.main4 .ml {
    float: left;
    width: 530px;
}

.main4 .mr {
    float: right;
    padding-top: 25px;
}

.main4 .mr .mlink {}


/**标题栏新闻窗口**/

.post {
    margin-bottom: 10px;
}

.post .tt {
    display: inline-block;
    width: 100%;
    border-bottom: 0px solid #e6e6e6;
    margin-bottom: 5px;
}


/**标题栏**/

.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: normal;
}


/**标题字体**/

.post .tt .tit .title {
    display: block;
    line-height: 42px;
    color: #424242;
    font-family: "Microsoft yahei";
}

.post .tt .tit .name {
    display: none;
    line-height: 16px;
    color: #333;
}


/*栏目别名*/

.post .con {
    padding: 6px 0;
    margin: 0 auto;
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}


/**新闻列表**/

.post .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}

.post .more_btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 20px;
    margin-top: 10px;
    line-height: 20px;
    float: right;
    background: url(../img/lz-ico-arrow.png) no-repeat;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 14px;
    cursor: pointer;
    color: #c02600;
    opacity: 0;
}

.post .more_btn a {
    color: #c02600;
}

.post .more_btn a:hover {
    color: #c02600;
}


/*标准标题*/

.post1 {}

.post1 .tt {}

.post1 .tt .tit {}

.post1 .tt .tit .title {
    display: inline-block;
    width: 105px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    text-align: center;
    padding-right: 15px;
}

.post1 .tt .tit .title.selected {
    color: #0f429b;
}

.post1 .more_btn a {
    color: #1826a5;
}


/*带图标标题*/

.post2 {}

.post2 .tt {}

.post2 .tt .tit {
    padding-left: 40px;
    background: url(../img/lz-ico1.jpg) no-repeat left center;
}

.post2 .tt .tit .title {
    font-size: 24px;
    cursor: default;
    font-weight: normal;
    color: #000;
}

.post2 .con {}


/**自定义新闻列表**/

.news_list {}

.news_list li.news {
    line-height: 22px;
    padding-left: 0px;
}


/**标题图标**/

.news_list li.news span.news_title {
    float: left;
}


/*标题*/

.news_list li.news span.news_title img {
    vertical-align: middle;
}

.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
    color: #9C9C9C;
}


/*属性*/

.news_list li.news .news_time,
.news_list li.news .news_time span {
    color: #666;
}


/*发布时间*/

.news_list li.news .news_icon {
    display: inline-block;
    margin: 0 auto;
    border: 0px solid red;
}

.news_list li.news .news_text {
    line-height: 22px;
    color: #666;
}


/*默认简介*/

.news_list li.news .news_text a {
    color: #666;
}

.news_list li.news .news_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 30px;
    background: #000;
    opacity: .7;
    filter: Alpha(opacity=70);
}

.news_list li.news p {
    line-height: 34px;
}

.news_list li.news .news_date {
    display: inline-block;
    float: left;
    font-weight: normal;
    background: #EFF1F2;
    color: #000;
    padding: 5px 6px;
}


/*图列表*/

.news_tu {}

.news_tu .con {
    padding: 12px 0px;
}

.news_tu .news_list {
    margin: 0px -15px;
}

.news_tu .news_list li.news {
    float: left;
    width: 33%;
    margin-bottom: 20px;
}

.news_tu .news_list li.news .news_box {
    margin: 0px 15px;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.news_tu .news_list li.news .news_box:hover {
    opacity: .85;
    filter: Alpha(opacity=85);
}

.news_tu .news_list li.news .news_imgs {
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}

.news_tu .news_list li.news .news_imgs img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.news_tu .news_list li.news .news_wz {
    background: #EFF1F2;
}

.news_tu .news_list li.news .news_wz .news_con {}

.news_tu .news_list li.news .news_title {
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    padding-left: 16px;
    width: 90%;
    text-align: center;
}

.news_tu .news_list li.news .news_title a {
    color: #fff;
}

.news_tu .news_list li.news .black {
    position: absolute;
    background: url('images/black.png') repeat-x bottom;
    width: 100%;
    height: 100%;
    top: 0;
}


/*图文*/

.tu_text {}

.tu_text .news_list {}

.tu_text .news_list li.news {
    margin-bottom: 25px;
    background: #fff;
}

.tu_text .news_list li.news .news_imgs {
    float: left;
    width: 112px;
    height: 130px;
}

.tu_text .news_list li.news .news_imgs a {
    height: 130px;
    background-color: #efefef;
}

.tu_text .news_list li.news .news_imgs img {
    width: 100%;
    height: auto;
}

.tu_text .news_list li.news .news_wz {
    margin-left: 112px;
    padding: 0px 0px;
    position: relative;
}

.tu_text .news_list li.news .news_wz .news_con {
    padding: 12px 25px;
}

.tu_text .news_list li.news .news_title {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tu_text .news_list li.news .news_text {
    line-height: 22px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 44px;
}

.tu_text .news_list li.news .news_time {
    line-height: 26px;
    font-size: 12px;
}

.post-11 .focus .focus-title {
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
}

.post-11 .focus .focus-title-bar {
    height: 34px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: 0px;
}

.post-11 .focus .focus-title-bg {
    background-color: #000;
}

.post-11 .focus .focus-pagination {
    position: absolute;
    right: 14px;
    bottom: 46px;
}

.post-11 .focus .focus-page {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
}

.post-11 .focus .focus-page span {
    display: block;
}

.post-11 .focus .focus-page:hover {
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.post-11 .focus .focus-page-active {
    background-color: #146CC1;
    color: #fff;
}

.post-11 .focus .focus-navigation {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.post-11 .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-11 .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nr {
    padding: 0px 20px 0px 20px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 60px;
}

.nr a {
    color: #666;
}

.bt.kong {
    margin: 20px 20px 15px 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
}

.post-14 .news_list .news {
    width: 48%;
    float: left;
    background: #fff;
    position: relative;
    margin-top: 18px;
    margin-bottom: 30px;
}

.post-14 .news_list .news .time {
    position: absolute;
    top: -17px;
    left: 20px;
    z-index: 99;
    color: #f49000;
    padding: 0 6px;
    display: inline-block;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}

.post-14 .news_list .news.n1.clearfix {
    float: right;
}

.post-14 .news_list .news.n3.clearfix {
    float: right;
}

.mod {}

.mbox {}

.main1 {}

.main1 .inner {
    padding: 25px 0px 0px;
}

.main1 .ml {
    float: left;
    width: 775px;
}

.main1 .mr {
    float: right;
    width: 485px;
}

.main2 .inner {
    padding-top: 20px;
}

.main3 .ml {
    float: left;
    width: 736px;
}

.main3 .mr {
    float: right;
    width: 415px;
}

.main4 {
    background: #eeeeee;
}

.main4 .inner {
    padding: 15px 0 0;
}

.main4 .ml {
    float: left;
    width: 530px;
}

.main4 .mr {
    float: right;
    padding-top: 25px;
}

.main4 .mr .mlink {}


/**标题栏新闻窗口**/

.post {
    margin-bottom: 10px;
}

.post .tt {
    display: inline-block;
    width: 100%;
    border-bottom: 0px solid #e6e6e6;
    margin-bottom: 5px;
}


/**标题栏**/

.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: normal;
}


/**标题字体**/

.post .tt .tit .title {
    display: block;
    line-height: 42px;
    color: #424242;
    font-family: "Microsoft yahei";
}

.post .tt .tit .name {
    display: none;
    line-height: 16px;
    color: #333;
}


/*栏目别名*/

.post .con {
    padding: 6px 0;
    margin: 0 auto;
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}


/**新闻列表**/

.post .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}

.post .more_btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 20px;
    margin-top: 10px;
    line-height: 20px;
    float: right;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 14px;
    cursor: pointer;
    color: #c02600;
}

.post .more_btn a {
    color: #c02600;
}

.post .more_btn a:hover {
    color: #c02600;
}


/*标准标题*/

.post1 {}

.post1 .tt {}

.post1 .tt .tit {}

.post1 .tt .tit .title {
    display: inline-block;
    width: 105px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: url('images/tit_bg.png') no-repeat left top;
    text-align: center;
    padding-right: 15px;
}

.post1 .tt .tit .title.selected {
    color: #0f429b;
}

.post1 .more_btn a {
    color: #1826a5;
}


/*带图标标题*/

.post2 {}

.post2 .tt {}

.post2 .tt .tit {
    padding-left: 40px;
    background: url(../img/lz-ico1.jpg) no-repeat 0 50%;
}

.post2 .tt .tit .title {
    font-size: 24px;
    cursor: default;
    font-weight: normal;
    color: #000;
}

.post2 .con {}


/**自定义新闻列表**/

.news_list {}

.news_list li.news {
    line-height: 28px;
    padding-left: 0px;
}


/**标题图标**/

.news_list li.news span.news_title {
    float: left;
}


/*标题*/

.news_list li.news span.news_title img {
    vertical-align: middle;
}

.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
    color: #9C9C9C;
}


/*属性*/

.news_list li.news .news_time,
.news_list li.news .news_time span {
    color: #666;
}


/*发布时间*/

.news_list li.news .news_icon {
    display: inline-block;
    margin: 0 auto;
    border: 0px solid red;
}

.news_list li.news .news_text {
    line-height: 22px;
    color: #666;
}


/*默认简介*/

.news_list li.news .news_text a {
    color: #666;
}

.news_list li.news .news_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 30px;
    background: #000;
    opacity: .7;
    filter: Alpha(opacity=70);
}

.news_list li.news p {
    line-height: 34px;
}

.news_list li.news .news_date {
    color: #f49000;
    padding: 0 6px;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    background: #EFF1F2;
    color: #000;
    padding: 5px 6px;
}

#container-2 .tit {
    padding-left: 0px;
    background: none;
}


/*图列表*/

.news_tu {}

.news_tu .con {
    padding: 12px 0px;
}

.news_tu .news_list {
    margin: 0px -15px;
}


.news_tu .news_list li.news .news_box {
    margin: 0px 15px;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.news_tu .news_list li.news .news_box:hover {
    opacity: .85;
    filter: Alpha(opacity=85);
}


.news_tu .news_list li.news .news_imgs img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}


.news_tu .news_list li.news .news_wz .news_con {}

.news_tu .news_list li.news .news_title {
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    padding-left: 16px;
    width: 90%;
}

.news_tu .news_list li.news .news_title a {
    color: #666666;
}

.news_tu .news_list li.news .black {
    position: absolute;
    background: url('images/black.png') repeat-x bottom;
    width: 100%;
    height: 100%;
    top: 0;
}


/*图文*/

.tu_text {}

.tu_text .news_list {}

.tu_text .news_list li.news {
    margin-bottom: 25px;
    background: #fff;
}

.tu_text .news_list li.news .news_imgs {
    float: left;
    width: 112px;
    height: 130px;
}

.tu_text .news_list li.news .news_imgs a {
    height: 130px;
    background-color: #efefef;
}

.tu_text .news_list li.news .news_imgs img {
    width: 100%;
    height: auto;
}

.tu_text .news_list li.news .news_wz {
    margin-left: 112px;
    padding: 0px 0px;
    position: relative;
}

.tu_text .news_list li.news .news_wz .news_con {
    padding: 12px 25px;
}

.tu_text .news_list li.news .news_title {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tu_text .news_list li.news .news_text {
    line-height: 22px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 44px;
}

.tu_text .news_list li.news .news_time {
    line-height: 26px;
    font-size: 12px;
}

.post-11 .focus .focus-title {
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
}

.post-11 .focus .focus-title-bar {
    height: 34px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: 0px;
}

.post-11 .focus .focus-title-bg {
    background-color: #000;
}

.post-11 .focus .focus-pagination {
    position: absolute;
    right: 14px;
    bottom: 46px;
}

.post-11 .focus .focus-page {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
}

.post-11 .focus .focus-page span {
    display: block;
}

.post-11 .focus .focus-page:hover {
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.post-11 .focus .focus-page-active {
    background-color: #146CC1;
    color: #fff;
}

.post-11 .focus .focus-navigation {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.post-11 .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-11 .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}


/*************************************************************
 * 特殊页面
 */


/*滚动样式*/

.wrapperinner {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    -ms-touch-action: none;
}

.scroller {
    overflow: auto;
}

.post.post3.post-401.mbox {
    text-align: right;
}

.post.post3.post-401.mbox img {
    width: 100%;
    height: auto;
    max-width: 236px;
}

.post.post3.post-401.mbox {
    position: absolute;
    top: 4px;
    right: 0;
}

.zdy-2 li .news:hover .imgs {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}

.zdy-2 li .imgs {
    width: 100%;
    height: 182px;
    background-size: cover;
}

.bt.fkong {
    bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 20px;
    position: absolute;
    display: block;
    word-break: break-all;
    padding-left: 20px;
    padding-right: 10px;
    font-weight: bold;
    line-height: 30px;
}

.bt.fkong a {
    color: #fff;
}

.slt.pr {
    position: relative;
    overflow: hidden;
}

.bt.fkong:hover a {
    color: #f49000;
}

.nr {
    padding: 0px 20px 0px 20px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 60px;
}

.nr a {
    color: #666;
}

.bt.kong {
    margin: 20px 20px 15px 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
}

.post-14 .news_list .news {
    width: 48%;
    float: left;
    background: #fff;
    position: relative;
    margin-top: 18px;
    margin-bottom: 30px;
}

.post-14 .news_list .news .time {
    position: absolute;
    top: -17px;
    left: 20px;
    z-index: 99;
    color: #f49000;
    padding: 0 6px;
    display: inline-block;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}

.post-14 .news_list .news.n1.clearfix {
    float: right;
}

.post-14 .news_list .news.n3.clearfix {
    float: right;
}

.post-15 .news_title {
    background: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0px 15px 0px 15px;
    height: 61px;
}

.post-15 .news_list li.news .news_date {
    margin-left: 5px;
}

.post-22 .news_list li.news {
    float: left;
    width: 48%;
}

.post-22 .news_list li.news.n2 {
    float: right;
}

.post.post2.post-22.mbox img:hover {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}

.post-22 .news_list li.news .news_imgs {
    width: 100%;
    position: relative;
    background: #ccc;
    height: 145px;
    overflow: hidden;
}

.post-22 .news_list li.news .news_imgs img {
    width: 100%;
    height: 100%;
}

.post-22 .news_list li.news .news_date {
    position: absolute;
    bottom: 0;
    left: 25px;
}

.post-22 .news_list li.news .news_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.post-22 .news_list li.news .news_text {
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 66px;
}

.post-22 .news_list li.news .news_wz {
    background: #fff;
}

.post-22 .news_list li.news .news_con {
    padding: 20px 20px 30px 20px;
}

.post.post1.post-23.mbox .tt {
    margin-bottom: 24px;
}

.post.post1.post-23.mbox img:hover {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}

.post.post1.post-23.mbox .news_imgs {
    overflow: hidden;
}


/***********************************************************
 * 列表页
 */


/**首页三列布局**/


/**列表页**/


/*栏目图片*/

.l-banner {
    height: 198px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}


/**主体列表页开始**/

#l-container {
    min-height: 400px;
}

#l-container .inner {
    padding: 25px 0px;
}


/**主体文章页开始**/

#d-container {
    min-height: 400px;
}

#d-container .inner {
    background: #fff;
}

.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #a41d07;
}


/**位置栏目背景**/

.col_menu .col_menu_head h3.col_name {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}


/**位置栏目字体**/

.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
    padding: 0px 5px 0px 30px;
}


/**栏目名称图标**/

.col_menu .col_menu_con {
    border: 1px solid #e4e4e4;
}


/*栏目列表*/

.col_list {}

.col_list .wp_listcolumn {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 5px 0px 5px 28px;
    line-height: 32px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #a41d07;
    background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #a41d07;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color: #a41d07;
}


/*二级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
    border-top: 1px solid #eee;
    margin-top: -1px;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: 28px;
    padding: 5px 10px 5px 44px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    font-weight: bold;
    font-weight: bold;
    color: #a41d07;
}


/*三级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 60px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color: #a41d07;
}


/**栏目新闻**/

.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 290px;
}

.col_news_head {
    border-bottom: 1px solid #DBDBDB;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 48px;
}


/**当前栏目**/

.col_metas .col_title h2 {
    display: inline-block;
    font-size: 20px;
    font-family: "Microsoft yahei";
    font-weight: normal;
    color: #a41d07;
    border-bottom: 3px solid #CBCBCB;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;
    color: #666;
    font-size: 14px;
}


/**当前位置**/

.col_metas .col_path a {
    color: #2F2F2F;
    font-size: 14px;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 0px;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_con .news_list li.news span.news_title {
    line-height: 36px;
    margin-right: 0px;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 72%;
}


/*标题*/

.col_news_con .news_list li.news span.news_meta {
    font-size: 16px;
    font-family: "微软雅黑";
}

.col_news_list .wp_article_list .list_item {}


/**栏目新闻列表**/

.col_news_list .wp_article_list .list_item .Article_Index {}


/**栏目新闻图标序号**/

.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry table {
    margin-bottom: 4px;
}

.col_news_list .wp_entry img {
    max-width: 100%;
    height: auto;
}


/**列表页文章图片大小限制**/


/**文章页**/

.infobox {
    padding: 20px 60px;
    margin: 0 auto;
    width: auto;
    min-height: 400px;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    line-height: 36px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #1B1B1B;
}


/**文章标题**/

.article h2.arti_title {
    line-height: 34px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    text-align: center;
    color: #1B1B1B;
}


/**文章副标题**/

.article .arti_metas {
    padding: 10px;
    text-align: center;
    /* border-top:1px solid #ececec; */
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}


/**文章其他属性**/

.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}


/**文章内容**/

.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}


/**阅读字体**/

.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px": this.width);
}


/**文章阅读部分图片大小限制**/

.article .entry .read table {
    margin: 0 auto;
    border: none;
}


/**页脚开始**/

#footer {
    background: url(../img/bottom-bg.jpg) no-repeat 50% 0;
}

#footer .inner {
    padding: 12px 0px;
    position: relative;
}

#footer .inner .mod {}

#footer .inner .foot-left {
    float: left;
    padding: 12px 0px;
    margin-top: 10px;
}

#footer .inner .foot-left.left2 {
    margin-left: 5%;
}

#footer .inner .foot-right {
    float: right;
    margin-top: 12px;
    color: #f6f6f6;
    font-size: 14px;
    text-align: center;
}

#footer .inner .foot-right .con {
    margin-bottom: 10px;
}

#footer .inner .foot-right ul li {
    float: left;
    margin: 0 6px;
}

#footer .inner h1 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

#footer .inner p {
    font-size: 15px;
    line-height: 34px;
    font-weight: normal;
    text-align: left;
    color: #f4f3ed;
}

#footer .inner p span {
    margin: 0 3px;
}

#footer .inner .copyright {}

#footer .inner .copyright span {}

#footer .inner .copyright a {
    color: #eee;
}

#footer2 {
    background: #a41d07;
    border-top: 1px solid #b64a39;
    height: 46px;
}

#footer2 .inner p {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    opacity: 0.6;
}

#footer .news_list li.news {
    width: 50%;
    float: left;
}

#footer .news_list li.news a {
    color: #fff;
    font-size: 15px;
    opacity: 0.6;
}


/*通知公告&便民公示选项卡*/

.tab1 {
    width: 200px;
    line-height: 80px;
    float: left;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}

.tab2 {
    width: 200px;
    line-height: 80px;
    float: left;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}

.tab3 {
    width: 200px;
    line-height: 80px;
    float: left;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}

#TabCon1 {
    width: 1280px;
    margin: 0 auto;
}

#TabCon2 {
    width: 1280px;
    margin: 0 auto;
}

#TabCon3 {
    width: 1280px;
    margin: 0 auto;
}

.xixi {
    border-bottom: 1px #a0a0a0 solid;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
}

.xixi1 {
    width: 600px;
    margin: 0 auto;
    background: url(xxk1.png) no-repeat bottom;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
}

.xixi2 {
    width: 600px;
    margin: 0 auto;
    background: url(xxk2.png) no-repeat bottom;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
}

.xixi3 {
    width: 600px;
    margin: 0 auto;
    background: url(xxk3.png) no-repeat bottom;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
}

#tabs .news {
    width: 100%;
    background: url(../img/index-bg2.jpg) no-repeat;
}

@media screen and (min-width: 1050px) and (max-width:1350px) {
    /*通知公告&便民公示选项卡*/
    .tab1 {
        width: 230px;
        line-height: 177%;
        float: left;
        font-size: 28px;
        text-align: center;
        cursor: pointer;
    }
    .tab2 {
        width: 230px;
        line-height: 177%;
        float: left;
        font-size: 28px;
        text-align: center;
        cursor: pointer;
    }
    .tab3 {
        width: 230px;
        line-height: 177%;
        float: left;
        font-size: 28px;
        text-align: center;
        cursor: pointer;
    }
    #TabCon1 {
        width: 98%;
        margin: 0 auto;
    }
    #TabCon2 {
        width: 98%;
        margin: 0 auto;
    }
    #TabCon3 {
        width: 98%;
        margin: 0 auto;
    }
    .xixi {
        border-bottom: 1px #a0a0a0 solid;
        height: 50px;
        line-height: 177%;
        cursor: pointer;
    }
    .xixi1 {
        width: 700px;
        margin: 0 auto;
        background: url(xxk1.png) no-repeat bottom;
        height: 50px;
        line-height: 177%;
        cursor: pointer;
    }
    .xixi2 {
        width: 700px;
        margin: 0 auto;
        background: url(xxk2.png) no-repeat bottom;
        height: 50px;
        line-height: 177%;
        cursor: pointer;
    }
    .xixi3 {
        width: 700px;
        margin: 0 auto;
        background: url(xxk3.png) no-repeat bottom;
        height: 50px;
        line-height: 177%;
        cursor: pointer;
    }
    .news {
        width: 100%;
        background: url(xxkbj.jpg) no-repeat;
    }
}

@media screen and (min-width: 800px) and (max-width:1050px) {
    /*通知公告&便民公示选项卡*/
    .tab1 {
        width: 230px;
        line-height: 177%;
        float: left;
        font-size: 28px;
        text-align: center;
        cursor: pointer;
    }
    .tab2 {
        width: 230px;
        line-height: 177%;
        float: left;
        font-size: 28px;
        text-align: center;
        cursor: pointer;
    }
    .tab3 {
        width: 230px;
        line-height: 177%;
        float: left;
        font-size: 28px;
        text-align: center;
        cursor: pointer;
    }
    #TabCon1 {
        width: 98%;
        margin: 0 auto;
    }
    #TabCon2 {
        width: 98%;
        margin: 0 auto;
    }
    #TabCon3 {
        width: 98%;
        margin: 0 auto;
    }
    .xixi {
        border-bottom: 1px #a0a0a0 solid;
        height: 50px;
        line-height: 177%;
        cursor: pointer;
    }
    .xixi1 {
        width: 700px;
        margin: 0 auto;
        background: url(xxk1.png) no-repeat bottom;
        height: 50px;
        line-height: 177%;
        cursor: pointer;
    }
    .xixi2 {
        width: 700px;
        margin: 0 auto;
        background: url(xxk2.png) no-repeat bottom;
        height: 50px;
        line-height: 177%;
        cursor: pointer;
    }
    .xixi3 {
        width: 700px;
        margin: 0 auto;
        background: url(xxk3.png) no-repeat bottom;
        height: 50px;
        line-height: 177%;
        cursor: pointer;
    }
    .news {
        width: 100%;
        background: url(xxkbj.jpg) no-repeat;
    }
}

@media screen and (max-width:800px) {
    /*通知公告&便民公示选项卡*/
    .tab1 {
        width: 33%;
        line-height: 280%;
        border-bottom: 1px solid #032c8d;
        float: left;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
    }
    .tab2 {
        width: 33%;
        line-height: 280%;
        float: left;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
    }
    .tab3 {
        width: 33%;
        line-height: 280%;
        float: left;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
    }
    #TabCon1 {
        width: 100%;
        margin: 0 auto;
    }
    #TabCon2 {
        width: 100%;
        margin: 0 auto;
    }
    #TabCon3 {
        width: 100%;
        margin: 0 auto;
    }
    .xixi {
        border-bottom: none;
        height: auto;
        line-height: 280%;
        cursor: pointer;
    }
    .xixi1 {
        width: 100%;
        margin: 0 auto;
        background: none;
        height: auto;
        line-height: 280%;
        cursor: pointer;
    }
    .xixi2 {
        width: 100%;
        margin: 0 auto;
        background: none;
        height: auto;
        line-height: 280%;
        cursor: pointer;
    }
    .xixi3 {
        width: 100%;
        margin: 0 auto;
        background: none;
        height: auto;
        line-height: 280%;
        cursor: pointer;
    }
    .news {
        width: 100%;
        background: none;
    }
}

#container-3 {
    background: #F6EDED;
}

#container-3 ul li.f {
    font-size: 30px;
    color: #810100;
}

#container-3 ul li.en {
    padding: 0 5px;
}

#container-3 ul li {
    float: left;
    line-height: 70px;
    padding: 0 15px;
}

#container-3 ul li a {
    color: #810100;
}


/*NAV*/

.head-v3 {
    position: relative;
    z-index: 100;
    min-width: 1220px;
    background: #7f040b;
}

.head-v3 .navigation-inner {
    margin: 0 auto;
    width: 1280px;
    position: relative;
}

.navigation-up {
    height: 53px;
    line-height: 53px;
    border-top: 1px solid #964c50;
}

.navigation-up .navigation-v3 {
    float: left;
    _margin-left: 10px;
}

.navigation-up .navigation-v3 ul {
    float: left;
}

.navigation-up .navigation-v3 li {
    float: left;
    font: normal 16px/53px "microsoft yahei";
    color: #0a3f76;
    width: 142px;
    text-align: center;
}

.navigation-up .navigation-v3 .nav-up-selected {}

.navigation-up .navigation-v3 .nav-up-selected a {
    color: #fff;
}

.navigation-up .navigation-v3 .nav-up-selected a.home {}

.navigation-up .navigation-v3 .nav-up-selected-inpage {}

.navigation-up .navigation-v3 li h2 {
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 16px;
    height: 53px;
    line-height: 53px;
}

.navigation-up .navigation-v3 li:hover {}

.navigation-up .navigation-v3 li a:hover {}

.navigation-up .navigation-v3 li h2 a {
    color: #fff;
    display: inline-block;
    font-family: "microsoft yahei";
    height: 53px;
    line-height: 53px;
    width: 122px;
}

.navigation-up .navigation-v3 li h2 a.home {
    width: 80px;
    padding-left: 42px;
    background: url(home.jpg) 18px center no-repeat;
}

.navigation-down {
    position: absolute;
    top: 54px;
    left: 0px;
    width: 100%;
}

.navigation-down .nav-down-menu {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0px;
    background: rgba(255, 255, 255, 0.7);
}

.navigation-down .nav-down-menu .navigation-down-inner {
    margin: auto;
    width: 1100px;
    position: relative;
}

.navigation-down .nav-down-menu dl {
    float: left;
    margin: 0 80px 18px 0;
}

.navigation-down .menu-1 dl {
    margin: 0 80px 25px 0;
}

.navigation-down .menu-1 dt {
    font: normal 16px "microsoft yahei";
    color: #61789e;
    padding-bottom: 10px;
    border-bottom: 1px solid #61789e;
    margin-bottom: 10px;
}

.navigation-down .menu-1 dd a {
    color: #555;
    font: normal 16px/30px "microsoft yahei";
}

.navigation-down .menu-1 dd a:hover {
    color: #60aff6;
}

.navigation-down .menu-2 dd a,
.navigation-down .menu-3 dd a {
    color: #fff;
    font: normal 16px "microsoft yahei";
}

.xiala {
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
}

.gaikuang {
    width: 293px;
    height: 96px;
    float: left;
}

.gaikuang img {
    width: 293px;
    height: 96px;
}

.mklist {
    width: 590px;
    float: right;
    margin: 0 auto;
    height: auto;
}

.mklist li {
    width: 180px;
    height: 35px;
    line-height: 35px;
    text-align: left !important;
    font-size: 14px;
    padding: 0 0 0 15px;
    float: left;
    background: url(../img/arrow-double-right.png) no-repeat 0 50%;
}

.mklist li a {
    color: #000;
}

.mklist li a a:hover {
    color: #f00;
}

.post-15 .tt .tit {
    padding-left: 40px;
    background: url(../img/lz-ico2.jpg) no-repeat left center;
}



#fdtp div{z-index:99999!important;}
body:before {
content: "";
position: fixed;
top: -10px;
left: 0;
z-index: 110;
width: 100%;
height: 10px;
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
box-shadow: 0px 0px 10px rgba(0,0,0,.8);}

.clearfix:after{clear:both;content:"\200B";display:block;height:0;}
.clearfix{*zoom:1;}
.jg{padding:20px;}
.jg-links li{
width:30%;
margin:0  25px 20px 0;
float:left;
background: #f5f5f5;}

@media screen and (max-width: 800px){
    .jg-links li{
    width: 45%;
    margin:0  20px 20px 0;
    float:left;
    background: #f5f5f5;
    }
}

@media screen and (max-width: 470px){
    .jg-links li{
    width: 99%;
margin:0  20px 20px 0; 
    }
}
.jg-links li a {
    height: 50px;
    line-height: 40px;
    font-size: 14px;
    padding: 5px 0 5px 10px;
    border-left: 5px solid #a10e0e;
    display: block;
    font-size:16px;
}

.jg-links li:hover a {
    background: #a10e0e;
    color: #fff;
    transition: 0.6s;
}

.jg-tit {
    color: #282828;
    font-weight: bold;
    font-size: 20px;
    line-height: 54px;
    height: 54px;
    background: url(${v_link("/images/21/title4.png")}) left center no-repeat;
    padding-left: 18px;
}

.title-lm{background:#a10e0e;color:#fff;height:56px;line-height:56px;text-align:center;font-size:18px;border-bottom: 1px solid #fff;}
.jz-wrap{padding:10px 20px;}
#lz-pic {padding:0px 10px;}

 

@media only screen and (min-width: 600px) {
    #lz-pic ul li{    
    width: 48%;
    float: left;
    background: #fff;
    position: relative;
    margin-bottom:10px;}
    
    
#xxyy{
padding:0px 10px;
}
#xxyy  li{
width:33.33%;
float:left;
margin-top:15px;
}
   
    
}

@media screen and (max-width: 1200px) {


#xxyy{
padding:20px 10px;
}
#xxyy  li{
width:50%;
float:left;
box-sizing: border-box;
padding:0 10px 0 10px;
margin-bottom:20px;
} 
#xxyy  li img{
display:block;
width:100%;
height: 35vw;
margin:0 auto;
} 
#lz-pic ul li{    
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    margin-bottom: 10px;}
}


#lz-pic ul li.n2{float:right;}     
#lz-pic ul li p{
border:1px solid #ccc;
border-top:none;
padding:5px 10px;
line-height:28px;}   
#lz-pic ul li img{width:100%;}
.yw-list dl{margin:5px 0 0 0;}
.yw-list dl dd{
height:44px;
line-height:44x;
width: 48%;
float:left;
}
.yw-list dl dd.n2,
.yw-list dl dd.n4,
.yw-list dl dd.n6,
.yw-list dl dd.n8{
float:right;
}

@media screen and (max-width: 600px){
    #TabCon2 .tznrct{width: 100%;}
}

@media screen and (max-width: 999px){
.yw-list dl dd{
width:100%!important;
}

.nav-right-links{
display:none!important;
}
}
.yw-list dl dd i{
float: left;
    color: #222;
    width: calc(100% - 42px);
    overflow: hidden;
    display: block;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yw-list dl dd span{float:right;}

.nav-right-links{
width: 85px;
    position: fixed;
    right: 10px;
    top: 280px;
    z-index: 1000;
}
.nav-right-links ul li{
    width: 85px;
    height: 75px;
    margin-bottom: 10px;
    padding: 10px 0 5px 0;
}
.nav-right-links ul li img{
display:block;
    margin: 5px auto;
}
.nav-right-links ul li p{
text-align: center;
}

.nav-right-links ul li p a{
color:#fff;
}
.nav-right-links ul li.n1{
background:#3B7090;}

.nav-right-links ul li.n2{
background:#AC171D;}

.nav-right-links ul li.n3{
background:#985054;}

.nav-right-links ul li.n4{
background:#AA8044;}


@media only screen and (max-width: 500px) {
    .leader-txt01 {font-size: 12px;}
.leader_list01 li{width:41%;}
}