.keyword{

    

    margin: 50px auto;



}

.keyword p{

    font-size:22px;

    font-family:MicrosoftYaHei;

    font-weight:400;

    color:rgba(51,51,51,1);

    line-height:24px;

}

.keyword p input{

    position: relative;

    width: 523px;

    height: 50px;

    border: 1px solid rgba(206,206,206,1);

    border-top-left-radius: 4px;

    border-bottom-left-radius: 4px;

    top: 2px;

}

.keyword p button{

    width: 108px;

    height: 50px;

    font-size: 18px;

    color: rgba(255,255,255,1);

    padding-left: 5px;

    background: rgba(0,130,199,1);

    border-radius: 0px 4px 4px 0px;

    margin-left: -7px;

    border: 0;

    background-image: url(/public/static/tianlunwan/images/search/搜索.png);

    background-repeat: no-repeat;

    background-position: 10% 50%;

}

.content{

    width: 1200px;

    padding-left: 25px;

    margin: 80px auto 30px;

}

.content>li{
    padding-left: 15px;
    box-sizing: border-box;

    padding-top: 18px;

    width: 100%;

    height: 60px;

    font-size:24px;

    list-style: disc outside none;

    color:#666666;



    border-bottom: 1px solid #E5E5E5;

}

.content>li font{

     font-size:16px!important;
}

.content>li a{
     font-size:24px!important;
}
.content>li a span{
    padding-right: 15px;
     float: right;
     font-size:16px!important;
     color: rgba(192,192,192,1);
}
.content>li a p{
     font-size:16px!important;
     float: left;
     width: 900px;
     overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content>li :hover{

    color: #0082C7!important;

}

.content>li>span:last-child{

    font-size:24px;

    float: right

}

.content>li>.zhongguancun{

    font-size:24px;

    /* color: #B53636; */

}

.block{

    text-align: center

}

/* .keyword .weizhaodao{

    text-align: center

} */

.keyword .weizhaodao>img{

    display: block;

    margin-left: 225px;

    margin-top: 50px;

    width:280px;

    height:272px;


}