@charset "utf-8";
/*
    * Busy 收集 整理
 */
/*雅虎（YUI 3）reset*/
/*Normalize.css*/
html,
body {
  font-family: '微软雅黑';
  background: #f4f4f4;
}
.boxsize {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.banner {
  width: 100%;
  height: 205px;
  background: url(../images/acca_banner.png);
  background-size: 100% 100%;
  margin-top: 60px;
  color: #fff;
  padding-top: 28px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.banner .wrapper {
  padding: 0 348px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.banner .wrapper h5 {
  font-size: 50px;
  font-weight: bold;
}
.banner .wrapper h6 {
  font-size: 16px;
  margin-top: 10px;
}
.banner .wrapper div {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.banner .wrapper div a {
  width: 192px;
  height: 41px;
  line-height: 41px;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #2a4c7e;
  color: #fff;
  font-size: 16px;
}
.container {
  *zoom: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container .left {
  width: 300px;
  min-height: 600px;
  float: left;
  display: inline;
}
.container .left .tab {
  margin-bottom: 1px;
}
.container .left .tab .tf_title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #009966;
  color: #fff;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.container .left .tab .tab_child {
  padding-bottom: 5px;
  background: #fff;
  text-indent: 12px;
/*  display: none; */
}
.container .left .tab .tab_child a {
  height: 36px;
  line-height: 36px;
  display: block;
  border-bottom: 1px dashed #cccccc;
  padding-left: 10px;
}
.container .left .tab .tab_child a:hover{color: #009966;}
.container .left .tab .tab_child a:active{color: #009966;}
.container .left .tab .tab_child.active {
  display: block;
}

.container .right {
  width: 880px;
  float: right;
  min-height: 1120px;
  background: #fff;
  position: relative;
}
.container .right .ptitle {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #d5d5d5;
  text-indent: 21px;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 45px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.container .right .text_content {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 26px 15px 100px 15px;
}
.container .right .text_content .wrap {
  position: relative;
  overflow: hidden;
}
.container .right .text_content .wrap p {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  margin-bottom: 40px;
  /*display: inline-block;*/
}
.container .right .article2 .text_content p img{
  display: block !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
.container .right .text_content .wrap span {
  display: inline-block;
  text-indent: 0;
  font-size: 16px;
}
.container .right .text_content .wrap .if_acca {
  width: 610px;
  position: relative;
}
.container .right .text_content .wrap .if_acca .four_intro p {
  text-indent: 0;
  width: 50%;
  display: inline-block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0px;
}
.container .right .text_content .wrap .if_acca .four_intro p span {
  text-indent: 0;
}
.container .right .text_content .wrap .if_acca img.accaimg {
  position: absolute;
  top: 60px;
  right: -246px;
}
.text_content p{
	text-indent: 2em;
	line-height: 2em;
}