body {
    background: #f6f6f6;
}
.MsoNormalTable{
    margin:0 auto;
}
.breadcrumb {
    background: transparent;
    font-size: 12px;
    color: #666666;
    padding: 15px 0;
    margin-bottom: 0;
}

.breadcrumb>li+li+li:before {
    color: #666666;
    font: normal normal normal 12px/1 LineAwesome;
    content: '\f112';
    padding: 0 5px;
}

.breadcrumb li a {
    font-size: 12px;
    color: #666666;
}

.body-box {
    background: #fff;
    padding: 30px 70px;
}

.left-title {
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding: 15px 50px 25px;
}

.title-date div:not(:last-of-type) {
    margin-right: 30px;
}

.title-date div {
    font-size: 14px;
    color: #7D7D7D;
}

.title-btn {
    color: #7D7D7D;
}

.title-btn .btn {
    color: #7D7D7D;
    padding: 0 5px;
}

.title-btn .active {
    font-weight: 700;
}

.title-btn .btn:hover {
    font-weight: 700;
}

.title-icon {
    color: #B3B3B3;
    transition: all .3s ease;
}

.title-link {
    overflow: hidden;
    display: flex;
    line-height: normal;
}

.title-link:hover i {
    color: #245399;
    /* font-size: 16px; */
}

.title-style>div {
    position: relative;
    padding: 0 25px;
}

.title-style>div:not(:last-of-type):after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #D2D2D2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.left-head {
    border-bottom: 1px solid #DBDEE9;
    padding-bottom: 15px;
}

.left-text {
    padding: 30px 0 60px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DBDEE9;
}

.left-text div {
    font-size: 18px;
    color: #2F2F2F;
    margin-bottom: 30px;
    line-height: 2;
}

.left-text .text-img {
    text-align: center;
    text-indent: 0;
}

.left-text img{
    width:100%;
}

.text-img img {
    width: 100%;
    text-align: center;
}

.text-link,
.text-link a {
    font-size: 16px;
    color: #535353;
}

.text-link a {
    width: calc(100% - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-link a:hover {
    color: #245399;
}

.text-link>div {
    margin: 10px 0;
}

.text-link span {
    margin-right: 15px;
    white-space: nowrap;
}

.content {
    margin-bottom: 40px;
}

.breadcrumb .Column_Position span {
    display: none;
}

.breadcrumb .Column_Position >a:not(:last-of-type)::after {
    color: #333333;
    font: normal normal normal 12px/1 LineAwesome;
    content: '\f112';
    padding: 0 5px;
}

.breadcrumb .Column_Position >a {
    font-size: 12px;
    color: #666666;
}

.wp_articlecontent p span {
    color: #2f2f2f;
    font-size: 18px !important;
}

.Article_Content img{
    max-width:100%;
   height:auto!important;
}
@media screen and (max-width:1023px) {
.left-title{
 padding:15px 0;
font-size:22px;
}

.title-date div{
 font-siez:12px;
}
.title-date div:not(:last-of-type){
 margin-right:10px;
}
}

@media screen and (max-width:768px) {
    .right-head {
        padding: 20px 0;
    }

    .body-box {
        padding: 0 20px  10px;
    }
}
