
.clearfix:before,.clearfix:after{
    display: table;
      content: " "
}
.clearfix:after{
   clear: both;
}
.clearfix {
    *zoom: 1;
}

.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3% 21%;
}
.text-center {
    text-align: center;
}
.main-w .small-title {
    font-weight:500;
    margin:15px 0;
    font-size: 0.24rem;
    margin: 0 0 15px 0;
}
.main-q {
    margin:0 auto;
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
    text-align:center;
    font-family:MicrosoftYaHei;
    color:rgba(102,102,102,1);
}
.main-q h1 {
    font-size: 0.24rem;
}
.main-w{
    margin: 0 auto 30px auto;
    border-style: solid;
    border-color: #D1CBCB;
    border-width:1px;
    padding: 15px;
}
.main-w img {
    height: 200px;
    width: 260px;
    float: left;  
    margin-right: 15px;
}
.main-w p:first-of-type {
    font-size: 1.1em;
    margin-top: 10px;
    margin-bottom: 19px;
}
.main-w-w span{
    margin-right: 10%;
}
.main-w-w {
    margin-bottom: 10PX;
}
.main-w p{
    color: #666;
}
.main-w-q a {
    color: #666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 30px;
    height:120px; 
}

.main-w p img {
    width: 18px;
    height: 19px;
}
.main-w-e {
    margin-top: 15px;
}
.main-w-e a {
   float: right;
   color: #2EAAF4;
}
.Crayfish {
    margin: 40px auto auto auto;
}
.Crayfish p {
    border-style: solid;
    border-color: #D1CBCB;
    border-width:1px;
    padding: 11px 31px;
    float: right;
}
/* 详细页 */
.toolbar {
    width: 1.6rem;
    height: 1.65rem;
    margin-top: 35px;
    padding:10px 20px;
    background: rgba(242,242,242,1);
    flex: 10%;
    margin-right: 5%;
    /* z-index: -1; */
}
.toolbar p:first-of-type {
    font-size: 0.6rem;
    font-family: Impact;
    color: rgba(240,23,33,1);
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #6B6B6B;
    border-bottom-width: 1px;
}
.toolbar p:nth-child(2) {
    color: rgba(75,75,75,1);
    font-size: 0.2rem;
    font-weight: 400;
}
.main-r {
    flex: 75%;
    margin-top:-15px;
}
.main-r .title {
    font-size:0.3rem;
    color: #6c6c6c;
    font-weight: 500;
    margin:20px 0;
    text-align: center;
    margin-bottom: 60px;
}
.main-e {
    margin:20px 0 20px 0px;
    color: #666;
    font-size: 0.18rem;
}
.main-e p span {
    margin-right: 5%;
}
.main-p p {
    line-height: 30px;
    text-indent: 2em;
    font-size: 0.18rem;
    color: rgba(150,148,148,1);
}
.main-t {
    width: 100%;
    text-align: center;
    margin:15px 0 15px 0;
}
.main-t img {
    width: 70%;
}
@media only screen and (max-width: 1600px) {
    .toolbar p:nth-child(2) {
        color: rgba(75,75,75,1);
        font-size: 0.185rem;
        font-weight: 400;
    }
}
@media only screen and (max-width: 1420px) {
    .toolbar p:nth-child(2) {
        color: rgba(75,75,75,1);
        font-size: 0.185rem;
        font-weight: 400;
    }
}
@media only screen and (max-width: 1366px) {
    .toolbar p:nth-child(2) {
        color: rgba(75,75,75,1);
        font-size: 0.175rem;
        font-weight: 400;
    }
}
@media only screen and (max-width: 1280px) {
    .toolbar p:nth-child(2) {
        color: rgba(75,75,75,1);
        font-size: 0.14rem;
        font-weight: 400;
    }
    .main-w-q a {
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 30px;
        height:90px; 
    }
}
@media only screen and (max-width: 1200px) {
    .main-w p:first-of-type {
        margin: 0 0;
    }
    .breadcrumb-q,
    .subject {
        width: 100%;
    }
    .subject {
        margin-left: 0;
        margin-right: 0;
    }
    .toolbar p:nth-child(2) {
        color: rgba(75,75,75,1);
        font-size: 0.1rem;
        font-weight: 400;
    }
    
}
@media only screen and (max-width: 930px) {
    header {
        width: 100%;
        height: 400px;
        background-color: 0;
        overflow: hidden;
        position:fixed;
        top: 0;
    }
    
    label {
        display: block;
        position:fixed;
        right: 10%;
      
     }
     label img {
         width: 50px;
     }
    #menu:checked ~ .navbar {
        display: block;
    }
    #menu {
        position:absolute;
        left: 90%;
        top: 1px;
        z-index: 10;
    }
}
@media only screen and (max-width: 768px) {
    .main {
        flex-direction: column;
    }
    .main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 3% 5%;
    }
    .toolbar {
        display: none;
    }
    .main-w .small-title {
        font-weight:500;
        margin:15px 0;
        font-size: 0.3rem;
        line-height: 30px;
    }
    .main-r .title {
        font-size: 0.35rem;
        line-height: 0.5rem;
        color: #6c6c6c;
        font-weight: 500;
        margin: 20px 0;
        text-align: center;
    }
    .main-p p {
        line-height: 30px;
        text-indent: 2em;
        font-size: 0.24rem;
        color: rgba(150,148,148,1);
    }
    .main-w img {
        width: 100%;
        height: 75%;
        float: left;
        /* margin-right: 15px; */
        text-align: center;
    }
    .main-w img:first-of-type {
        margin-bottom: 0.25rem;
    }
}
