*{
    margin: 0;
    padding:0;
    font-family: 微软雅黑;
    /*border:1px solid red;*/
}
a{
    text-decoration: none;
    color:black;
}
#Float_Switch{
    width: 100%;
    padding-bottom: 1rem;
}
#Float_Switch .title{
    text-align: center;
    font-size: 0.6rem;
    margin-bottom: 1.41rem;
}
#Float_Switch .title .red_default{
    color:#ff4949;
}
#Float_Switch .news{
    display: none;
    width: 1200px;
    margin: 0 auto;
}
.news-b{
    display: flex;
    justify-content: space-between;
}

#Float_Switch .visible {
    display: flex;
    flex-direction: column;
    align-items: center;

}
/*++++++图片通用+++++++++++*/
.news img{
    display: block;
    width: 100%;
    height: 100%;
}
/*+++++++++左边盒子++++++++++++*/
.news .left_box{
    flex: 1;
    display: flex;
    justify-content: space-between;
    margin-right: 30px;
}
/*+++++++通用文字++++++++++++*/
.news .text_right{
    line-height: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.text_right div:nth-last-child(1){
    margin-bottom: 0;
}
.news .intraduce,.intraduce2{
    width: 93%;
    margin-left: 5%;
    background: #fefefe;
    padding: 10px;
    border: 1px solid #f6f6f6;
    color:#545454;
    margin-bottom: 10px;
}
.left_box-img{
    position: relative;
    overflow: hidden;
}
.intraduce-zi{
    position: absolute;
    bottom: 0;
    background: rgba(76, 76, 76, 0.7);
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
}

.intraduce:hover .title_bar a,.intraduce:hover .detail a,.intraduce:hover .time,.intraduce2:hover .title_bar a,.intraduce2:hover .detail a,.intraduce2:hover .time{
    color: #ff4949;
}
.news .hr {
    width: 100%;
    border: 0.5px solid #d6d6d6;
    margin: 0.2rem 0 0.2rem 0;
}
.news .title_bar a{
    font-size:0.3rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news .title_bar a:hover{
    /*+++++++标题特效+++++++++++++++++*/
}
.news  .detail a{
    line-height:0.4rem ;
    font-size:0.23rem;
    display: block;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;      /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
    position: relative;
    color: #666;
}
.intraduce-zi .title_bar a{
    font-size:0.3rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #ffffff;
}
.intraduce-zi  .detail a{
    line-height:0.4rem ;
    font-size:0.23rem;
    display: block;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;      /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
    position: relative;
    color: #ffffff;
}

/*.news .detail a:hover {
    color:#778899;
}*/

.news .time{
    font-size: 0.23rem;
    position: absolute;
    right: 0;
}
.news .more_right{
}
.news .more_right a:hover{
    text-decoration: underline;
    color: #FF4949;
}
.news .more{
    /*margin-left: ;*/
    text-align: center;
    color:#FF4949;
    border: 1px solid #FF4949;
    border-radius: 8px;
    font-size: 14px;
    display: block;
    width: 2.3rem;
    line-height: 0.66rem;
    height: 0.66rem;
    margin-top: 1.2rem;
}
.more:hover {
    transition: all 0.5s;
    color: #ffffff !important;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #FF4949;
    font-size: 14px;
    display: block;
    width: 2.3rem;
    line-height: 0.66rem;
    height: 0.66rem;
    margin-top: 1.2rem;
}
/*+++++++++查看更多动画++++++++*/
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FF4949;
    border-radius: 8px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: #ffffff;
    background: #FF4949;
    border-radius: 8px;
/*    text-align: center;
    border: 1px solid #FF4949;
    font-size: 14px;
    display: block;
    width: 2.3rem;
    line-height: 0.66rem;
    height: 0.66rem;
    margin-top: 20px;*/
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*++++++++右边盒子+++++++++++++++++++*/
.news .right_box{
    width: 11.4rem;
}

.red_news {
    padding: 0 10px;
    color: #212121;
    font-size: 24px;
}
.selected {
    color: #ff4949;
}