.index_news{ padding:0 10px 10px; margin-top:15px;}
.news_box{ border-radius: 0px 10px 0px 10px; background:#fff; box-shadow: 0px 1px 3px 0px rgba(18, 18, 18, 0.21);}
.index_news h3{ height:40px; line-height:40px; text-align:center; color:#fff; font-size:14px; background:url(http://www.peccn.com/images/title_bg.jpg) no-repeat 0 0; background-size:100%; /*border-radius: 0px 10px 0px 0px;*/ }
.index_news h1{ padding:20px; text-align:center; font-size:16px;}
.index_news .time{ padding:0 5px 0px; text-align:center; font-size:12px; color:#999; margin:0 10px 10px;}
.index_news .time a{text-decoration: none;}
.index_news .titleline{
    margin:0 auto;
    width: 90%;
    height: 0.5em;
    background:
            linear-gradient(135deg, transparent, transparent 45%, #b4b4b4, transparent 55%, transparent 100%),
            linear-gradient(45deg, transparent, transparent 45%, #b4b4b4, transparent 55%, transparent 100%);
    background-size: 1em 1em;
    background-repeat: repeat-x, repeat-x;
    text-align: center;
}
.index_news .text{ padding: 0px 15px 15px 15px; line-height:26px; word-break:break-all; }
.index_news .text p{margin-top:12px;}
.index_news .text h1{margin-top:15px; }
.index_news .text h2{margin-top:15px; }
.index_news .text a{ word-wrap: normal|break-word;}
.index_news .text img{ max-width:100%; height:auto; margin-top:10px; }
.index_news .text input{ max-width:100%; height:auto; margin-top:10px; }
.index_news .text iframe{ width:100% !important; height:260px !important;}
.index_news .text table{width:100% !important;}
.news_box img{ width: auto !important; max-width: 100%;}

.index_news .text .recommended_content{
    margin-top: 20px;
    width: 100%;
    /*background:url(../images/recommendedbg.jpg) left no-repeat;*/
    border: 1px dashed #979797;
    border-radius: 0px 15px 15px 0px;
    /*box-shadow: 0px 1px 3px 0px rgba(18, 18, 18, 0.21);*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_news .text .recommended_content_1{
    display:none;
}

.index_news .text .recommended_content_2{
    margin-left: 10px;
    width: 20%;
    float: left;
    text-aligh: center;
    font-size: 13px;
    line-height: 26px;
    font-family: Source Han Sans CN;
}
.index_news .text .recommended_content_2 div{
    width: 90%;
    height: 0.5em;
    background:
            linear-gradient(135deg, transparent, transparent 45%, #b4b4b4, transparent 55%, transparent 100%),
            linear-gradient(45deg, transparent, transparent 45%, #b4b4b4, transparent 55%, transparent 100%);
    background-size: 1em 1em;
    background-repeat: repeat-x, repeat-x;
}
.index_news .text .recommended_content_2 span{
    width: 90%;
}


.index_news .text .recommended_content_3{
    display:none;
}

.index_news .text .recommended_content_4{
    width: 75%;
    float: left;
    text-aligh: center;
    font-size: 13px;
    line-height: 26px;
    font-family: Source Han Sans CN;
}
.index_news .text .recommended_content_4 div{
    width: 90%;
    height: 0.5em;
    background:
            linear-gradient(135deg, transparent, transparent 45%, #b4b4b4, transparent 55%, transparent 100%),
            linear-gradient(45deg, transparent, transparent 45%, #b4b4b4, transparent 55%, transparent 100%);
    background-size: 1em 1em;
    background-repeat: repeat-x, repeat-x;
}
.index_news .text .recommended_content_4 span a{
    text-decoration: none;
    width: 90%;
}



.contedel{
    padding: 10px 15px 10px;
}
.contedel .title{
    font-size:25px;
    font-weight:bold;
}
.contedel .info{
    font-size:13px;
    color:#999;
    margin:10px 0;
}
.contedel .contents{
    font-size:16px;
    line-height:32px;
}
.contedel .contents img{
    max-width:100%;
}