﻿@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1300px;
    background: #ffffff !important;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
    position: relative;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #cc0000;
    transition: all 0.6s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.i_jg {
    width: 100%;
    margin: 10px auto;
    height: 10px;
    overflow: hidden
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.relative {
    position: relative;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

/**/
.zt_banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.zt_banner img {
    width: 100%;
}

/*part_box*/
.part_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 0
}

.zt_title {
    background: url("../images/title_bg.png") center no-repeat;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 68px;
    position: relative;
    top: 26px;
    z-index: 99;
}

.zt_title h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    position: relative;
    top: 0;
    z-index: 999
}

.part_nr {
    width: 1120px;
    height: auto;
    overflow: hidden;
    background: #fff6f5;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    border-radius: 20px;
}

.part_nr:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/**/
.date_list {
    padding: 0 0 0 0 !important;
    position: relative;
    margin-top: 0;
    width: 100%; overflow: hidden;
}
.date_list ul{width: 104%}
.date_list li {
    width: 31%;
    float: left;
    margin-right: 2%;
    height: 70px;
    display: block;
    padding: 15px 0;
    overflow: hidden;
}

.date_list li:hover {
    background: #f9f9f9
}

.date_list li:last-child {
    border-bottom: none;
    padding: 17px 0 0 0;
    margin: 0;
}

.date_list li a {
    height: 60px;
    font-size: 16px;
    color: #333333;
    line-height: 27px;
    overflow: hidden;
    display: block;
    float: left;
    width: 270px;
    padding: 7px 0 0px 5px;
}

.date_list li a:hover {
    color: #b80000;
}

.date_list li span {
    padding: 10px;
    float: left;
    display: block;
    width: 50px;
    height: 45px;
    text-align: center;
    color: #f65844;
    font-size: 14px;
    line-height: 24px;
    margin-right: 12px;
    margin-top: 1px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.date_list li span i {
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    background: #f65844;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;
}

.date_list li:hover span {
    color: #bc0014
}

.date_list li:hover i {
    color: #fff000
}
/**/
.i_list {
    width: 104%;
    margin: 5px auto 0 auto;
}

.i_list li {
    width: 46%;
    margin-right: 4%;
    float: left;
    font-size: 16px;
    color: #a0a0a0;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.i_list li a {
    color: #222222;
    font-size: 16px;
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 78%;
    padding-left: 2%;
    text-align: left;
    transition: all 0.2s;
    background: url("../images/ico_001.png") left center no-repeat;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_list li span {
    float: right;
    color: #7d7d7d;
}

.i_list li:hover a {
    color: #cc0000
}

.marginbottm {
    margin-bottom: 40px
}
