* {
	padding: 0;
	margin: 0;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
}
a{
    text-decoration: none; /* 去除默认的下划线 */
    color: #000;    /* 去除默认的颜色和点击后变化的颜色 */
}
.title p {
    margin: 0;
    color: white;
}

.propaganda>.top {
    background: white;
    height: 80px;
}

.propaganda>.top .main {
    margin: auto;
    width: 1175px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.propaganda>.top .main .left img {
    height: 80px;
    cursor: pointer;
}

.propaganda>.top .main .left img:nth-child(2){
    float: right;
    position: relative;
    bottom: -8px;
}

.propaganda>.top .main .right a{
    display: flex;
    align-items: center;
    column-gap: 5px;
    /*text-decoration: none;*/
}

.propaganda>.top .main .right span {
    font-weight: bold;
}

.propaganda>.top .main .right img {
    width: 30px;
}

.center {
    background-image: url('http://file.zhupinhr.com/app/bg.png');
    background-size: cover;
    width: 100%;

    display: flex;
    align-items: center;
}

.center .main {
    margin: auto;
    width: 1175px;
	height: 570px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.center .main .title {
    display: flex;
    flex-direction: column;
    position: relative;
    top: -30px;
}

.center .main .title .name {
    padding: 20px 0;
    font-size: 42px;
}

.center .main .title .contend {
    font-size: 26px;
    font-weight: 300;
}

.center .main .title .search {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: white;
    margin: 50px 0;
}

.center .main .title .search img:nth-child(1) {
    width: 20px;
    padding: 15px;
}

.center .main .title .search img:nth-child(3) {
    width: 30px;
    padding: 5px;
    position: relative;
    right: -60px;
}

.center .main .title .search input {
    border: 0;
    height: 30px;
    outline: none;
    width: 350px;
    font-size: 20px;
    /*color: #ABABAB;*/
}

.center .main .title .ewm {
    display: flex;
    align-items: flex-end;
}

.center .main .title .ewm .img_list {
    display: flex;
    align-items: center;
}

.center .main .title .ewm .img_list img {
    width: 177px;
}

.center .main .title .ewm .img_list .back {
    width: 70px;
}

.center .main .title .ewm .consrtct p {
    font-size: 20px
}

.center .main .title .ewm .consrtct img {
    width: 240px;
}

.center .main .imgbox img {
    width: 420PX;
}

.bottom .main {
    width: 1175px;
    height: 460px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom .main .img_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 830px;
}

.bottom .main .img_text .item {
    display: flex;
    align-items: center;
    width: 415px;
    padding: 40px 0;
}

.bottom .main .img_text .item img {
    height: 85px;
    margin-right: 15px;
}

.bottom .main .img_text .item>div .big {
    font-size: 24px;
    margin: 0;
}

.footer {
    background: #2e3139;
    height: 75px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #868687;
    margin: 20px 0 0 0;
    height: 80px;
}
.footer div{
    bottom: -15px;
    position: relative;
}
.footer a {
    text-decoration: none;
    color: #858587;;
}

.footer .main {
    height: 75px;
    width: 1175px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
}

.footer .main p {
    color: #868686;
    margin: 0;
}

/**/
.news-list ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
}

.news-list ul li a p {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.news-list ul li a p .number {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: white;
    margin-right: 5px;
}

.number1{
    background: #FF6600;
}

.number2{
    background: #FF8B3E;
}

.number3{
    background: #F4AB2B;
}

.number4, .number5, .number6, .number7, .number8, .number9, .number10{
    background: #E2EFFF;
    color: #1C85FF !important;
}


.news-list ul li a p .describe {
    display: inline-block;
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list ul li a:hover p .describe{
    color: #226eb4;
}


.news-p {
    font-size: 18px;
    font-weight: bold;
    padding: 14px 0;
}