.bannerImg img {
    width: 1400px;
    display:block;
    margin:0 auto;
}
/* main */

.breadcrumb {
    padding: 10px 15px;
    border-bottom: 1px dashed #ccc;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li a {
    color: #337ab7;
    font-size: 13px;
}
.breadcrumb li a::after {
    content: '/';
    margin: 0 5px;
}
.breadcrumb::after {
    content: '';
    clear: both;
}
.Info {
    padding: 0 10px;
    margin-top: 45px;
}
.Info h3 {
    padding-bottom: 10px;
    color: #1d986c;
    font-size: 24px;
    font-weight: 500;
   
text-align:center;
}

.Info h4 {
    padding-bottom: 3px;
    color: #1d986c;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px dashed #ccc;
text-align:center;
}
.newsTime {
    margin: 16px 0;
text-align:center;
    color: #666;
    font-size: 14px;
}
.Info p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
    text-align: justify;
    line-height: 1.75em;
    text-indent: 2em;
}
.Info .artImg {
    display: block;
    text-align: center;
}
.Info .artImg img {
    width: 456px;
    height: 259px;
}
.Info .imgInfo {
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 1.75em;
}