#content{
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    z-index: 20;
} 
.mobile_select,.phone_table{
    display: none;
}
::-webkit-input-placeholder { /* WebKit browsers */ color:#5f5f5f ;font-size: 15px;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:#5f5f5f ;font-size: 15px; opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */ color:#5f5f5f ;font-size: 15px; opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */ color:#5f5f5f ;font-size: 15px;}
footer{
    opacity: 1;background-color: transparent;
}
#inner_content,#banner > h1{
    opacity: 0;
}
#news{
display: block;
    z-index: 5;
    width: 100%;
    max-width: 830px;
    letter-spacing: 1px;
    position: relative;
    margin: 0 auto;
    padding-top: 135px;    margin-bottom: 95px;
}

#news #q_search{
    width: 100%;
    display: block;
    position: relative;opacity: 0;
    z-index: 21;
    margin-top: 53px;
}
#news #q_search h4{
font-size: 36px;
display: block;
text-align: right;
font-weight: 100;
margin-bottom: 20px;
}
#news #q_search .styled_select{
    width: 30.3333%;
    float: left;
    margin-right: 3%;
    height: 50px;
    overflow: hidden;
    background: url(../images/product/select.png) no-repeat right;
    border: 0;
    margin-bottom: 0;
    border-bottom: 4px solid black;
}
#news #q_search .styled_select select{
  background: transparent;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  color: #5f5f5f;
  height: 50px;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari 和 Chrome */
}
#news #q_search .select_box{
    display: block;
    width: 100%;
    position: relative;
}
#news #q_search .select_box:after{
    content: '';
    display: block;
    clear: both;
}
#news #q_search .inputbox{
    width: 33.3%;
    float: left;
    height: 50px;
    overflow: hidden;
}
#news #q_search .inputbox input{
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 5px;
    padding-right: 39px;
    border: 0;background-color: transparent;
    margin-bottom: 0;
    border-bottom: 4px solid black;
    background-image: url(../images/product/zoom.png);
    background-repeat: no-repeat;
    background-position: 96%;
}
#news #q_search .btn{
    WIDTH: 55px;
    height: 55px;
    background-color: WHITE;
    border: 3px solid #D81718;
    border-radius: 50%;
    font-size: 18px;
    margin-top: 23px;
    cursor: pointer;
                -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    -ms-transition:all .4s ease;
    transition:all .4s ease;
}

#inner_content #where{
        font-size: 15px;
    display: block;
    color: #434343;
    letter-spacing: 1px;opacity: 0;
    font-weight: 500;
    padding-top: 18px;
    margin-top: 15px;    
    position: relative;
        max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}
#inner_content #where span{
        margin-left: 2px;
}
#inner_content #where a{
    color: #434343;
}
#inner_content #where:after{
background-color: #434343;
    width: 0;
    height: 4px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
            -webkit-transition:all .6s .5s ease;
    -moz-transition:all .6s .5s ease;
    -o-transition:all .6s .5s ease;
    -ms-transition:all .6s .5s ease;
    transition:all .6s .5s ease;
}
#inner_content #where.active:after{
    width: 20px;
}

#news_list{
    display: block;
    width: 100%;
    position: relative;
    margin-top: 75px;
}
#news_list .news_box{
     display: block;
    width: 100%;opacity: 0;
    position: relative;
    border: 1px solid  #d9d9d9;
    margin-bottom: 50px;color: black;
    -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    -o-transition:all .6s ease;
    -ms-transition:all .6s ease;
    transition:all .6s ease;
}

#news_list .news_box:after{
    content: '';
    clear: both;
    display: block;
}
#news_list .news_box .imgs{
    float: left;
    width: 273px;
    height: 219px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
        border: 0 solid #D81718;
            -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}

#news_list .news_box .imgs img{
    display: none;
}
#news_list .news_box .text{
    float: left;
    width: 350px;
    margin-left: 126px;
    margin-top: 47px;
    font-size: 16px;
    position: relative;
    display: block;
}
#news_list .news_box .text .memo{

    line-height: 27px;
    border-bottom: 1px solid #B7B7B7;
    height: 95px;
    position: relative;
}
#news_list .news_box .text .memo span{
            overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#news_list .news_box .text:before{
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    display: block;
    background-color: black;
    left: -59px;
    top: 5px;
    -webkit-transition:all .6s .3s ease;
    -moz-transition:all .6s .3s ease;
    -o-transition:all .6s .3s ease;
    -ms-transition:all .6s .3s ease;
    transition:all .6s .3s ease;
}
#news_list .news_box.active .text:before{
    width: 30px;
}
#news_list .news_box .text .ss{
        display: block;
    font-size: 14px;
    color: #5f5f5f;
    width: 100%;
    position: relative;
    margin-top: 17px;
        -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    -o-transition:all .6s ease;
    -ms-transition:all .6s ease;
    transition:all .6s ease;
}

#news_list .news_box .text .ss .type{
        float: left;
    width: 65%;
}
#news_list .news_box .text .ss .date{
    float: right;
}
#news_list .news_box:nth-child(odd){
    border-color: #d81718;
}
#news_list .news_box:nth-child(even) .imgs{
    float: right;
}
#news_list .news_box:nth-child(even) .text{
    
}

