﻿/*css Document*/
body{
	margin:0;
}

.all{
    position: relative;
    overflow: hidden;
    min-height: 500px;
    min-width: 300px;
    max-width: 768px;
    margin: 0 auto;
}

.header{
    position: relative;
    width: 100%;
	height: 40px;
	font-size: 17.2px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
	background-color: rgb(244, 45, 84);
	color: #FFFFFF;
}

#content{
	position: relative;
    overflow: hidden;
}

.newestItem{
	position: relative;
    overflow: hidden;
    width: 100%;
	border-bottom:1px solid #e0e0e0;
}

.newestClassify{
    position: relative;
    width: 87.5%;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #9b9b9b;
}

.newestSubjectEn{
    position: relative;
    width: 87.5%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    margin-top: 3px;
}

.newestSubjectCh{
	position: relative;
    width: 87.5%;
    margin: 0 auto;
    font-size: 14px;
    color: #222222;
    margin-top: 5px;
}	

.newestDateDiv{
    position: relative;
    width: 87.5%;
    margin: 0 auto;
    height: 20px;
    font-size: 14px;
    margin-top: 28px;
}

.newestAuthorDiv{
	position:relative;
	float:left;
}

.newestDate{
    position: relative;
    float: right;
    color: #9b9b9b;
}

.newestPic{
	position:relative;
	width:100%;
	padding-top:100%;
	background: no-repeat center;
    background-size: auto 100%;
	margin-top:10px;
}

.newestArticle{
    position: relative;
    width: 87.5%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
    letter-spacing: 0.1px;
    height: 72px;
    text-align: justify;
    font-family: 'Radley', serif;
    font-size: 15px;
    line-height: 1.71;
    color: #222222;
}


.newestMore{
    position: relative;
    width: 103px;
    height: 25px;
    border-radius: 12.5px;
    background-color: #2d7ad3;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    margin: 20px auto;
}

.newestMore:hover{
	background-color: #0c498a;
	cursor:pointer;
}


	