﻿/*news details*/
.news-wrap{
    padding-bottom: 3.2%;
    background: linear-gradient(to bottom, #f3f3f3 30%, #fbfbfb 35% ,#fff 50%);
}
.iNews{
    padding: 0 4.16%;
    margin-bottom: 20px;
}
.iNews-thead{
    border-bottom: 1px solid #e5e5e5;
    padding: 3.18% 0;
}
.iNews-thead h2{
    color: #000;
}
.iNews-thead p{
    color: #8d8d8d;
    margin-top: 2.18%;
}
.iNews-thead p em{
    width: 80px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-left: 42px;
}
.iNews-tbody{
    padding: 3.1% 0;
}
.iNews-tbody p{
    line-height: 190%;
    margin-bottom: 2.36%;
}
.iNews-tbody em{
    width: 50%;
    margin: 0 auto;
    display: block;
}
.iNews-tbody img{
    /*width: 100%;*/
}
.write{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.write a{
    color: #424242;
    width: 150px;
    line-height: 50px;
    text-align: center;
    background: #fff;
}




/**/
.activity{
    padding: 2.916% 4.16%;
}
.news-wrap .idx-news-thead{
    margin-bottom: 2.45%;
}
.news-contain{
    padding: 0;
}