* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

body {
    background-color: #f5f5f5;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}


.head-t {
    position: relative;
    width: 100%;
    height: 0.1px;
    /* background-color: #f05656; */
}

.p-img {

    width: 90%;
    /* height: 320px; */
    /* background-color: green; */
    margin-left: 5%;
    margin-top: 90px;
}

.p-img .img {
    width: 100%;
}

.new-t {
    /* */
    width: 90%;
    height: 70px;
    margin: 0 auto;
    background-color: #f2f2f2;
    /* background-color: #f05656; */

}

.new-t .t1 {
    float: left;
    font-size: 17px;
    line-height: 70px;
    color: #b6b2b2;
}

.new-t .t2 {
    float: right;
    font-size: 22px;
    line-height: 70px;
    /* padding-right: 20px; */
    /* color: rgb(190, 46, 46); */
    font-weight: 700;
    margin-right: 25px;
}

.new-t .t2 a {
    color: rgb(190, 46, 46);
}

.new-t .t2 .p1 {
    /* margin-right: 25px; */
    padding-right: 50px;

}

.new-t .t2 .p2 {
    /* margin-right: 90px; */
    padding-right: 120px;
}

.new-p {
    overflow: hidden;
    /* float: left; */
    width: 90%;
    /* height: 170px; */
    background-color: #f2f2f2;
    margin: 15px auto;
    border-top: 1px solid rgb(230, 221, 221);
}

.new-p img {
    width: 18%;
    /* height: 170px; */
    /* margin-bottom: 20PX; */
    /* background-color: #fff; */
    margin-top: 15px;

}

.new-p div {
    float: right;
    width: 80%;
    /* height: 100%; */
    /* border: 2px solid red; */
}

.new-p h4 {
    font-size: 17px;
    color: rgb(123, 80, 202);
    float: right;
    padding-top: 20px;
    padding-right: 20px;
    font-weight: 100;
}

.new-p h1 {
    font-size: 22px;
    /* line-height: 120px; */
    padding-left: 50px;
    padding-top: 50px;
    color: #2c2b2b;
}

.new-p p {
    float: right;
    font-size: 17px;
    padding-left: 50px;
    margin-right: 5%;
    padding-top: 20px;
    color: #2c2b2b;
    /* border: 2px solid red; */
}

.new-p div:hover {
    background-color: #fdfcfc;
}