body {
    background: #f8f8f8;
}

.content {}

.content .Top {
    position: relative;
    width: 100%;
    height: 57px;
    background-color: #ffffff;
    border-top: 4px solid #dc3938;
}

.content .Top .inputWar {
    position: absolute;
    top: 16px;
    right: 39px;
    width: 224px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.content .Top .inputWar {
    border: 1px solid #e9e8e8;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 10px;
}

.content .Top .inputWar .input {
    width: 90%;
    height: 100%;
    border: 0;
    line-height: 2.5;
}

.content .Top .inputWar img {
    float: right;
    min-width: 13px;
    width: 13px;
    height: 15px;
    padding-top: 5px;
}

.content .Top .ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.content .Top .li {
    width: 141px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343434;
    font-size: 18px;
    position: relative;
}

.content .Top .li.select {
    color: #ffffff;
    background-color: #d83433;
}

.content .Center {
    width: 100%;
    padding: 25px 42px;
    box-sizing: border-box;
    font-size: 18px;
    color: #a3a3a3;
    line-height: 1;
    background-color: #ffffff;
}

.content .Center .li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 16px;
    position: relative;
    height: 36px;
    overflow: hidden;
}

.content .Center .li .left {
    float: left;
    width: 85px;
    min-width: 85px;
    padding: 5px 0;
}

.content .Center .li .right {
    width: 90%;
    font-size: 16px;
    color: #787777;
    padding-right: 55px;
}

.w430 {
    float: left;
    padding-top: 42px;
    padding-bottom: 33px;
}

.w200 {
    float: left;
    padding-top: 42px;
    padding-bottom: 33px;
}

.w330 {
    float: left;
    padding-top: 42px;
    padding-bottom: 33px;
}

.w450 {
    float: left;
    padding-top: 42px;
}

.w250 {
    float: left;
    padding-top: 42px;
}

.overT {
    width: 79%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    /* for Opera */
    text-overflow: ellipsis;
    /* for IE */
}

.content .Center .li .tiptop {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    font-size: 15px;
    padding: 5px;
    color: #dd5050;
    cursor: pointer;
}

.content .Center .li:first-child .tiptop {
    display: block;
}

.content .Center .li:nth-child(2) .tiptop {
    display: block;
}

.content .Center .li .right .span {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 22px;
    margin-bottom: 10px;
}

.content .Center .li .right .span.select {
    color: #ffffff;
    background-color: #d83433;
}

.content .Bottom {}

.content .Bottom .ul {
    width: 100%;
    padding: 27px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    background-color: #f8f8f8;
}

.content .Bottom .ul .li {
    width: 25%;
    padding: 14px 7px;
    box-sizing: border-box;
}

.content .Bottom .ul .li .box {
    padding-top: 35px;
    padding-bottom: 23px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    border-radius: 10px;
    background-color: #ffffff;
}

.content .Bottom .ul .li .box .img {
    display: inline-block;
    height: 102px;
    /* border-radius: 50%; */
}

.content .Bottom .ul .li .box .p {
    width: 100%;
    display: block;
    color: #616059;
    font-size: 24px;
    margin-top: 18px;
}

.content .Bottom .ul2 {
    width: 100%;
    background-color: #ffffff;
    /*padding: 0 10px;*/
    box-sizing: border-box;
    margin: 26px 0;
}

.content .Bottom .ul2 .li {
    width: 100%;
    /* height: 132px; */
    padding: 0 40px 0 45px;
    box-sizing: border-box;
    border-bottom: 1px dotted #acacac;
}

.content .Bottom .ul2 .li .block {
    padding-top: 42px;
    padding-bottom: 33px;
}

.content .Bottom .ul2 .li:last-child {
    border-bottom: 0 dotted #acacac;
}

.content .Bottom .ul2 .li .a {
    display: inline-block;
    width: 100%;
    line-height: 1;
    /* padding-top: 42px; */
    padding-bottom: 30px;
    text-align: center;
}

.content .Bottom .ul2 .li .a .p {
    font-size: 24px;
    font-weight: 600;
}

.content .Bottom .ul2 .li .a .span {
    display: inline-block;
    font-size: 18px;
    color: #acacac;
    margin-top: 15px;
}

.content .Bottom .ul2 .li .a .btn {
    display: inline-block;
    border: 1px solid #d83433;
    border-radius: 8px;
    line-height: 25px;
    padding: 0 15px;
}

.content .Bottom .ul2 .li .a .btnWar {
    /* width: 100%; */
    /* margin-left: 99px; */
    padding-top: 42px;
    padding-bottom: 33px;
    padding-left: 50px;
}

.content .Bottom .ul2 .li .a:hover .btn {
    background-color: #d83433;
    color: #ffffff;
}

.content .Bottom .ul2 .li .a .red {
    color: #d83433;
}

.el-pagination {
    padding-left: 25%;
    /* display: flex;
    justify-content: center; */
}

.showTF {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showTF:hover {
    color: #d83433;
}