    * {
        margin: 0px;
        padding: 0px;
    }
    
    a:link {
        /*默认状态*/
        text-decoration: none
    }
    
    a:visited {
        /*浏览过的*/
        text-decoration: none
    }
    
    a:hover {
        /*悬浮状态*/
        text-decoration: none
    }
    
    a:active {
        /*激活过的*/
        text-decoration: none
    }
    
    button {
        border: none;
        outline: none;
    }
    
    .mt15 {
        margin-top: 15px;
    }
    
    .mt25 {
        margin-top: 25px;
    }
    
    input {
        border: none;
        outline: none;
    }
    
    select {
        border: none;
        outline: none;
    }
    
    .container {
        width: 1200px;
    }
    
    li {
        list-style: none;
    }
    
    .top img {
        width: 100%;
    }
    
    .title {
        font-size: 32px;
        line-height: 105px;
        color: white;
        margin: 55px 0px;
        text-align: center;
        background: url(../images/zt_title_bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    
    .left_box {
        width: 480px;
        height: 540px;
        box-sizing: border-box;
        padding: 40px 30px;
        background: #f2f2f2;
        position: relative;
        font-size: 16px;
        color: #888888;
        line-height: 26px;
    }
    
    .left_box span {
        font-size: 24px;
        line-height: 34px;
        color: #2c51b3;
    }
    
    .left_box span a {
        color: #2c51b3;
    }
    
    .left_box .source {
        line-height: 30px;
        margin-top: 40px;
        margin-bottom: 37px;
        font-size: 16px;
        color: #888888;
    }
    
    .left_box button {
        width: 100px;
        height: 35px;
        font-size: 16px;
        line-height: 35px;
        color: white;
        position: absolute;
        bottom: 40px;
        left: 30px;
        background-color: #2c51b3;
    }
    
    .right_box li {
        width: 710px;
        height: 100px;
        box-sizing: border-box;
        padding: 20px 35px;
        background: #f2f2f2;
        margin-bottom: 10px;
        overflow: hidden;
        margin-left: 10px;
    }
    
    .right_box li a:hover {
        color: #fff;
    }
    
    .right_box li:hover {
        width: 720px;
        background: url(../images/libg.png) no-repeat left;
        margin-left: 0;
        padding-left: 45px;
    }
    
    .right_box li:hover .date {
        color: white;
        border-left: 1px solid #2c51b3;
    }
    
    .right_box li:hover p {
        color: white;
        border-left: 1px solid #fff;
    }
    
    .right_box li .date {
        width: 125px;
        line-height: 60px;
        border: none;
        padding: 0;
    }
    
    .right_box li p {
        width: 488px;
        height: 60px;
        font-size: 20px;
        padding-left: 22px;
        color: #888888;
        line-height: 30px;
        border-left: 1px solid #888;
    }
    
    .box2 li {
        float: left;
        width: 120px;
        height: 150px;
        margin-left: 34px;
        margin-bottom: 30px;
    }
    
    .box2 li span {
        font-weight: 700;
        line-height: 36px;
    }
    
    .box2 li span a {
        color: black;
    }
    
    .box2 li span a:hover {
        color: #2c51b3;
        border-bottom: 3px solid #2c51b3;
    }
    
    .box3 {
        margin-bottom: 50px;
    }
    
    .box3 .minbox {
        width: 100%;
        height: 60px;
        font-size: 18px;
        line-height: 60px;
        background-color: #2c51b3;
        text-align: center;
        color: white;
    }
    
    .box3 li span {
        font-weight: 700;
        line-height: 36px;
    }
    
    .box3 li span a {
        color: black;
    }
    
    .box3 li span a:hover {
        color: #2c51b3;
        border-bottom: 3px solid #2c51b3;
    }
    
    .box3 li {
        float: left;
        width: 164px;
        height: 95px;
        margin-left: 95px;
        margin-bottom: 22px;
    }
    /*尾部开始*/
    
    .footer {
        height: 210px;
        color: #fff;
        padding-top: 22px;
        background: #0c4aad;
        line-height: 26px;
    }
    
    .footer a {
        color: #fff;
    }
    
    .w1300 {
        width: 1300px;
        margin: 0px auto;
    }
    
    .select_box {
        text-align: center;
        width: 20%;
        float: left;
    }
    
    .select_box select {
        width: 90%;
        margin: 0px auto;
        color: #000;
        line-height: 34px;
        height: 34px;
        padding-left: 10px;
    }
    /*尾部结束*/