.p_art {
    /* width: 207px; */
    width: calc((100% / 4) - 15px);
    margin: 20px 7px 10px 7px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;

}

#content_sub .p_art_image img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background-color: #555;
    padding: 0;
}

.p_art_title {
    padding: 20px 5px;
    border: 1px solid #c8c8c8;
    background-color: #fcfcfc;
    font-size: 16px;
    box-sizing: border-box;
}

.p_art_title span {
    font-weight: bold;
	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	display:block;
}

.p_body {
    clear: both;
    margin-bottom: 10px;
    display: none;
}

.p_body h2 {
    color: #434343;
    padding-bottom: 23px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}

.p_body h3 {
    color: #595959;
    margin: 0 0 6px 0;
}

.p_body h4 {
    color: #6d6d6d;
    margin: 7px 0 3px 0;
}

.c_title {
    background: url("/layout/usr/images/common/icon/h4_1.png") no-repeat 5px 5px;
    font-weight: bold;
    padding-left: 16px;
    color: #6d6d6d;
    font-size: 13px;
}

/* #real_body {display:none; } */
.hidden_cell {
    display: none;
}

.tab01 ul {
    margin-left: 12px;
}

.tab01 {
    clear: both;
}

.tab_div2 {
    float: left;
    width: 385px;
}

.tab_div2:first-child {
    margin-right: 30px;
}

.table th {
    background-color: #f0f0f0 !important;
}

.table td {
    background-color: #fffffc;
    text-align: left !important;
    padding: 0 20px 0 20px !important;
}

th.e_team {
    background-color: #ffeded !important;
}

td.e_team {
    background-color: #fff9f9;
}

.g_images_wrap {
    width: 820px;
    height: 450px;
    margin: 15px 0 10px 0;
}

.g_images {
    position: relative;
    width: 800px;
    height: 450px;
    margin-left: 10px;
    overflow: hidden;
}

.g_images_ul {
    margin: 0 !important;
}

.g_images_ul li {
    margin: 0 !important;
    padding: 0px !important;
    background-image: none !important;
    position: absolute;
    top: 0px;
    display: none;
}

.i_on {
    display: block !important;
}

.i_control .i_prev {
    position: absolute;
    left: 20px;
}

.i_control .i_next {
    position: absolute;
    right: 20px;
}

.g_images_wrap .i_control .i_prev,
.g_images_wrap .i_control .i_next {
    top: 200px;
}

.i_caption {
    position: absolute;
    width: 760px;
    text-align: center;
    bottom: 0px;
    padding: 10px 20px 10px 20px;
    background-color: rgba(0, 0, 0, 0.55);
    color: #ffffff;
}

.i_no {
    position: absolute;
    top: 10px;
    right: 10px;
}

.i_no li {
    display: block !important;
    width: 10px;
    height: 10px;
    background: url("/layout/usr/images/common/icon/i_off.png") no-repeat !important;
    float: left;
}

.i_no li.i_no_on {
    background: url("/layout/usr/images/common/icon/i_on.png") no-repeat !important;
}

.team_table {
    width: 800px !important;
    margin: 15px 0 0 10px;
}

.excellent_team {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ffeded;
    border: 1px solid #c8c8c8;
}

.e_gallery_wrap {
    width: 820px;
    height: 600px;
    margin: 5px 0 10px 0;
    overflow: hidden;
}

.e_images {
    position: relative;
    width: 800px;
    height: 600px;
    margin-left: 10px;
    overflow: hidden;
    display: none;
}

.e_images_ul {
    margin: 0 !important;
}

.e_images_ul li {
    margin: 0 !important;
    padding: 0px !important;
    background-image: none !important;
    position: absolute;
    top: 0px;
    display: none;
}

.e_gallery_wrap .i_control .i_prev,
.e_gallery_wrap .i_control .i_next {
    top: 275px;
}

.e_gallery_wrap .e_on {
    display: block !important;
}

.e_table {
    width: 800px;
    margin: 15px 10px 0 10px;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    text-align: center;
    background: -webkit-linear-gradient(#ffffff, #e8e8e8);
    background: -o-linear-gradient(#ffffff, #e8e8e8);
    background: -moz-linear-gradient(#ffffff, #e8e8e8);
    background: linear-gradient(#ffffff, #e8e8e8);
}

.e_table td {
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    padding: 10px;
}

.e_table td.on {
    background-color: #e5e5e5 !important;
}

.e_table .e_on {
    background-color: #e5e5e5;
}

.v_youtube {
    margin: 15px 10px 10px 10px;
}

.board_wrap {
    margin: 10px;
	width:100%;
   /*  width: 800px !important; 
    border-top: 2px solid #808080;*/
}

.board_no {
    width: 8%;
    text-align: center;
}

.year {
    clear: both;
    font-weight: bold;
    font-size: 30px;
    padding: 30px 0 0 6px;
    color: #555;
}


@media screen and (max-width:1024px){
    .p_art {
        width: calc((100% / 3) - 20px);
        margin: 20px 10px ;
    
    }

}


@media screen and (max-width:768px){
    .p_art {
        width: calc((100% / 2) - 20px);
	}
}



.gray {
    background-color: #f5f5f5;
    padding: 30px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.gray h2 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.white {
    background-color: #ffffff;
    padding: 20px;
    margin-top: 15px;
    border-left: 5px solid #333;
    line-height: 1.8;
}

.white h3 {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #555;
	border-bottom:2px solid #808080;
	padding-bottom:10px;
}

.white p, .white ul, .white li {
    margin: 10px 3px;
    font-size: 14px;
    color: #666;
}