* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:link {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

.box1 {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    padding-left: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
}

.box1 a {
    color: black;
}

.box1 p {
    font-size: 0.14rem;
    padding-top: 20px;
}

.box1 p span {
    color: #d9d9d9;
}

body {
    font-size: 0.12rem;
}

ul li {
    list-style: none;
}

.track-list {
    margin: 20px;
    padding-left: 5px;
    position: relative;
}

.track-list ul {
    border-left: 3px solid #3234c2;
}

.track-list li {
    position: relative;
    padding: 0px 0 0 25px;
    color: #999;
}

.track-list li.first {
    padding-top: 0;
}

.track-list li .node-icon {
    position: absolute;
    left: -20px;
    top: -5px;
    width: 33px;
    height: 33px;
    background: url(../image/logo.png) no-repeat 100%;
}

.track-list li .time {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.18rem;
    color: black;
}

.track-list li.first .time {
    margin-right: 20px;
}

.track-list li .box3 {
    position: relative;
    margin-top: 0.40rem;
    margin-bottom: 0.4rem;
    height: 1.88rem;
    width: 100%;
}

.box5 {
    width: 100%;
    height: 1.88rem;
    background: url(../image/fqj1.png) no-repeat center center;
    background-size: 100%;
}

.zwdt {
    width: 100%;
    height: 1.88rem;
    background: url(../image/fqj2.png) no-repeat center center;
    background-size: 100%;
}

.box3 .col-sm-8 p {
    font-size: 0.18rem;
    color: black;
    font-weight: 800;
}

.box3 .col-sm-8 p span {
    color: #333333;
    font-size: 0.14rem;
}

.box4 {
    width: 70%;
}

.box4 span {
    color: #333;
    font-size: 0.14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}

li .box3:hover {
    background-image: linear-gradient(to right, white, #5a7fee);
}

li .box3:hover .byn {
    border: 2px solid white;
    background-color: #3234c2;
    color: white;
}

@media screen and (min-width: 1920px) {
    /* .container {
        width: 1501px;
    } */
    .box4 span {
        line-height: 0.36rem;
    }
}

@media screen and (max-width: 1919px) {
    /* .container {
        width: 1200px;
    } */
    .box4 span {
        line-height: 0.36rem;
    }
}

@media screen and (max-width: 1440px) {
    /* .container {
        width: 1000px;
    } */
    .box4 span {
        line-height: 0.26rem;
    }
}

.button {
    position: absolute;
    right: 3%;
    top: 40%;
}

.byn {
    border-radius: 0.19rem;
    width: 1.36rem;
    height: 0.4rem;
    border: 2px solid #3234c2;
    background-color: white;
    color: #3234c2;
    font-size: 0.18rem;
}

.banner {
    height: 380px;
    background: url(../image/back_banner.jpg) no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    line-height: 420px;
}

.position {
    margin-top: 80px;
    margin-bottom: 70px;
}
