.bigBox .leftTxt{
    width:347px;
    padding-top: 62px;
}
.bigBox .leftTxt .txt1{
    font-size:24px;
    line-height: 36px;
    color:#DDD;
}
.bigBox .leftTxt .txt2{
    font-size:20px;
    line-height: 40px;
    color:#00245E;
    letter-spacing: 4px;
}
.bigBox .rightTxt{
    width:853px;
    padding: 62px 0 99px 62px;
    min-height: 631px;
    position: relative;
}
.bigBox .rightTxt:after{
    position: absolute;
    content: '';
    width:1px;
    height: 100%;
    background:#EDEDED;
    left:0;
    top:0;
}
.bigBox .rightTxt .title{
    margin-bottom: 40px;
}
.bigBox .rightTxt .title b{
    font-size:24px;
    color:#00245F;
    display: block;
    font-weight: normal;
    letter-spacing:4px;
}
.bigBox .rightTxt .title span{
    font-size:30px;
    color:#CCC;
    display: block;
    margin-top:20px;
}
/* 医药医疗 */
.medicine {
    font-size:14px;
    color:#656565;
    line-height: 30px;
    text-align: justify;
}
.medicine p{
    font-size:14px;
    color:#656565;
    margin-top:20px;
}
.medicine p:nth-child(1){
    margin-top:0;
}
.medicine img{
    width: 100%;
    margin-top: 40px;
}
/* 矿产投资 */
.invest {
    margin-top:30px;
    font-size:14px;
    color:#656565;
    line-height: 30px;
    text-align: justify;
}
.invest p{
    font-size:14px;
    color:#656565;
    margin-top:15px;
}

/* 生态农业 */
.farming .txts{
    font-size:14px;
    color:#666;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
    margin:0 0 22px 0;
}
.farming .txts p{
    margin-top: 15px;
}
.farming .txts p:first-child{
    margin-top: 0;
}
.farming .imgs{
    border-top:1px dashed #E5E5E5;
    padding-top:20px;
    margin-top:30px;
}
.farming .imgs dl{
    float: left;
    width:250px;
    margin-right:20.5px;
    margin-top: 20px;
}
.farming .imgs dl:nth-child(3n+3) {
    margin-right:0;
}
.farming .imgs dl dt img{
    width:100%;
    height: 145px;
    object-fit: cover;
}
.farming .imgs dl dd{
    font-size:16px;
    color:#00255B;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top:20px;
    padding:0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}