/*共用样式开始*/
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  -webkit-appearance: none;
  font-family: "微软雅黑", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
input {
  border-radius: 0;
}
textarea {
  resize: none;
}
*:focus {
  outline: none;
}
html {
  font-size: 62.5%;
}
a {
  color: #666666;
  text-decoration: none;
  cursor: pointer;
}
img {
  border: 0px;
}
.clear {
  clear: both;
}
/*公用样式结束*/
.title {
  border-bottom: 1px solid #e9e9e9;
}
.title .more {
  display: inline-block;
  float: right;
  color: #999;
  font-size: 12px;
  margin-top: 7px;
}
.inbox1 {
  width: 1200px;
  margin: 26px auto;
}
.inbox1 .inbox1_left {
  width: 776px;
  float: left;
}
.inbox1 .inbox1_left .inbox1_left_cont {
  height: 260px;
  overflow: hidden;
  padding: 15px 0px;
}
.inbox1 .inbox1_left .inbox1_left_cont p {
  font-size: 1.4rem;
  color: #666666;
  line-height: 30px;
}
.inbox1 .inbox1_left .inbox1_left_cont p a {
  color: #666666;
}
.inbox1 .inbox1_left .inbox1_left_cont p .mora {
  color: #333333;
}
.inbox1 .inbox1_left .inbox1_left_cont p .mora:hover {
  color: #527a91;
}
.inbox1 .inbox1_left .inbox1_left_cont img {
  width: 230px;
  float: left;
  margin-right: 20px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 3px 10px rgb(222,222,222);
}
.inbox1 .inbox1_right {
  width: 360px;
  float: right;
}
.inbox1 .inbox1_right .inbox1_right_cont {
  height: 270px;
  overflow: hidden;
  padding: 15px 0px;
}
.inbox1 .inbox1_right .inbox1_right_cont p {
  font-size: 1.4rem;
  color: #666666;
  line-height: 27px;
}
.inbox1 .inbox1_right .inbox1_right_cont p a {
  color: #666666;
}
.inbox1 .inbox1_right .inbox1_right_cont p .mora {
  color: #333333;
}
.inbox1 .inbox1_right .inbox1_right_cont p .mora:hover {
  color: #527a91;
}
.inbox1 .inbox1_right .inbox1_right_cont img {
  width: 100%;
  margin-bottom: 10px;
}
.mora {
  color: #333333 !important;
}
.mora:hover {
  color: #527a91 !important;
}