#top_news .text{
    width: 100%;
    margin-top: 47px;
    font-size: 16px;
    position: relative;
    display: block;
    border: 1px solid #D81718;opacity: 0;
    padding: 45px 57px 45px 98px;
}
#top_news .text .memo{
    line-height: 27px;
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 40px;
    position: relative;
    font-size: 20px;
}
#top_news .text .memo span{
            overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#top_news .text:before{
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    display: block;
    background-color: #D81718;
    left: 46px;
    top: 50px;
    -webkit-transition:all .6s .3s ease;
    -moz-transition:all .6s .3s ease;
    -o-transition:all .6s .3s ease;
    -ms-transition:all .6s .3s ease;
    transition:all .6s .3s ease;
}
#top_news .text.active:before{
    width: 27px;
}
#top_news .text .ss{
        display: block;
    font-size: 14px;
    color: #5f5f5f;
    width: 100%;    height: 19px;
    position: relative;
    margin-top: 17px;
        -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    -o-transition:all .6s ease;
    -ms-transition:all .6s ease;
    transition:all .6s ease;
}

#top_news .text .ss .type{
        float: left;
    width: 65%;
}
#top_news .text .ss .date{
    float: right;
}

#news_content{
    display: block;
    width: 100%;
    margin-top: 50px;
    position: relative;opacity: 0;
}
#news_content .summary{
    width: 100%;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 30px;
}
#news_content .summary > img{
    width: 100%;
    margin: 25px 0;

}
#news_content .summary .two_part{
        width: 100%;
    display: block;
    position: relative;    margin-bottom: 40px;
      -moz-column-count:2; /* Firefox */
  -webkit-column-count:2; /* Safari and Chrome */
  column-count:2;
  -moz-column-gap:136px; /* Firefox */
  -webkit-column-gap:136px; /* Safari and Chrome */
  column-gap:136px;

    -webkit-column-rule: 1px outset #bfbfbf; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px outset #bfbfbf; /* Firefox */
    column-rule: 1px outset #bfbfbf;
}
#news_content .summary .two_img {
    width: 100%;
    display: block;
    position: relative;
    margin: 20px 0;
}
#news_content .summary .two_img img{
 float: left;   
 width: 50%;
}
#news_content .summary .two_img:after{
    display: block;
    clear: both;
    content: '';
}









@media only screen and (max-width: 1200px) {


}





@media only screen and (min-width: 1025px) {
#news_list .news_box:hover{
    background-color: #d81718;
    color: white;
}
#news_list .news_box:hover .text:before{
    background-color: white;
}
#news_list .news_box:hover .imgs{
     border: 7px solid #D81718;
}
#news_list .news_box:hover .text .ss{
    color: white;
    opacity: .8;
}

}


@media only screen and (max-width: 1024px) {
#inner_content .bg_show{
   /* display: none;*/    background-position: center;
}
#inner_content{
    width: 100%;
}
#inner_content #where{

    margin-bottom: 0;
    font-size: 14px;
    margin-top: 0px;
    color: #7D7D7D;
    font-weight: 300;
    width: 100%;max-width: 100%;
}
#inner_content #where a{
    font-size: 14px;
    margin-top: 0px;
    color: #7D7D7D;
    font-weight: 300;
}
#news #q_search{
        margin-top: 33px;
}
#news{
    width: 90%;
    max-width: 100%;
    padding-top: 80px;
}
#news_list .news_box .imgs{
    width: 34%;
}
#news_list .news_box .text{
        width: 43%;    margin-left: 16%;
}
#news_list .news_box .text:before{
        width: 27px;
    height: 4px;
    left: -20%;
}


#top_news .text .memo span{
        overflow: auto;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
}




}


@media only screen and (max-width:750px) {

}

@media only screen and (max-width: 600px) {

#news #q_search .styled_select{
    width: 100%;margin-right: 0;
}
#news #q_search .inputbox{
    width: 100%;
}
#news_list .news_box .imgs{
    width: 100%;
    height: 300px;
}
#news_list .news_box .text{
    width: 100%;
    margin-left: 0;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 30px;
    margin-top: 25px;
}
#news_list .news_box .text .memo{
    padding-left: 57px;
    height: auto;
    padding-bottom: 20px;
}
#news_list .news_box .text .memo span{
    display: block;
        text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 33;
    -webkit-box-orient: vertical;
}
#news_list .news_box .text:before{
        left: 30px;
    width: 23px;
}
#news_list{
        margin-top: 40px;
}
#news_content .summary .two_part {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 40px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule:none;
    -moz-column-rule:none;
    column-rule:none;
}



}



@media only screen and (max-width: 500px) {
#news_list .news_box .imgs{
    height: auto;
    background-size: 0;
}
#news_list .news_box.active .text:before{
        width: 25px;
}
#news_list .news_box .imgs img{
    display: block;
    float: left;width: 100%;
}
#news_list .news_box .text .ss .type{
    width: 60%;
}
#news{
    width: 85%;
}

#top_news .text:before{
    background-color: black;
    top: 36px;
    left: 32px;
    height: 4px;
}
#top_news .text.active:before{
    width: 23px;
}
#top_news .text{
        padding: 32px;
}
#top_news .text .memo{
        font-size: 17px;
    padding-left: 48px;
}
#news_content .summary .two_img img{
    width: 100%;
}


}


@media only screen and (max-width: 415px) {
#news_list .news_box .text{
        padding-left: 20px;
    padding-right: 20px;
}
#news_list .news_box .text .memo{
    padding-bottom: 20px;
    font-size: 15px;padding-left: 45px;
}
#news_list .news_box.active .text:before {
    width: 21px;
    left: 20px;
    height: 3px;
}

}