.header {
    padding: 10px;
}

.header_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header_nav ul {
    display: flex;
    margin-left: 15px;
}

.header_nav ul li a {
    font-size: 16px;
    color: #333333;
    margin-left: 35px;
}

.banner>img {
    width: 100%;
    height: 100%;
}

.news {
    position: absolute;
    top: 250px;
    left: 650px;
    left: 580px;
    width: 300px;
    text-align: center;
}

.news .p1 {
    font-size: 36px;
    color: #fff;
}

.news .line {
    height: 2px;
    width: 30px;
    background-color: #fff;
    margin: 10px auto;
}

.news .p2 {
    font-size: 18px;
    color: #fff;
}

.banner_nav {
    background-color: #f2f2f2;
    padding: 20px 0;
}

.nav_con {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.banner_nav_list ul {
    display: flex;
}

.banner_nav_list ul li {
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
}

.banner_nav_list ul li a {
    padding: 0px 30px;
    font-size: 15px;
    color: #333;
}

.dingwei {
    display: flex;
    align-items: center;
}

.dingwei_text {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
    margin-left: 2px;
}

.dingwei_text span a:hover {
    color: rgb(1, 117, 194);
}

.newListBox {
    width: 1300px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
}

.newList {
    margin-left: 10px;
    /*width: 420px;*/
    width: 640px;
    height: 240px;
    margin-top: 20px;
}

.newListCon {
    display: flex;
    flex-wrap: nowrap;
    background: #f3f3f3;
    width: 100%;
    height: 100%;
    position: relative;

}

.Details1{
    padding: 30px;
}

.newTimeBox {
    /*width: 350px;*/
    /* border: 1px solid; */
    margin-top: 45px;
        z-index: 99;
}

.year {
    color: #222;
    font-size: 1rem;
    text-align: right;
    /* display: block; */
    margin-top: 5px;
    font-family: "Arial";
        z-index: 99;
}

.mon {
    color: #222;
    font-size: 28px;
    /* display: block; */
    font-style: normal;
    text-align: right;
    font-family: "Arial";
    font-weight: bold;

}

.dotBlack {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-left: 40px;
}

.dotBlack>img {
    width: 100%;
    height: 100%;
}

.content {
    margin-left: 30px;
    margin-top: 40px;
        z-index: 99;
}

.newTitle {
    /*width: 270px;*/
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newTitle>a {
    color: rgb(89, 89, 89);
    font-size: 20px;
}

.miaoshu {
    color: #666;
    font-size: 14px;
    line-height: 32px;
    margin-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 64px;
    /*width: 250px;*/
    width: 90%;
}

.newDetailLink {
    width: 45px;
    height: 12px;
    display: block;
    margin-top: 30px;
}

.zhe{
    height: 240px;
    position: absolute;
    background: #111111;
    z-index: 1;
    /* transition: all 0.1s; */
    width: 0px;
}