
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 微软雅黑, serif;
}

li {
    list-style: none;

}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

body {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    min-width: 1200px;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner_zcjd {
    background: url("../images/zcjd.png") no-repeat center top;
    width: 1200px;
    height: 150px;
    margin: 30px auto;
}

.main {
    margin: 30px auto;
    width: 1200px;
}

.main h5 {
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #306fa4;
    margin-bottom: 10px;
}

.p1 .ytdd {
    width: 580px;
    position: relative;
}

.p1 .ytdd .swiper-container1 {
    width: 580px;
    height: 328px;
}

.p1 .ytdd .swiper-container1 .swiper-slide {
    display: block;
    position: relative;
}

.p1 .ytdd .swiper-container1 .swiper-slide img.pic {
    width: 580px;
    height: 328px;
    border-radius: 12px;
}

.p1 .ytdd .swiper-container1 .swiper-slide img.mask {
    position: absolute;
    width: 580px;
    height: 71px;
    bottom: 0;
    left: 0;
}

.p1 .ytdd .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 12px;
    z-index: 10;
    width: 100%;
}

.p1 .ytdd .swiper-pagination-switch {
    display: inline-block;
    width: 40px;
    height: 6px;
    background: #ffffff;
    margin: 0 10px;
    cursor: pointer;
}

.p1 .ytdd .swiper-active-switch {
    background: #1d517c;
}

/*日历*/
.p1 .bmjd {
    width: 582px;
    background: url("../images/calendar.png") no-repeat 110px 60px;
    background-size: 12px 310px;
}

.p1 .bmjd .box {
    margin: 18px 0;
}

/*日期*/
.p1 .bmjd .date {
    display: inline-block;
    background: url("../images/date.png");
    width: 94px;
    height: 93px;
    text-align: center;
    color: #4197f1;
}

.p1 .bmjd .date .day {
    font-size: 36px;
    font-weight: bold;
    margin: 14px 0 0 0;

}

.p1 .bmjd .date .month {
    font-size: 15px;
}

.p1 .bmjd .project {
    width: 440px;
    height: 90px;
    overflow: hidden;  
    padding: 14px;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 18px;
    box-shadow: 0 0 5px 0 #e5e5e5;
}

.p1 .bmjd .project a{
    -webkit-line-clamp: 2;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 66px;
    overflow: hidden;
}
.p1 .bmjd .project a:hover {
    color: #076fbe;
}
.p2 {
    border: none;
}
.p2 ,.p3{
    margin: 30px auto;
}

.p2 .mtjd .list li {
    width: 580px;
    font-size: 18px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.p2 .mtjd .list li a.file {
    width: 80px;
    height: 24px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    background: #4197f1;
    color: #ffffff;
    display: inline-block;
    border-radius: 6px;
    margin-right: 4px;

}

.p2 .qtjd .list li {
    overflow: hidden;
    width: 580px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
}

.p2 .qtjd .list li span {
    width: 80px;
    height: 24px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    background: #ffffff;
    color: #4197f1;
    border: 1px solid #4197f1;
    display: inline-block;
    border-radius: 6px;
    margin-right: 8px;

}

.p3 .snzc {
    width: 580px;
}

.p3 .gnzc .list li {
    overflow: hidden;
    width: 580px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}

.p3 .gnzc .list li span {
    width: 6px;
    display: inline-block;
    height: 6px;
    margin-right: 10px;
    vertical-align: 3px;
    border-radius: 3px;
    background: #4197f1;
}

.p4 ul.city {
    width: 1220px;
    margin: 0 auto;
}

.p4 ul.city li {
    float: left;
    width: 100px;
    height: 38px;
    background: #64b6f8;
    border-radius: 4px;
    list-style: none;
    font-size: 18px;
    color: #ffffff;
    line-height: 38px;
    margin: 0 10px 15px 0;
    text-align: center;
}