.sz-artTop{
     float:left;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
}
.sz-pic {
    width: 23.7%;
    height: 240px;
    float:left;
    overflow: hidden;
 
}



.sz-pic img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.sz-info{
    width: 71.7%;
     float:left;
}
.sz-info h3{
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    border-left: 2px solid #367abb;
    padding-left: 10px;
}
.sz-info ul{
    padding-top: 10px;
}
.sz-info ul li{
    border-bottom: dashed 1px #ccc;
    padding: 10px 0;
    display: flex;
}
.sz-info ul li span{
    width: 50%;
    display:inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.sz-art-bottom{
 float:left;
    width:100%;
    overflow: hidden;
    padding-top: 20px;
    border-top: 2px solid #367abb;
    margin-top: 20px;
    justify-content: space-between;
}
.sz-art-bottom ul{
    float: left;
    width: 18.2%;
    border-top: 2px solid #367abb;

    background-size: 100% 100%;
    padding-bottom: 80px;
}
.sz-art-bottom ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #367abb;
}
.sz-art-bottom ul li a{
    display: block;
    padding-left: 20px;
   background: #367abb;
    color: #fff;
    border-left: 3px solid transparent;
    font-size: 18px;
}
.sz-art-bottom ul li:hover{
    background: #06a8b1;
}
.sz-art-bottom ul li:hover a{
    border-color: #367abb;
    
    background-position: right center;
}
.sz-art-bottom ul li.active{
      background: #06a8b1;
}
.sz-art-bottom ul li.active a{
    border-color: #00767d;
   margin-right:20px;
    background: url(../images/sz-right-icon.png) no-repeat;
    background-position: right center;
}
.sz-art-cont{
    float: right;
    width: 78%;
}
.sz-art-cont div{
    min-height:500px;
    display: none;
    padding:20px 0px;
}
.sz-art-cont div:nth-child(1){
    display: block;
}
.sz-art-cont h3{
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    font-weight: 600;
}
.sz-art-cont p{
    font-size: 16px!important;
    line-height: 32px!important;
    color: #000000!important;text-indent: 0!important;
}

