* {
    font-family: 'Î¢ÈíÑÅºÚ';
    margin: 0;
    padding: 0
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    width: 100%;
    background: #f9edfa;
}

ul {
    padding: 0;
    margin: 0;
}

.cot_all {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.content-main {
    width: 1040px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.content-sub {
    width: 100%;
    text-align: center;
    height: 100px;
    line-height: 100px;
    color: #4b4b4b;
    font-size: 30px;
    padding-top:45px;
}
.content-time-browse {
width:100%;
text-align:center;
height:50px;
line-height:50px;
}
    .content-time-browse span {
        font-size: 16px;
        color: #878787;
        padding-right: 30px;
    }
.content-detail {
    color: #4b4b4b;
    font-size: 18px;
    line-height: 2.5em;
    text-indent: 2em;
}

@media screen and ( max-width : 777px ){
    .content-main{
        width: calc(100vw - 40px);
        padding: 20px;
    }    
    .content-main .content-sub{
        line-height: 1.5;
        height: auto;
        padding-bottom: 30px;
    }
        
    .content-main .wp_articlecontent img{
        max-width: 100%;
        height: auto !important;
    }
    .content-time-browse span {
        padding-right: 5px;
    }
}