@charset "UTF-8";
.container {
	width: auto;
  overflow: hidden;
  margin-top: 75px;
  /*float: left;*/
}

.container p{
  width: 1200px;
  margin: auto;
}
.container_left {
  float: left;
  width: 200px;
  margin-right: 115px;
}
.container_left a {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #666;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  text-align: center;
  background-color: #f5f5f5;
  position: relative;
}
.container_left a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  background: #36b24a;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s ease, opacity 0.4s;
  transition: transform .4s ease, opacity .4s;
  -webkit-transform: scale(0.3, 1);
  -ms-transform: scale(0.3, 1);
  transform: scale(0.3, 1);
}
.container_left a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 80px;
  z-index: 2;
  top: 0;
  left: 0;
  display: none;
  content: '';
  color: white;
}
.container_left a:hover {
  color: white;
}
.container_left a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.container_left a:hover:before {
  display: block;
}
.container_left a.active {
  color: #36b34a;
}
.container_left a:first-child:before {
  content: "新闻动态";
}
.container_left a:nth-child(2):before {
  content: "行业动态";
}
.container_left a:nth-child(3):before {
  content: "品牌资讯";
}
.container_left a:nth-child(4):before {
  content: "创业指南";
}
.container_right {
  /*float: right;*/
  /*width: 860px;*/
}
.container_right h2 {
  font-size: 36px;
  line-height: 1.8;
  font-weight: normal;
  text-align: center;
}
.container_right .h2_span {
  font-size: 14px;
  color: #666;
  text-align: center;
  border-bottom: 1px dashed #666;
  padding-bottom: 20px;
}
.container_right .h2_span span:first-child {
  margin-right: 50px;
}
.container_right .content * {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}
.container_right .content {
  padding: 40px 0;
  overflow: auto;
}
.container_right .content p {
  margin-bottom: 20px;
  text-indent:2em;
}
.container_right .content img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}
.container_right .foot_page {
  text-align: center;
  overflow: hidden;
}
.container_right .foot_page div {
  display: inline-block;
  text-align: center;
  font-size: 12px;
}
.container_right .foot_page div:first-child {
  margin-right: 70px;
}
.container_right .foot_page div a {
  color: #015bab;
  font-size: 12px;
}
.container_right .foot_page div a:hover {
  text-decoration: underline;
}
.container_right .foot_page div span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.container_right .foot_page div span:before {
  position: absolute;
  content: "";
  left: 16px;
  top: 8px;
  border: 5px solid transparent;
  border-left-color: #015bab;
}
