@charset "UTF-8";
/* 标题 */
.title{
    line-height: 30px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}
.title1{
    background-image: url(../images/lefter/search-for-ico.png);
}
.title2{
    background-image: url(../images/lefter/introduction.png);
}
.title3{
    background-image: url(../images/lefter/data.png);
}
.title4{
    background-image: url(../images/lefter/works.png);
}
.title5{
    background-image: url(../images/lefter/guess-you.png);
}
.title6{
    background-image: url(../images/lefter/popular.png);
}
.title strong{
    font-size: 18px;
    color: #505050;
    letter-spacing: 3px;
}
.title i{
    height: 1px;
    background-color: #505050;
}
.blogger-introduction p{
    font-size: 14px;
    text-indent: 2em;
    margin-bottom: 0;
}
/* 搜索 */
.search-for{
    font-size: 0px;
    line-height: 30px;
    border: solid 1px #f44336;
}
.search-for input:nth-of-type(2){
    outline: none;
    font-size: 14px;
    color: #333333;
}
.search-for .btn{
    outline: none;
    font-size: 14px;
	border-radius: 0px; 
    background-color: #f44336;
}
/* 网站数据 */
.website-data p{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
/* 猜你喜欢 */
.you-may-also-like p{
    color: #333333;
    line-height: 35px;
    border-bottom: dashed 1px #333333;
}
.you-may-also-like a{
    color: #505050;
}
/* 热门搜索 */
.popular-searches{
    margin-left: -.25rem;
    margin-right: -.25rem;
}
.popular-searches a{
    font-size: 14px;
    color: #f44336;
    border: solid 1px #f44336;
}
.popular-searches a:hover{
    color: #ffffff;
    background-color: #f44336;
}