@CHARSET "UTF-8";

#head {
    height: 85px;
    background-color: white;

}

#navigation {
    width: 900px;
    height: 40px;
    margin: 0 auto;
    padding: 6px 0;
}

#navigation a {
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    color: dimgray;
    font-size: 130%;
    font-weight: bold;
}

#navigation a:hover {
    color: #008cf9;
}

#navigation ul {
    padding: 25px 0;
    list-style: none;
}

#navigation li {
    float: left;
    padding: 0 10px;
}

#navigation #login {
    float: right;
}

#body {
    background-color: #EDEDED;
    padding-top: 30px;
}

#bar {
    width: 900px;
    height: 30px;
    margin: 10px auto;
}

#bar select {
    float: left;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
	margin-right: 15px;

	z-index: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .14);
	border-radius: 8px;
	background: #fff;
	-webkit-box-shadow: 0 3px 8px -6px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 8px -6px rgba(0, 0, 0, .1)


}

#bar button {
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: white;
    background-color: #008cf9;
    border-radius: 8px;
    font-size: 100%;
    float: right;
}

#news {
    width: 900px;
    margin: 20px auto;
}


.img {
    width: 150px;
    height: 150px;
    margin-top: 20px;
    margin-right: 20px;
    float: right;
}

#news ul {
    list-style: none;
}

#news li {
    margin: 20px 0;

	z-index: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .14);
	border-radius: 8px;
	background: #fff;
	-webkit-box-shadow: 0 3px 8px -6px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 8px -6px rgba(0, 0, 0, .1)

}

#news li:hover {
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .06);
	box-shadow: inset 0 0 30px rgba(0, 0, 0, .06)
}

.news {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    /*border-radius:10px;*/
    /*background-color: white;*/
    /*overflow: hidden;*/
    /*position: relative;*/

}

.title {
    width: 660px;
    word-wrap: break-word;
    position: absolute;
    top: 10px;
    left: 20px;
    font-weight: bold;
    font-size: 150%;
    color: black;
}

.detail {
    width: 660px;
    word-wrap: break-word;
    position: absolute;
    top: 45px;
    left: 20px;
    font-size: 100%;
    color: black;
}

.time {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: gray;
    font-size: 110%;
}

.neirong {
    height: 180px;
    position: relative;
    overflow-y: auto;
    letter-spacing: 2px;
    line-height: 20px;
}

.tx {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
    border-radius: 50%;
}

.name {
    margin-top: 5px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 100%;
    color: black;
    line-height: 40px;
    float: left;
}

.pls {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.pls img {
    width: 20px;
    height: 20px;
}

.pls span {
    line-height: 20px;
}

#foot {
    text-align: center;
}

#foot a {
    color: gray;

    width: 900px;
    display: inline-block;
    margin: 0 auto;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 100px;
    padding-right: 100px;

    margin-bottom: 20px;

    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 3px 8px -6px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 8px -6px rgba(0, 0, 0, .1)
}

#foot a :hover {
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .06);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .06)
}