﻿.mainCount {
 width: 62.5vw;
 margin: 0 auto;
 padding-bottom: 4.17vw;
}

.main_content {
 width: 62.5vw;
}

.wrap {
 background: #EEF5FF;
}
.doc_des_detail.jj_detail{
margin-top: 50px;
}

.depD_fl {
 float: left;
}
.doc_img {
 float: left;
 width: 13.56vw;
 /* height: 19.84vw; */
 overflow: hidden;
 margin-right: 3vw;
}

.doc_img img {
 width: 100%;
}

.doc_des {
 /* width: 43.18vw; */
 /* float: right; */
}

span.docName {
 font-size: 28px;
 color: #245CCE;
}

.doc_des_top {
 display: flex;
 align-items: center;
 justify-content: space-between;
 border-bottom: 0.03vw solid #8E8E8E;
 padding-bottom: 1.06vw;
}

.doc_des_detail {
 font-size: 16px;
 line-height: 1.8vw;
 margin-top: 0.5vw;
}

span.docProfessional {
 font-size: 16px;
 margin-left: 2vw;
}

.doc_des_detail:nth-child(1) {
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 display: -webkit-box;
 overflow: hidden;
}


.doc_des_bottom .more{
 width: 9.48vw;
 height: 2.4vw;
 line-height: 2.4vw;
 background: #245CCE;
 border-radius: 5.21vw;
 color: #fff;
 display: block;
 font-size: 16px;
 text-align: center;
 margin: 1.6vw auto 0;
 transition: all 0.2s;
 border: 0.03vw solid #245CCE;
}

@media only screen and (max-width: 768px) {
 .mainCount {
 width: 100%;
 padding: 2vw;
 box-sizing: border-box;
 }
 .doc_img {
 width: 36%;
 height: 45vw;
 }
 .doc_des {
 width: 100%;
 }
 .doc_des_top {
 padding-bottom: 2vw;
 }
 span.docName {
 font-size: 20px;
 }
 span.docProfessional {
 font-size: 16px;
 }
 .doc_des_detail {
 font-size: 14px;
 line-height: 24px;
 margin-top: 2vw;
 }
 .doc_des_detail.jj_detail{
  margin-top:15px;
 }

 .depD_fl {
 float: none;
 }
 a.dep_img {
 width: 100%;
 height: 50vw;
 }
 .depD_fr {
 width: 100%;
 font-size: 16px;
 float: none;
 margin-top: 2vw;
 }
 .depD_fr p {
 line-height: 24px;
 }
 .depD_fr .more {
 width: 20vw;
 height: auto;
 line-height: inherit;
 font-size: 14px;
 margin: 2vw auto 0;
 padding: 1vw;
 }
 .doc_td ul li {
 width: 25%;
 height: auto;
 margin-right: 0;
 margin-bottom: 2vw;
 }
 .doc_td ul li a {
 font-size: 16px;
 }
}  