html,
body,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

* {
    font-family: "microsoft yahei";
}



html,
body {
    min-width: 1400px;
    margin: 0;
    padding: 0;
    zoom: 1;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.main {
    width: 100%;
}

.header {
    width: 100%;
    height: auto;
}

.header img {
    width: 100%;
    display: block;
}

.con {
width:100%;
    overflow: hidden;
}

/* 导航 */

.navigation {
    width: 100%;
    background: #ee1d24;
    height: 60px;
}

.nav-con {
    width: 1000px;
    margin: auto;
}

.nav {
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    width: 140px;
    height: 60px;
    float: left;
    position: relative;
    display: inline;
    text-align: center;
}

.nav .on {
    background: #c91619;
    color: #fff;
}

.nav .nLi h3 {
    height: 60px;
}

.nav .nLi h3 a {
    font-size: 16px;
    text-align: center;
    font-weight: 100;
}

.nav .sub {
    display: none;
    width: 140px;
    left: 0;
    top: 60px;
    position: absolute;
    background: #fff;
    line-height: 60px;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #000;
    zoom: 1;
}

.nav .sub a {
    display: block;
    color: #000;
    font-size: 14px;
}

.nav .sub a:hover {
    background: #c91619;
    color: #fff;
}

.nav .on h3 a {
    height: 60px;
}

.container {
    width: 1000px;
    margin: auto;
}

.column {
    height: 120px;
    position: relative;
}

.column .xian {
    height: 1px;
    border-bottom: 1px solid #ee1d24;
}

.column .xian_left {
    width: 410px;
    margin-top: 50px;
}

.column .xian_right {
    height: 50px;
    width: 545px;
    position: absolute;
    right: 0;
    top: 40px;
}

.column img {
    margin-top: 35px;
}

.column .xian_right .name,
.column .xian_right .more {
    height: 50px;
    line-height: 50px;
}

.column .xian_right .name {
    padding-left: 15px;
}

.column .xian_right .name a {
    font-size: 24px;
    font-weight: bold;
    color: #c31c1c;
}

.column .xian_right .more a {
    font-size: 14px;
    color: #ee1d24;
}

.con5 {
    margin-bottom: 30px;
}

/* 新闻轮播 */

.slideBox {
    width: 490px;
    height: 275px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    margin-right: -50px;
    bottom: 7px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    padding: 0;
    margin-right: 12px;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    border: 1px solid #ee1d24;
    background: #ee1d24;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd img {
    width: 490px;
    height: 275px;
    display: block;
}

.con1-list {
    width: 485px;
    /* margin-top: 10px; */
}

.con1-list ul {
    list-style-type: disc;
    padding-left: 20px;
}

.con1-list ul li {
    line-height: 36px;
    font-size: 14px;
    color: #c31c1c;
}

.con1-list ul li a {
    font-size: 16px;
}

.con1-list ul li span {
    color: #999999;
    font-size: 14px;
    font-weight: 100;
    float: right;
}

.con1-list ul li:hover a {
    font-weight: bold;
    color: #c31c1c;
    font-size: 16px;
}

.con2-list {
    margin-top: 20px;
}

.con2-list ul {
    overflow: hidden;
}

.con2-list ul li {
    width: 275px;
    height: 93px;
    border-right: 1px solid #ee1d24;
    padding-right: 40px;
    margin-right: 45px;
    float: left;
    margin-bottom: 40px;
}

.con2-list ul li .day {
    font-size: 26px;
    font-weight: bold;
    margin-right: 15px;
}

.con2-list ul li .title {
    margin-top: 10px;
    line-height: 1.5em;
}

.con2-list ul li:hover .title a {
    color: #c31c1c;
    font-weight: bold;
}

.con2-list ul li:hover .day {
    color: #c31c1c;
}

.ad img {
    width: 100%;
    display: block;
}

.con3-list {
    width: 485px;
}

.column .xian_rights {
    width: 90%;
}

.con1-list ul li.one {
    width: 485px;
    height: 275px;
    position: relative;
    left: -20px;
    list-style-type: none;
    margin-bottom: 25px;
    overflow: hidden;
}

.con1-list ul li.one img {
    width: 485px;
    height: 275px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con1-list ul li.one:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.con1-list ul li.one p {
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    box-shadow: 0 -15px 20px 0 #000 inset;
}

.foot {
    background: #d30b0c;
}

.foot-con {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 40px 0;
}

.foot-con p {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.foot-con .qr {
    text-align: center;
}

.foot-con .qr img {
    width: 84px;
    height: 84px;
}

.neiye {
    margin-top: 20px;
    overflow: hidden;
}

.neiye .ce-nav {
    width: 275px;
}

.neiye .ce-nav .lanmu {
    height: 50px;
    line-height: 50px;
    background: #ee1d24;
    color: #fff;
    font-weight: bold;
    padding-left: 20px;
}

.neiye .ce-nav ul li {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding-left: 45px;
    background: #eeeeee;
    border-bottom: 1px solid #fff;
    font-weight: 100;
}

.neiye .ce-nav ul li.on {
    background: #f25f64;
    border-bottom: 1px solid #f25f64;
}

.neiye .ce-nav ul li.on a {
    color: #fff;
}

.neiye .ce-nav ul li:hover {
    background: #f25f64;
    border-bottom: 1px solid #f25f64;
}

.neiye .ce-nav ul li:hover a {
    color: #fff;
}

.neiye-con {
    width: 710px;
}

.neiye-con .weizhi,
.neiye-con .weizhi a {
    font-size: 14px;
    color: #666666;
}

.neiye-con .weizhi {
    padding-bottom: 10px;
    border-bottom: 1px solid #ee1d24;
}

.neiye-con .detail h2 {
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
}

.neiye-con .detail .time {
    font-size: 14px;
    text-align: center;
    padding: 15px 0 25px 0;
    color: #666666;
}

.neiye-con .detail .detail-text {
    padding: 20px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.neiye-con .detail .detail-text p {
    line-height: 2.1875rem;
    text-indent: 32px;
}

.neiye-con .detail .next {
    overflow: hidden;
}

.neiye-con .detail .next p {
    line-height: 70px;
    font-size: 14px;
}

.neiye-con .detail .next p:hover a {
    color: #dd120e;
}

.neiye-con .img ul {
    overflow: hidden;
}

.neiye-con .img ul li {
    width: 164px;
    float: left;
    margin: 20px 17px 0 0;
    position: relative;
    overflow: hidden;
}

.neiye-con .img ul li img {
    width: 164px;
    height: 164px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.neiye-con .img ul li:hover img {
    width: 164px;
    height: 164px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.neiye-con .img ul li p {
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    background: rgba(0, 0, 0, .7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
    position: absolute;
    bottom: 0;
    color: #fff;
}

.neiye-con .img ul li:hover p {
    background: rgba(238, 29, 36, .7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2EE1D24,endColorstr=#B2EE1D24);
}

.neiye-con .imgText .img {
    width: 283px;
    height: 158px;
    overflow: hidden;
}

.neiye-con .imgText .img img {
    width: 283px;
    height: 158px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.neiye-con .imgText .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.neiye-con .imgText ul li {
    background: #fff;
    overflow: hidden;
    margin-top: 20px;
}

.neiye-con .imgText .text {
    width: 385px;
    padding: 20px;
}

.neiye-con .imgText .text .title {
    font-weight: bold;
}

.neiye-con .imgText .text .abs {
    font-size: 14px;
    line-height: 1.8em;
    margin: 15px 0;
    color: #666666;
    font-weight: 100;
}

.neiye-con .imgText .text .time {
    color: #999999;
    font-size: 14px;
    font-weight: 100;
}

.neiye-con .imgText ul li:hover .text .title {
    color: #ee1d24;
}

.neiye-con .texts ul li{
    padding: 25px 30px;
    overflow: hidden;
    margin-top: 20px;
    background: #fff;
    border-left: 2px solid #ee1d24;
}

.neiye-con .texts .time{
    width: 70px;
}

.neiye-con .texts .time .day{
    font-size: 24px;
    border-bottom: 1px solid #ee1d24;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 5px;
}

.neiye-con .texts .time .year{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.neiye-con .texts .text{
    width: 560px;
}

.neiye-con .texts .text .title {
    font-weight: bold;
    line-height: 2em;
}

.neiye-con .texts .text .abs {
    font-size: 14px;
    line-height: 1.8em;
    color: #666666;
}

.neiye-con .texts ul li:hover .text .title {
    color: #ee1d24;
}

.neiye-con .texts ul li:hover .time .day {
    color: #ee1d24;
    border-color: #ee1d24;
}

.neiye-con .texts ul li:hover .time .year {
    color: #ee1d24;
}