.news{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("../images/news_background.png") repeat-x top;
}

.news .box{
    margin-left: auto;
    margin-right: auto;
    width: 1400px;
    height: auto;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}

.news .box .list{
    width: 75%;
    height: auto;
    overflow: hidden;
    float: left;
}

.news .box .list .crumbs{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
}

.news .box .list .crumbs a{
    color: #6e6d6d;
    font-size: 16px;
}

.news .box .list .data{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news .box .list .data .li{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}

.news .box .list .data .li .img{
    width: 40%;
    height: auto;
    overflow: hidden;
    float: left;
}

.news .box .list .data .li .img img{
    width: 100%;
}

.news .box .list .data .li .text{
    width: 60%;
    height: auto;
    overflow: hidden;
    float: right;
    text-align: right;
}

.news .box .list .data .li .text .date{
    margin-left: auto;
    width: 95%;
    height: auto;
    overflow: hidden;
    color: #a1a1a1;
    text-align: left;
    font-size: 13px;
}

.news .box .list .data .li .text .date span{
    color: #257bdd;
    font-weight: bold;
}

.news .box .list .data .li .text .title{
    margin-left: auto;
    display: block;
    width: 95%;
    height: auto;
    overflow: hidden;
    color: #000;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
}

.news .box .list .data .li .text .title:hover{
    color: #1c77db;
}

.news .box .list .data .li .text .des{
    margin-left: auto;
    display: block;
    width: 95%;
    height: auto;
    overflow: hidden;
    color: #606060;
    text-align: left;
    font-size: 14px;
    padding-top: 10px;
    line-height: 22px;
}

.news .box .list .data .li .text .des p{
    padding: 0;
    margin: 0;
}

.news .box .list .data .li .text .des:hover{
    color: #1c77db;
}

.news .box .list .data .li .text .read{
    margin-left: auto;
    width: 95%;
    height: auto;
    overflow: hidden;
    text-align: left;
    padding-top: 10px;
}

.news .box .list .data .li .text .read a{
    font-size: 14px;
    color: #257bdd;
}

.news .box .list .data .li .text .read a:hover{
    font-weight: bold;
}

.news .box .list .pagination{
    width: 100%;
    height: 100px; /**TODO*/
    overflow: hidden;
}


.news .box .desc{
    width: 75%;
    height: auto;
    overflow: hidden;
    float: left;
}

.news .box .desc .crumbs{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
}

.news .box .desc .crumbs a{
    color: #6e6d6d;
    font-size: 16px;
}

.news .box .desc .data{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.news .box .desc .data h1{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news .box .desc .data .date{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #a1a1a1;
}

.news .box .desc .data .date span{
    color: #257bdd;
}

.news .box .desc .data .content{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    line-height: 25px;
}

.news .box .sidebar{
    width: 22%;
    height: auto;
    overflow: hidden;
    float: right;
}

.news .box .sidebar .search{
    width: 99%;
    height: auto;
    overflow: hidden;
    border: #ebebeb solid 1px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.news .box .sidebar .text{
    width: 200px;
    height: 40px;
    border: 0;
    vertical-align: middle;
    font-size: 18px;
}

.news .box .sidebar .submit{
    border: 0;
    vertical-align: middle;
}

.news .box .sidebar .categories{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news .box .sidebar .categories h1{
    text-align: left;
    font-size: 25px;
    color: #000;
    font-weight: normal;
    border-top: #dcdcdc solid 1px;
    border-bottom: #dcdcdc solid 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news .box .sidebar .categories .content{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news .box .sidebar .categories .content a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    color: #474747;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.news .box .sidebar .categories .content a:hover{
    color: #1c77db;
}


.news .box .sidebar .most{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news .box .sidebar .most h1{
    text-align: left;
    font-size: 25px;
    color: #000;
    font-weight: normal;
    border-top: #dcdcdc solid 1px;
    border-bottom: #dcdcdc solid 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news .box .sidebar .most .content{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news .box .sidebar .most .content .li{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news .box .sidebar .most .content .li a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
}

.news .box .sidebar .most .content .li a:hover{
    color: #1c77db;
}

.news .box .sidebar .most .content .li .date{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #a1a1a1;
    text-align: left;
    margin-bottom: 20px;
}


.news .box .sidebar .archives{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news .box .sidebar .archives h1{
    text-align: left;
    font-size: 25px;
    color: #000;
    font-weight: normal;
    border-top: #dcdcdc solid 1px;
    border-bottom: #dcdcdc solid 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news .box .sidebar .archives .content{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news .box .sidebar .archives .content a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    color: #535353;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.news .box .sidebar .archives .content a:hover{
    color: #1c77db;
}

.news .box .sidebar .tag{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news .box .sidebar .tag h1{
    text-align: left;
    font-size: 25px;
    color: #000;
    font-weight: normal;
    border-top: #dcdcdc solid 1px;
    border-bottom: #dcdcdc solid 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news .box .sidebar .tag .content{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
}

.news .box .sidebar .tag .content a{
    color: #535353;
    font-size: 16px;
    text-decoration: underline;
}

.news .box .sidebar .tag .content a:hover{
    color: #1c77db;
}


/**
PAD
 */
@media screen and (max-width: 1025px){
    .news{
        width: calc(100vw - 20px);
        padding: 10px;
    }

    .news .box{
        width: 100%;
        padding-top: 20px;
    }

    .news .box .list{
        width: 100%;
        float: none;
    }

    .news .box .desc{
        width: 100%;
        float: none;
    }

    .news .box .desc .data{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .news .box .sidebar{
        display: none;
    }
}


/**
phone
 */
@media screen and (max-width: 481px){
    .news{
        width: calc(100vw - 20px);
        padding: 10px;
    }

    .news .box{
        width: 100%;
        padding-top: 20px;
    }

    .news .box .list{
        width: 100%;
        float: none;
    }

    .news .box .list .data .li{
        margin-top: 20px;
    }

    .news .box .list .data .li .img{
        width: 100%;
        float: none;
    }

    .news .box .list .data .li .text{
        width: 100%;
        float: none;
        text-align: left;
    }

    .news .box .list .data .li .text .date{
        width: 100%;
        padding-top: 10px;
    }

    .news .box .list .data .li .text .title{
        width: 100%;
    }

    .news .box .list .data .li .text .des{
        width: 100%;
    }

    .news .box .list .data .li .text .read{
        width: 100%;
    }

    .news .box .desc{
        width: 100%;
        float: none;
    }

    .news .box .desc .data{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .news .box .desc .data h1{
        font-size: 20px;
    }

    .news .box .sidebar{
        display: none;
    }
}