.physicexam{
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
}
.physicexam .tab {
  padding-top: 40px;
}
.physicexam .tab li {
  width: 265px;
  height: 30px;
  background-color: #41b0a7;

  color: #fff;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  float: left;
  margin-bottom: 10px;
  margin-right: 40px;
}
.physicexam .detail-wrap .detail tr:nth-child(2n+1){
    background: #fafafa;
}
.physicexam .tab li.active {
  background-color: #d1f1ee;
  color: #41b0a7;
}
.physicexam .tab li:nth-child(3n) {
  margin-right: 0;
}
.physicexam .detail-wrap {
  margin-top: 50px;
  display: none;
}
.physicexam .detail-wrap.active {
  display: block;
}
.physicexam .detail-wrap .detail-title {
    height: 60px;
    background-color: #4b9a7b;

    color: #fff;
    text-align: center;
    line-height: 60px;
}


.physicexam .detail-wrap .paper {
  border-left: 1px solid #f0f0f0;
  text-align: center;
  line-height: 30px;
  padding: 10px 3px;

}

.physicexam .detail-wrap .xl65 {
  border-left: 1px solid #41b0a7;
    border-bottom: 1px solid #41b0a7;
    border-right:1px solid #41b0a7;
  text-align: center;
  line-height: 30px;
  padding: 0 3px;

}

.physicexam .detail-wrap .header .paper {
  background-color: #d1f1ee;
  color: #41b0a7;
}
.physicexam .detail-wrap .detail .paper {
  border-bottom: 1px solid #f0f0f0;
}

.physicexam .detail-wrap .col {
  border-left: 1px solid #41b0a7;
  text-align: center;
  line-height: 30px;
  padding: 0 5px;

}
.physicexam .detail-wrap .col11 {
  width: 330px;
}
.physicexam .detail-wrap .col21 {
  width: 200px;
}
.physicexam .detail-wrap .col31 {
  width: 330px;
    border-right: 1px solid #41b0a7;
}
.physicexam .detail-wrap .col1 {
  width: 160px;
}
.physicexam .detail-wrap .col2 {
  width: 230px;
}
.physicexam .detail-wrap .col3 {
  width: 245px;
}
.physicexam .detail-wrap .col4 {
  width: 90px;
}
.physicexam .detail-wrap .col5 {
  width: 95px;
  border-right: 1px solid #41b0a7
}
.physicexam .detail-wrap .header .col {
  background-color: #d1f1ee;
  color: #41b0a7;
}
.physicexam .detail-wrap .detail .col {
  border-bottom: 1px solid #41b0a7;
}
.artical{
  width:1200px;
  margin: 0 auto;
}
.artical-text{
    margin-top: 50px;
}
.artical_text{

    color: #666;
    line-height: 32px;
    text-indent: 2em;
    margin-top: 15px;
    text-align: justify;
}
.artical_text span{
    font-weight: bold;
}

.artical_notice{
  
    margin-top: 20px;
}

/*移动端*/
@media screen and (max-width: 768px){
.artical {
    width: calc(100% - 0.48rem);
    margin: 0 auto;
}
.artical-text {
    margin-top: 0.5rem;
}
.artical_text {
    color: #666;
    line-height: 0.5rem;
    text-indent: 0;
    margin-top: 0.1rem;
    text-align: justify;
    font-size: 0.25rem!important;
}
.artical_text span {
    font-weight: bold;
    font-size: 0.25rem;
}
.artical_notice {
    margin-top: 0.4rem;
    font-size: 0.25rem;
}
.physicexam {
    width: calc(100% - 0.48rem);
    margin: 0 auto;
    font-size: 0.2rem;
}
.physicexam .detail-wrap {
    margin-top: 0.5rem;
    display: none;
}
.physicexam .detail-wrap .detail-title {
    height: 1rem;
    background-color: #4b9a7b;
    color: #fff;
    text-align: center;
    line-height: 1rem;
    font-size: 0.3rem;
}
.physicexam .detail-wrap .paper {
    border-left: 1px solid #f0f0f0;
    text-align: center;
    line-height: 1.5;
    padding: 0.2rem 0.1rem;
    font-size: 0.2rem;
}
td, th, caption {
    font-size: 0.2rem;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
    font-size: 0.2rem;
}


}

}

