﻿@charset "utf-8";

/*
初始化
*/
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}

dl {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #333;
    font-size: 12px;
    font-family: "微软雅黑";
}

ul,
ol {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #eeeeee;
}

a:link {
    color: #333333;
}

a:visited {
    color: #333333;
}

a:hover,
a:active,
a:focus {
    color: #ac0708;
    text-decoration: underline;
}

li>a {
    width: 100%;
    font-size: 14px;
    display: inline-block;
    position: relative;
}

.content li {
    position: relative;
    padding-left: 16px;
}

.circle:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #333333;
    border-radius: 100%;
    position: absolute;
    left: 6px;
    top: 8px;
}

.content li:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #333333;
    border-radius: 100%;
    position: absolute;
    left: 6px;
    top: 6px;
}

.clearfix:after {
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

i {
    font-style: normal;
}

h2 {
    font-size: 16px;
    background: url('../images/yicon.png') 10px center #ac0708 no-repeat;
    color: #ffffff;
    padding: 10px 0 10px 30px;
    position: relative;
    font-family: "微软雅黑", "SimSun", "宋体", "Arial Narrow";
}

h2 span {
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

h2 span>a:visited {
    color: #fff;
}

h2 span>a:link {
    color: #fff;
}

h2 span>a:visited {
    color: #ffffff;
}


.border-size {
    border: 0px;
}

/*end*/

.container {
    width: 1200px;
    margin: 0 auto;
    /*padding: 0 15px;*/
}

.log-nav {
    height: 160px;
    position: relative;
    background-image: url("../images/BgHead.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.log-nav img {
    margin-top: 40px;
    vertical-align: top;
}

.log-nav img:nth-child(2) {
    margin-top: 54px
}

.header {
    width: 100%;
    background: -webkit-linear-gradient(90deg, #eaeaea, #f3f3f3);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(90deg, #eaeaea, #f3f3f3);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(90deg, #eaeaea, #f3f3f3);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(90deg, #eaeaea, #f3f3f3);
    /* 标准的语法 */
    font-size: 18px;
    border-bottom: 1px solid #f3f3f3;
}

.header .log-nav {}

.header ul li a {
    text-decoration: none;
}

.header ul li a:hover {
    text-decoration: none;
    color: #ffffff;
}

.header ul li a:vistied {
    text-decoration: none;
}

.header ul li.active a {
    color: #ffffff;
    text-decoration: none;
}

.header ul li {
    height: 38px;
    line-height: 38px;
    float: left;
    font-size: 16px;
}

.header ul li a {
    height: 38px;
    line-height: 38px;
    padding: 0 25px;
}

.header ul li:hover {
    color: #ffffff;
    background: -webkit-linear-gradient(90deg, #e10019, #ac0708);
    background: -o-linear-gradient(90deg, #e10019, #ac0708);
    background: -moz-linear-gradient(90deg, #e10019, #ac0708);
    background: linear-gradient(90deg, #e10019, #ac0708);
}

.header ul li.active {
    color: #ffffff;
    background: -webkit-linear-gradient(90deg, #e10019, #ac0708);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(90deg, #e10019, #ac0708);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(90deg, #e10019, #ac0708);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(90deg, #e10019, #ac0708);
    /* 标准的语法 */
}

/*end*/
.content-top {
    margin-top: 10px;
    margin-bottom: 15px;
}

.content-top-left {
    width: 1000px;
    height: 320px;
    border: 1px solid #eeeeee;
    float: left;
}

.content-top-right {
    width: 190px;
    float: right;

}

.content-top-right li:before {
    width: 0;
    height: 0;
}

.content-top-right li>a {
    font-size: 12px;
}

.content-top-right li {
    margin: 6px 0;
    padding: 5px;
}

.content-top-right li:nth-child(2n) {
    background-color: #e6e6e6;
}

.content-top-right li:after {
    border: 0
}


.content-top-right .into {
    height: 140px;
    height: 320px;
    border: 1px solid #eeeeee;
    overflow: hidden;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.content-top-right .list-b {
    height: 170px;
    border: 1px solid #eeeeee;
    overflow: hidden;
    box-sizing: border-box;
}

.content-top-right .list-b ul {
    margin-top: 30px;
}

.content-center {
    position: relative;
}

.content-center ul>li {
    margin: 24px 10px;
}

.content-center .into ul>li {
    margin: 20px 10px;
}

.content-center>div {
    float: left;
    margin-right: 10px;
    /*height: 345px;*/
}

.content-center>div ul {
    padding-top: 14px;
    border: 1px solid #eeeeee;
    border-top: 0;
}

.content-center div ul li:first-child {
    margin-top: 0;
}

.content-center>div:nth-child(1) {
    width: 495px;
}

.content-center>div:nth-child(2) {
    width: 495px;
}

.content-center div:nth-child(3) {
    width: 190px;
    float: right;
    margin-right: 0;
    box-shadow: none;
}

.bottom-bot:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #eeeeee;
    position: absolute;
    bottom: -12px;
    left: 0px;
}

.content-center li:last-child {
    border-bottom: 0;
}

.content-center li>a {
    width: 380px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.content-center .infor li>i,
.content-center .news li>i {
    font-size: 12px;
    color: #999999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.content-center .friend-link ul li a {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.content-center .friend-link ul li {
    margin: 17px 10px;
}

.friend-link .list-b {
    margin-top: 21px;
}

.content-center .activity-style {
    width: 100%;
    height: 200px;
    margin-right: 0px;
    margin-top: 20px;
    border: 0px;

}

.activity-style .activity-image {
    padding: 10px 0;
    border: 1px solid #eeeeee;
    border-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-center .activity-style dd {
    width: 189px;
    height: 140px;
    border: 1px solid #eeeeee;
    float: left;
    margin: 0 5px;
}

.content-center .activity-style dd:first-child {
    margin-left: 7px;
}

.fot-link {
    padding: 30px 0 0 0;
}

.fot-link ul li {
    display: inline-block;
}

.fot-link li:before {
    width: 0;
    height: 0;
}

.fot-link li:first-child {
    padding-left: 0;
}

.fot-link li:nth-child(2) {
    padding-left: 0;
}

/*footer*/
.footer {
    border-top: 2px solid #ac0708;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

div#pagediv {
    width: 100%;
    background: #f1f1f1;
    font-family: "SimSun", "宋体", "Arial Narrow";
    line-height: 30px;
    margin: 0px 0 10px 0px;
    text-align: center;
}

/*listPage-css*/
.news-list {
    margin-top: 20px;
}

.new-list-left {
    width: 700px;
    float: left;
    vertical-align: top;
}

.news-list-right {
    width: 480px;
    float: right;
    vertical-align: top;
}

.new-list-left>div:last-child {
    border: 0px;
}

.new-list-left .col {
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.new-image {
    width: 250px;
    height: 170px;
    border: 1px solid #eeeeee;
    float: left;
}

.news-list h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.news-list p {
    color: #888888;
    margin: 20px 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-list .time-num span {
    color: #999999;
    font-size: 12px;
    display: inline-block;
    margin-right: 20px;
}

.news-list .new-dec {
    float: right;
    width: 450px;
    padding: 0 20px;
    margin-top: 15px;
}

.news-list-right>div {
    margin-bottom: 20px;
}

.news-list-right .news-list-li {
    padding: 10px;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.news-list-right li {
    padding-left: 20px;
    position: relative;
}

.news-list-right .news-list-li li>a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list-right .news-list-p {
    padding: 10px;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.date-time {
    text-align: right;
}

/*detais*/
.nav-bar {
    width: 150px;
    margin-top: 20px;
    display: inline-block;
    box-shadow: 0 0 1px #ccc;
}

.nav-bar ul li {
    padding: 10px;
    font-size: 14px;
    position: relative;
    box-sizing: unset;
}

.nav-bar ul li a {
    color: #333;
}

.nav-bar ul li:after {
    content: '';
    width: 90%;
    border-bottom: 1px dashed #cccccc;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-bar ul li a:hover {
    text-decoration: none;
}

.nav-bar ul li.active {
    background-color: #ac0708;
    text-decoration: none;
}

.nav-bar ul li.active a {
    color: #ffffff;
}

.nav-bar ul li:last-child:after {
    width: 0;
}

.nav-bar ul li.active:after {
    width: 0;
}

.nav-bar-content {
    display: inline-block;
    border-top: 4px solid #ac0708;
    width: 1016px;
    margin-top: 20px;
    margin-left: 30px;
    vertical-align: top;
}

.nav-bar-content .nav>span {
    display: inline-block;
    padding: 14px;
    font-size: 14px;
    border-bottom: 2px solid #ac0708;
}

.nav-bar-content .nav>div {
    float: right;
    padding: 14px 0;
    font-size: 14px;
}

.nav-art ul li {
    padding: 5px 0 15px 0;
    border-bottom: 1px solid #dddddd;
}

.nav-art ul li:last-child {
    border-bottom: 0px;
}

.nav-art ul li h3 {
    font-size: 16px;
    color: #333333;
    padding-top: 12px;
}

.nav-art ul li h3 time {
    font-weight: normal;
    font-size: 14px;
    color: #888888;
    margin-top: 3px;
}

.nav-art p {
    font-size: 14px;
    color: #333333;
    padding: 10px 0;
}

.nav-art ul li>div {
    color: #888888;
}

.nav-art ul li>div time {
    margin-right: 20px;
}

/* details */
/*detais*/
.details {
    margin-top: 40px;
}

.details h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 0px 180px;
}

.details .time-num {
    text-align: center;
}

.details .details-article {
    width: 1000px;
    margin: 0 auto;
}

.details .time-num span {
    font-size: 14px;
    color: #888888;
    display: inline-block;
    padding: 15px 0;
    margin: 0 10px;
}

.details .details-img {
    width: 900px;
    height: 500px;
    border: 1px solid #eeeeee;
    margin: 0 auto;
}

.details .details-img img {
    width: 900px;
    height: 500px;
}

.details p {
    padding: 5px 100px;
    font-size: 14px;
    text-align: justify;
    color: #666666;
    line-height: 24pt;
}

/* banner */
ul,
li,
ol {
    list-style-type: none;
}

.banner {
    width: 100%;
    height: 320px;
    position: relative;
}

.left,
.right {
    z-index: 99;
    position: absolute;
    width: 41px;
    height: 69px;
    background: url(../images/arr.png) no-repeat;
    top: 125px;
    display: none;
}

.left {
    background-position: -84px 0;
    left: 0;
}

.right {
    background-position: right;
    right: 0;
}

.left:hover {
    background-position: left;
}

.right:hover {
    background-position: -42px 0;
}

.banner ul li {
    width: 100%;
    height: 320px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    padding: 0;
}

.banner ul li a {
    display: block;
    width: 100%;
    height: 320px;
}