@charset "utf-8";
/* CSS Document */

body {
    font-size: 16px;
    font-family: 微软雅黑;
    margin: 0;
    padding: 0;
    background-color: #efefef;
	color: #1a1919;
}

#container {
    margin: 0px auto;
    width: 1280px;
}

/* ============
        页首
   ============ */

#header {
    background-color: #11a7a6;
    width: 100%;
    height: 60px;
	border-radius: 0px 0px 8px 8px;
}

#logo {
    float: left;
    background: url(../images/logo.png) no-repeat;
    margin-top: -1px;
    width: 285px;
    height: 62px;
}

#nav ul {
    float: right;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

#nav ul li {
    list-style: none;
    float: left;
}

#nav ul li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    margin: 7px 10px 0;
    padding: 0 15px;
    /*width: 80px;*/
    height: 45px;
    line-height:45px;
}

#nav ul li a:hover,#nav ul li a#active {
    border-bottom: 2px solid #ffffff;
}

#user {
	float: right;
	margin: 5px 15px 5px 0;
	width: 50px;
	height: 50px;
	background: url(../images/user.png) no-repeat;
}

/* ============
        内容
   ============ */

#content {
	margin: 20px 0px;
}

.title_big {
    border-left: 4px solid #000000;
    font-size: 24px;
    margin: 0 20px;
    padding-left: 20px;
}

#content_left a,.box_right a {
	text-decoration: none;
	color: #3d3d3d;
	font-weight: bold;
}

/*		内容左(首页)		*/

#content_left {
	width: 878px;
	float: left;
}

.box {
	background-color: #ffffff;
	height: 163px;
	margin: 20px;
	border-radius: 8px;
}

.box:hover {
	box-shadow: 1px 3px 9px #cccccc;
	transition: .3s;
}

.pic1,.pic2,.pic3 {
	margin-right: 10px;
	border-radius: 8px 0 0 8px;
	width: 260px;
	height: 163px;
	float: left;
}

.pic1 {
	background: url(../images/xps.jpg) no-repeat;
}

.pic2 {
	background: url(../images/translate.jpg) no-repeat;
}

.pic3 {
	background: url(../images/emoji.jpg) no-repeat;
}

.text {
	padding-top: 5px;
	font-size: 16px;
}

.title_little {
	margin: 0px;
}

.time {
	color: #cccccc;
	text-align: right;
	margin-top: 0;
	padding-right: 10px;
}

.article_content_simple {
	font-size: 15px;
	font-weight: normal;
}

/*		内容右		*/
#content_right {
	float: left;
	width: 400px;
}

.box_right {
	background-color: #ffffff;
	height: 397px;
	margin: 20px;
	border-radius: 8px;
}

.box_right ul {
	margin: 0px 20px;
    padding: 10px 0px;
}

.box_right ul li {
	list-style: none;
	font-size: 16px;
	padding: 10px 5px;
}

.box_right_search {
	background-color: #ffffff;
	height: 30px;
	margin: 20px;
	border-radius: 8px;
	padding: 15px 22px;
}

.search {
	border: 2px #858585 solid;
	border-radius: 5px;
	width: 311px;
}

#search_put {
	width: 275px;
	height: 25px;
	border: none;
	background: transparent;
	padding-left: 10px;
	float: left;
}

.search_image {
	border: none;
	background: url(../images/search.png);
	height: 25px;
	width: 25px;
	cursor: pointer;
}

/* ============
        页尾
   ============ */
#footer {
    clear: both;
	font-size: 14px;
	color: #8c8c8c;
}

#music {
	float: right;
}

#img {
	width: 40px;
	margin: 10px 10px 0 0;
	cursor: pointer;
}
