.exhNewsDetails {
    width: 100%;
    height:auto;
    overflow:hidden;
    background:#f0f5fb;
}
.exh-news-det .bread{
    width:100%;
    height:8.4rem;
    line-height:8.4rem;
    font-size:2.2rem;
    font-family:"思源黑体CN";
    border-bottom:0.1rem solid rgba(12,100,191,.1);
}
.exh-news-det .bread a{
    display:inline-block;
    color:#5887c4;
    background:url(../images/exhDetailsImg/breadArrow.png) no-repeat center right;
    padding-right:2.5rem;
    cursor:pointer;
    text-decoration:none;
    margin-right:2rem;
}
.exh-news-det .bread em{
    color:#666;
    font-style:normal;
}
.exh-det-con{
    width:100%;
    height:auto;
    margin-top:4.6rem;
    margin-bottom:6rem;
    display:flex;
    justify-content: space-between;
}
.media-search{
    height:5.6rem;
    font-size:0;
}
.media-search .media-btn{
    width:100%;
    height:5.6rem;
    display:flex;
    align-items: center;
}
input, button {
    border: none;
    outline: none;
}
input {
    width: 24.2rem;
    height: 5rem;
    line-height: 5rem;
    border: 1px solid rgba(125, 162, 211, .8);
    background:transparent;
    border-radius: 1rem 0 0 1rem;
    font-size: 1.8rem;
    color: #a5bedf;
    padding: 0 0 0 1.6rem;
    border-right: 0;
    vertical-align:middle;
    display:inline-block;
}
button {
    width: 6.2rem;
    height: 5.2rem;
    border: 1px solid rgba(125, 162, 211, .8);
    display: inline-block;
    vertical-align:middle;
    border-left: 0;
    border-radius: 0 1rem 1rem 0;
    cursor: pointer;
    background: transparent url(../images/mediaDetails/mediaSearch.png) no-repeat center center;
}
input::placeholder {
    color: #a5bedf;
}
.exh-det-con .exh-det-left{
    width:30.4rem;
    height:auto;
    overflow:hidden;
}
.exh-det-con .exh-det-left .exh-rec-title{
    height:8.5rem;
    line-height:8.5rem;
    border-bottom:0.1rem solid #dfe2f5;
}
.exh-det-con .exh-det-left .exh-rec-title h3{
    font-size:2.6rem;
    color:#002040;
    font-family: "思源黑体宋";
}
.exh-det-con .exh-det-left ul li{
    width:100%;
    height:10.8rem;
    padding-top:2.2rem;
    box-sizing:border-box;
    border-bottom:0.1rem solid #dfe2f5;
}
.exh-det-con .exh-det-left ul li a{
    text-decoration:none;
}
.exh-det-con .exh-det-left ul li h3{
    font-size:1.8rem;
    color:#002040;
    width:100%;
    height:3.4rem;
    line-height:3.4rem;
    padding-left:2.2rem;
    box-sizing:border-box;
    background:url(../images/tradeNewsImg/exhDetLi.png) no-repeat left center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.exh-det-con .exh-det-left ul li p{
    font-size:1.6rem;
    color:#6b7083;
    height:3rem;
    line-height:3rem;
    padding-left:2.2rem;
}
.exh-det-con .exh-det-right{
    width:113.4rem;
    height:auto;
    overflow:hidden;
    padding:7.8rem 7.2rem;
    box-sizing:border-box;
    border:1px solid #dfe2f5;
    background:#fff;
    box-shadow:0 0 0.5rem rgba(0,0,0,.05);
}
.exh-det-con .exh-det-right .exh-right-title{
    width:100%;
    margin-bottom:2rem;
}
.exh-det-con .exh-det-right .exh-right-title h3{
    font-size:3.2rem;
    color:#002040;
    font-family: "思源黑体Bold";
    line-height: 150%;
    text-align: center;
    padding:2rem 0;
   /* line-height:8.6rem;
    */
   /* white-space: nowrap;
    */
   /* overflow: hidden;
    text-overflow: ellipsis;
    */
}
.exh-det-con .exh-det-right .exh-right-title p{
    font-size:2rem;
    color:#6b7083;
    line-height:4rem;
    padding-left:3.2rem;
    box-sizing: border-box;
    background:url(../images/tradeNewsImg/exhDetDate.png) no-repeat left center;
}
.exh-det-con .exh-det-right .exh-right-con .right-img{
    width:97.5rem;
    height:70.4rem;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom:2rem;
}
.exh-det-con .exh-det-right .exh-right-con .right-img img{
    max-width:91.2rem;
}
.exh-det-con .exh-det-right .exh-right-con p,.exh-det-con .exh-det-right .exh-right-con section{
    font-size:1.8rem;
    color:#002040;
    line-height:3.2rem;
    margin-bottom:3rem;
}
.exh-right-con p img{
    max-width: 100%;
    height: auto;
    display:block;
    margin:1rem auto;
}
.exh-right-con img{
    max-width: 100%;
    height: auto;
    display:block;
    margin:1rem auto;
}
.exh-right-con{
    padding-left:3.2rem;
    margin-top:2rem;
}
.exh-right-con table.comname{
    width:100%;
    margin:0;
}
.exh-right-con table.comname tr{
    font-size:1.6rem;
    height:3.6rem;
    line-height:3.6rem;
}
.exh-right-con table.comname tr td:nth-child(odd){
    width:20%;
    vertical-align:top;
}
.exh-right-con table.comname tr td:nth-child(even){
    width:80%;
    vertical-align:top;
}