 #article_content img {
            height: auto !important;
            max-width: 100%;
        }

        #article_content {
            word-wrap: break-word;
        }
        @media (max-width: 767px) {
            .tc-main .article-box h2{
                font-size: 18px;
            }
        }
        /*相关文章*/
        .correlation_wz{
            width: 100%;
            height: 230px;
            margin-top:30px
        }
        .correlation_wz>p{
            font-size: 18px;
            font-weight: bold;
            border-bottom: 2px solid#ccc;
        }
        .correlation_wz>p>span{
            border-bottom: 2px solid#ff0000; 
        }
        .correlation_wz>ul{
            width: 100%;
            height: 160px;
            padding: 0;
        }
        .correlation_wz>ul>li{
            width: 48%;
            height: 40px;
            float: left;
            margin-left: 2%;
            line-height: 50px;
            color: #666;
            font-size: 15px;
        }
        .correlation_wz>ul>li>p{
            height: 100%;
            margin: 0;
            white-space:nowrap;
            overflow:hidden;
            text-overflow: ellipsis;
        }
        .correlation_wz>ul>li>p>a{
            color: #666;
        }
        .correlation_wz>ul>li>p>a:hover{
            color: #ff0000;
        }
        .correlation_wz>ul>li:hover{
            color: #ff0000;
        }
       #advertising{
	margin:0 auto 20px;width:97.5%;display:block
         }