body{
    margin:0px;
	font-family: Arial, sans-serif;
}
 
#header{
    background-color:#e66c06;
 
}
 
 
.head_left{
    width:1.9rem;
    height:1.32rem;
    float:left;
    background-image: url("icon.png");
    background-size: 1.15rem 0.96rem;
    background-repeat: no-repeat;
    background-position: .35rem .2rem;
    /* background-color: red; */
 
}
.head_center{
 
    height:1.22rem;
    margin: 0rem 1.7rem 0rem 1.9rem;
    padding-bottom: 0.1rem;
    /* background-color: blue; */
 
}
 
.head_right1{
    width:1.7rem;
    height:1.32rem;
    float:right;
    background-image: url("sub_more.png"),url("message.png");
    background-size: .55rem .55rem;
    background-repeat: no-repeat;
    background-position: 0.8rem .36rem ,0rem 0.36rem;
    /* background-color:green; */
}
 
#search{
    height: 0.7rem;
    width: 6.3rem;
    border-radius: 1rem;
    border: 0rem;
    vertical-align: middle;
    margin-bottom: 0.25rem;
    padding: 0rem 0rem 0rem 0.7rem;
    background-image:url('search.png');
    background-repeat:no-repeat;
    background-size:0.3rem 0.3rem;
    background-position:0.2rem 0.16rem;
}
 
 
 
 
#contentArea{
    background-color:#f0f0f0;
    /* float: right; */
}
.content ul{
    /* background-color:blue; */
    margin: 0.16rem 0rem 0rem 0rem;
	padding: 0.1rem;
	
}
.content ul li{
    list-style-type: none; 
    border: 2px solid white;
    background-color:#ffffff;
    border-radius: .5rem ;    
    height: 1.65rem;
    width: 10.15rem;
    /* margin: 0rem 0.3rem 0.22rem 0rem; */
    overflow:hidden;
	margin: 0.1rem auto;
}
.content .left{
    float: left;
    width: 7.25rem;
    height: 1.30rem;
 
}
.content .left.news{
    width: 7.2rem;
    height: 0.8rem;
}
.content1{
    font-size: 0.2rem;
    line-height: 0.35rem;
	min-height: 0.7rem;
    color:#222222;
    padding: 0.1rem 0.3rem 0rem 0.3rem;
}
 
.left_bottom{
    float: left;
    width: 7.2rem;
    /* height: 0.36rem; */
    margin-top: 0.20rem;
    margin-bottom: 0.1rem;
 
 
}
 
 .left_bottom_left{
    float: left;
    font-size: 0.15rem;
    line-height: 0.30rem;
    padding: 0rem 0rem 0.3rem 0.3rem;
 
}
 
.left_bottom_right{
    float: right;
    font-size: 0.32rem;
    line-height: .32rem;
    padding: 0rem 0.4rem 0rem 0rem;
 
 
}
 
 
 
.content .right{
    float: right;
    width: 2.25rem;
    height: 1.5rem;
	margin: 0.1rem 0.4rem 0 0;
 
}
 
 
 
.content .right img{
    float: right;
	width: 1.4rem;
	height: 1.4rem;
	-o-object-fit: contain;
	object-fit: contain;
	background-color: #efefef;
	}
}
 
 
.id{
    font-size: 0.2rem;
    line-height: .3rem;
    color: #6e6e6e;
}
.time{
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #6e6e6e;
}
 
 
 
 
 
#bottom{
    height: 1.4rem;
    width: 100%;
    position:fixed;
    bottom:0px;
    background-color:#de6c14; 
}
 
 
.bottom_left{
    width:1.04rem;
    height:1.32rem;
    float:left;
    margin: 0rem 0rem 0.2rem 0.25rem;
    background-image: url("main_home2.png");
    background-size: .64rem .64rem;
    background-position: .2rem  0.25rem;
    background-repeat: no-repeat;
    background-color:white; 
    clear: both;
} 
.bottom_right{
    width:1.04rem;
    height:1.32rem;
    float:right;
    margin: 0rem 0.25rem 0.2rem 0rem;
    background-image: url("main_config1.png");
    background-size: .64rem .64rem;
    background-position: .2rem 0.25rem;
    background-repeat: no-repeat;
    /* background-color:black;  */
}
 
.bottom_left p
{
    margin: 0rem;
    position:absolute ;
    color: #de6c14;
    font-size: .3rem;
    line-height: .3rem;
    top: 0.9rem;
    left: 0.42rem;
}
.bottom_right p
{
    margin: 0rem;
    position:absolute ;
    font-size: 0.3rem;
    color: white;
    font-size: .3rem;
    line-height: .3rem;
    top: 0.95rem;
    right: 0.45rem;
}