.container {
  width: 1200px;
}
.tab_ul {
}
.tab_content .row > div{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.tab_content a {
  display: inline-block;
  cursor: pointer;
}
.container li {
}
.tab_ul li {
  width: 162px;
  height: 44px;
  border: 1px solid #3d3d3d;
  color: #3d3d3d;
  float: left;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  margin-right: -1px;
  cursor: pointer;
  margin-top: -1px;
}
.tab_ul li a{
  width: 100%;
  height: 100%;
  display: inline-block;
}
.tab_ul .tab_click{
  border: 1px solid #079080;
  background-color: #079080;
  color: #fff;
}
.tab_ul .tab_click a {
  color: #fff;
}
.tab_content {
  margin-top: 44px;
  margin-bottom: 75px;
}
.companyProfile li {
  padding-bottom: 24px;
}

.companyProfile .title {
  font-size: 24px;
  line-height: 1.5;
  color: #000;
}
.companyProfile .com_content {
  text-indent: 46px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}


.organ_name {
  padding: 10px 0;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 04s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.organ_name:hover .organ_time{
  color: #079080;
}
.organ_name:hover .organ_main{
  color: #079080;
}
.organ_name:hover span{
  color: #079080;
}
.organ_time {
  line-height: 1.7;
  font-size: 14px;
  text-indent: 30px;
  color: #003b7d;
}
.organ_main {
  font-size: 16px;
  line-height: 1.5;
}
.organ_main span {
  color: #003b7d;
}

@media (max-width: 1200px) {
  .container { width: 1000px;}
}
@media (max-width: 992px) and (min-width: 768px) {
  .container { width: 680px;}
  .tab_ul { padding-left: -15px; padding-right: -15px;}
  .tab_ul li { width: 33%;}
  .tab_ul { padding-left: -15px; padding-right: -15px;}
  .tab_ul li { width: 33%;}
}
@media (max-width: 768px) {
  .container { width: auto;}
  .tab_content a { float: left;}
  .organ_name { width: 50%;}
  .tab_ul li { width: 49.5%;}
}
