/* 新闻详情css */
img{
    -webkit-transition:.5s;
    display: block;
    transition:.5s;
}
.xq-body{
    display: flex;
    margin-top: 156px;
    justify-content: space-between;
}
.xq-left{
    width: 71%;
    padding: 0 32px 0 0;
    font-size: 16px;
    color: #555555;
    line-height:2;
}
.xq-left img
{
    margin:10px 0px;
    height:auto;
}

.xq-right{
    width:27% ;
}

/* left 字体部分 */
.l-text-1>h1{
    font-size: 32px;
    margin-bottom: 27px;
}
.l-text-1>span{
    font-size: 16px;
    color: #a0a0a0;
    font-family: '微软雅黑';
}
.xq-left p{
    font-size: 16px;
    color: #555555;
}
.l-text-1>p:nth-child(1){
    margin-top: 47px;
}
.l-text-1>p{
    margin-top: 33px;
}



/* 图片部分 */
.l-img{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l-img-1{
    width: 48%;
}
.l-img-2{
    width: 48%;
}


/* 下部分p  */
.left-botton>p{
    margin-bottom: 28px;
}


/* 右 */
.r-body{
    border-left: 1px solid #efefef;
    padding: 0 0 0 32px;
}
.search{
    display: flex;
}
.search>input{
    width: 70%;
    height: 50px;
    border: 1px solid #eeeeee;
    padding: 0 22px;
}
.search-img{
    width: 12px;
    margin-right: 6px;
}

.search>button{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #e50112;
    color: #fff;
    font-size: 14px;
    text-align: center;
}


/* 左边下部分内容 */

.r-img{
    margin-top: 18px;
    margin-bottom: 18px;
}
/* 字体样式 */
.r-body>p{
    margin-top: 28px;
    font-size: 18px;
    color: #000;
}
.r-content span{
    font-size: 14px;
    color: #c5c5c5;
    margin-top: 10px;
    display: block;
}


.r-text{

    margin-top: 35px;
}
.r-text>a{
    color: #000;
    font-size: 14px;
}

.r-text-1{
    margin-top: 20px;
    color: #000;
    font-size: 14px;
}
.r-text-1>a{
    color: #000;
    font-size: 14px;
}

.search>.btn-1{
    display: none;
}


/* hover _______ */
.r-img{
    overflow: hidden;
}
.r-img:hover img{
    transform:scale(1.1)
}

.l-img-1{
    overflow: hidden;
}
.l-img-1:hover img{
    transform:scale(1.1)
}

.l-img-2{
    overflow: hidden;
}
.l-img-2:hover img{
    transform:scale(1.1)
}

.search>button:hover{

    background: #12468d;
}
