@charset "UTF-8";

html,
body {
    height: 100%;
    font-family: 微软雅黑, serif;
}

a,
body {
    padding: 0;
}

body a {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #222222;
}

body {
    background: #fafafa url(/static/images/bg.jpg) no-repeat;
    background-size: 100% 100%;
}

div {
    display: block;
}

p,
h3 {
    display: block;
    margin-block-start: 20px;
    margin-block-end: 20px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.header {
    height: 145px;
    line-height: 145px;
    font-size: 32px;
    font-weight: bold;
}

.menu {
    width: 100%;
    height: 60px;
    background-color: #393D49;
}

.layui-nav {
    padding: 0;
}

.layui-nav * {
    font-size: 16px;
}
.layui-nav .layui-nav-item {
    line-height: 50px;
}
.layui-nav .layui-this:after {
    background-color: #c40000 !important;
    height: 0px !important;
}

.layui-nav .layui-this > a {
    background-color: #c40000 !important;
}

.layui-nav a:hover {
    background-color: #c40000 !important;
}

.layui-nav-item {
    margin-right: 8px !important;;
}

.layui-nav .layui-nav-child a:hover {
    background-color: #c40000 !important;
    color: #FFFFFF !important;
}

.footer {
    background-color: #393D49;
    height: 130px;
    padding: 30px 0px;
    line-height: 30px;
    text-align: center;
    color: #6f6f6f;
    width: 100%;
}

.footer a {
    color: #6f6f6f;
}

.footer a:hover {
    color: #FFFFFF;
}

.fixbar-top {
    background-color: #c40000 !important;
}

.carousel-top-new {
    background: url(/static/images/carousel-top-bg.png) repeat center, transparent;
    height: 150px;
    position: absolute;
    top: 70px;
    padding: 0px 15px;
}

.carousel-top-new .carousel-top-new-title {
    color: #FFFFFF;
    font-size: 18px;
}

.carousel-top-new .carousel-top-new-info {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 25px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.h40 {
    line-height: 40px;
    height: 40px;
}

.h5 {
    line-height: 5px;
    height: 5px;
}

.h10 {
    line-height: 10px;
    height: 10px;
}

.h15 {
    line-height: 15px;
    height: 15px;
}

.h20 {
    line-height: 20px;
    height: 20px;
}

.padding10 {
    padding: 0px 10px;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-top20 {
    padding-top: 20px;
}

.padding20 {
    padding: 20px;
}

.news-list {
    padding-left: 10px;
    padding-top: 0px;
}

.news-list .has-img,
.news-list .no-img {
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #e0e0e0;
    height: 120px;
    width: 100%;
    margin-bottom: 10px;
}

.news-left {
    float: left;
    height: 120px;
    overflow: hidden
}

.news-list .no-img {
    height: auto;
    max-height: 120px
}

.news-list .has-img:hover,
.news-list .no-img:hover {
    background-color: #f8f8f8
}

.l-img {
    display: block;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.l-img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.news-right {
    float: right;
    height: 120px;
    padding-right: 10px;
}

.nr-tit {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
    margin-top: 5px;
}

.nr-tit a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #404040;
    font-weight: bold;
    margin-bottom: 5px
}

.nr-cont p {
    margin: 0px;
}

.nr-cont,
.nr-cont a {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    height: 75px;
    overflow: hidden
}

.no-img .nr-cont {
    max-height: 50px;
    height: auto
}

.nr-cont {
    margin-top: 6px
}

.nr-cont a:hover,
.nr-tit a:hover {
    color: #f64747;
    text-decoration: none
}

.news-img-list {
    padding-top: 10px;
    padding-left: 10px;
    overflow: hidden;
    position: relative;
}

.news-img-list img {
    height: 170px;
    width: 210px;
}

.news-img-list a {
    display: block;
    height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
}

.news-img-list h3 {
    height: 30px;
    overflow: hidden;
    position: relative;
    margin: 5px 0px 0px 0px;
}

.news-left-img {
    padding-top: 10px;
}

.news-left-img img {
    height: 280px;
    width: 440px;
}

.news-left-img span {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.news-left-img h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #404040;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-left-img h3:hover,
.news-left-img span:hover {
    color: #f64747;
    text-decoration: none;
}

.box-header {
    border-bottom: 1px #eeeeee solid;
    line-height: 25px;
    padding: 10px;
    margin-bottom: 10px;
    height: 25px;
}

.box-header .note {
    padding-left: 10px;
}

.box-header h2 {
    padding: 0px;
    color: #404040;
    font-weight: bold;
    font-size: 18px !important;
}

.box-header h2 span {
    border-left: 3px #f34540 solid;
    padding-left: 10px;
}

.padding-right20 {
    padding-right: 20px;
}

.cm_ul li {
    height: auto;
    min-height: 36px;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    white-space: normal;
    text-overflow: clip;
    -o-text-overflow: clip;
}
.ad img {
    height: 100%;
    width: 100%;
}

.huodong_list {
    overflow: hidden;
    position: relative;
}

.huodong_list img {
    height: 130px;
    width: 100%;
}

.huodong_list span {
    color: #404040;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
}

.fuwu_list {
    overflow: hidden;
    position: relative;
}

.fuwu_list .left {
    width: 64px;
    height: 64px;
    display: flex;
    background-color: #C40000;
}

.fuwu_list .right {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.fuwu_list a {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    height: 64px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #E17F7F;
    display: flex;
}

.fuwu_list a:hover {
    color: #C40000;
}

.fuwu_list img {
    margin: auto;
    width: 30px;
    height: auto
}

.zhuanjia_list {
    overflow: hidden;
    position: relative;
}

.zhuanjia_list li {
    float: left;
    height: 130px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.zhuanjia_list img {
    height: 130px;
}

.zizhi_list {
    overflow: hidden;
    position: relative;
}

.zizhi_list li {
    float: left;
    height: 130px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.zizhi_list img {
    width: 130px;
}

.huizhang img {
    width: 80px;
    padding-right: 10px;
}

.huizhang .info {
    line-height: 25px;
}

.layui-fixbar li {
    background-color: #c40000;
}

.index-nav .layui-nav-bar {
    height: 2px;
    background-color: #c40000;
    top: 0 !important;
}

.crumb {
    margin-top: 10px;
    margin-bottom: 10px;
}

.title {
    font: 700 38px/48px MicrosoftYaHei Bold, MicrosoftYaHei, Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
    color: #404040
}

.alone_content {
    border-top: 1px solid #c2c2c2
}

.side_mod_title {
    margin-bottom: 4px;
    margin-top: 15px;
    font: 700 18px/20px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
    color: #404040
}

.right10 {
    padding-right: 15px;
}

.post_side_mod_list {
    margin-top: 0;
}

.post_side_mod_item h3 {
    margin: 0px;
    padding: 0px;;
}

.post_side_mod_item {
    margin-top: 0;
    padding: 12px 10px;
    font: 14px/20px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
    border-bottom: 1px solid #c2c2c2;
}

.post_side_mod_item a {
    color: #555555;
}

.post_side_mod_item a:hover {
    color: #e10000;
    text-decoration: none;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

ul.photoList, ul.leaderList, ul.activityList {
    margin: 10px 0;
    text-align: center;
}

ul.photoList li img, ul.leaderList li img, ul.activityList li img {
    padding: 5px;
    border: 1px solid #DDDDDD;
}

ul.photoList li {
    float: left;
    width: 159px;
    height: 155px;
}

ul.photoList p, ul.leaderList p, ul.activityList p {
    text-align: center;
    margin-block-start: 5px;
    margin-block-end: 10px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

ul.leaderList li {
    float: left;
    width: 160px;
    height: 205px;
}

ul.activityList li {
    float: left;
    width: 320px;
    height: 230px;
}