
@keyframes imgHover {
    0%   {width: 100%; height: 100%; }
    100% {width: 115%;height: 115%; }
  }
  @keyframes bgRepeat{    
    0%   {width: 20%;}
    50%   {width: 25%;}
    100%   {width: 20%;}
  }
.paging{display:inline-block;margin:20px 0;padding-left:0;border-radius:4px;text-align:right;}

.btn {
	font-size: 13px;
}
.col-red {
	color: #fff;
	background: #ca040c;
}
.color_red{
    color: #ca040c;
}
.col-gray {
	color: #fff;
	background: #494949;
}
.col-tintgray{
	color: #fff !important;
	background: #777 !important;
}
.mar-rig-10 {
	margin-right: 10px;
}
.paging {
	display: block;
	margin-top: 50px;
	text-align:  center;
}
.paging .page_btn {
	display: inline-block;
	line-height: 35px;
}
.paging .page_btn a{
	display: inline-block;
	position: relative;
	width: 35px;
	height: 35px;
	margin-right: 5px;
	line-height: 35px;
	overflow: hidden;
	color: #fff;

}
.paging .page_btn a:after {
	content:" ";
	position: absolute;
	top: 0px;
	left: 0;
	width: 35px;
	height: 35px;
}
.paging .paging_on {
	color: #fff;
	background: #ca040c;
}
.paging .prev_one{
	margin-right: 10px;
}
.paging .next_one {
	margin-left: 10px;
}
.paging .prev_one:after {
	background: url(/resources/image/renew/bbs/prev.png) no-repeat;
}
.paging .prev_end:after{
	background: url(/resources/image/renew/bbs/prev-end.png) no-repeat;
}
.paging .next_one:after {
	background: url(/resources/image/renew/bbs/next.png) no-repeat;
}
.paging .next_end:after {
	background: url(/resources/image/renew/bbs/next-end.png) no-repeat;
}
.page {
	display: inline-block;
	height: 35px;
	line-height: 35px;
}
.page strong, .page a {
	display: inline-block;
	position: relative;
	top: -12px;
	width: 35px;
	height: 35px;
	margin-right: 10px
}
.point-box {
    font-weight: 400;
    margin-bottom: 10px;
}
.bbsInfo {
	box-sizing:  border-box;
}
.bbsInfo ul {
	/*border-top: 3px solid #494949;*/
}
.bbsInfo ul li {
	display: flex;
	padding: 30px;
    margin-bottom: 10px;
    border-radius: 10px;
	border: 1px solid #ddd;	
}
.bbsInfo ul li:nth-child(even) {
	background-color: #fbfbfb;
}
/*.bbsInfo ul li:last-child {
	border-bottom: 1px solid #494949;
}*/
.bbsInfo ul li:hover {    
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.bbsInfo .bbsImg {	
	display: block;
	flex-basis : 170px;
	width: 170px;
	height: 170px;
	margin-right: 30px;
    border-radius: 10px;
	border: 1px solid #e1e1e1;
	box-sizing:  content-box;
}
.bbsInfo .bbsImg img {
	width: 170px;
	height: 170px;
    border-radius: 10px;
}
.bbsInfo .infoTxt {
	flex-basis : calc(100% - 300px);
	width:  calc(100% - 300px);
	margin-right: 30px;
}
.bbsInfo .infoTxt strong {
	display: block; 
	margin: 0 0 10px;
}
.bbsInfo .infoTxt p {
	margin-bottom: 30px;
}
.bbsInfo .caRequest {
	flex-basis : 150px;
	width: 150px;
	padding-top: 5px;
	text-align: center;
	border: 1px solid #e1e1e1;
	background: #fff;
}
.bbsInfo .caRequest .reImg {
	display: inline-block;
	width: 85px;
	height: 115px
}
.bbsInfo .caRequest img {
	width: 85px;
	height: 115px
}
.bbsInfo .caRequest .btn {
	display: inline-block;
	margin-top: 5px;
}

.bbsPhoto ul {
	display: flex;
	flex-wrap: wrap;
}
.bbsPhoto ul li{
	flex-basis : calc(100%/2 - 30px);
	width: calc(100%/2 - 30px);
	margin: 0 15px 30px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	cursor: pointer; 
	transition-duration: 0.5s;
	transition-property: all;
}
.bbsPhoto ul li:hover {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.bbsPhoto ul li > div > a {
	display: inline-block;
	margin: 0 auto;
}
.bbsPhoto .bbsImg {
	display: block;
	width: 480px;
	height: 280px;
    overflow: hidden;
	margin: 0 auto 30px;
    border-radius: 10px;
}
.bbsPhoto .bbsImg img {
	width: 480px;
	height: 320px;
    border-radius: 10px;
}
.bbsPhoto .photoTit {
	position: relative;
    width: 77%;
	height: 60px;
    margin: 20px auto 10px;
	overflow: hidden;
}
.bbsPhoto .photoTit strong {
	display: block;
	height: 30px;
	overflow: hidden;
}
.bbsPhoto .photoTit .chapter {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}
/*
.bbsPhoto .more {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	width: 50px;
	height: 30px;
    font-size: 30px;
}*/
.bbsNotice {
	box-sizing:  border-box;
}
.bbsNotice ul {
	/*border-top: 3px solid #494949;*/
}
.bbsNotice ul li {
    margin: 10px 0 0;
	padding: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}
.bbsNotice ul li:nth-child(even) {
	background-color: #fbfbfb;
}
.bbsNotice ul li:last-child {
	/*border-bottom: 1px solid #494949;*/
}
.bbsNotice li:hover {    
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.bbsNotice li > a {
	display: flex;
}
.bbsNotice .infoTxt {
    display: table;
	flex-basis : calc(100% - 260px);
	width:  calc(100% - 260px);
	margin-right: 30px;
}
.bbsNotice .infoTxt strong {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 400;
	margin: 0 0 10px;
}

.bbsNotice .infoTxt p {
	margin-bottom: 30px;
}
.bbsNotice .bbsImg {	
	display: block;
	flex-basis : 210px;
	width: 210px;
	height: 140px;
	margin-right: 50px;
    border-radius: 10px;
	border: 1px solid #e1e1e1;
	box-sizing:  content-box;
}
.bbsNotice .bbsImg img {
    display: block;
	width: 210px;
	height: 140px;
    border-radius: 10px;
}
.bbsImg {    
    overflow: hidden;
    
}
.bbsImg img{    
transition: all 0.3s linear;
}
.bbsImg:hover img{
/*animation-name: imgHover;
animation-duration: 0.5s;
animation-iteration-count: 1;*/
width: 110%;
height: 110%;
transform: translate(-5%, -5%);
}
.bbsContainer {
    position: relative;
}
.bbsContainer.inBg::before {
    content: " ";
    position: absolute;
    top: 400px;
    left: 10%;
    width: 50%;
    height:  100%;
    transform: translateX(0);
    background: url(/resources/image/renew/bbs/view-bg1.png) no-repeat;
	background-size: contain;
    z-index: -1;
   animation: bgRepeat 10s infinite;
    opacity: 0.9; 
}
.bbsContainer .contentLayer {
    background: none;
}
 .bbsContainer.inBg::after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #f1f1f1 url(/resources/image/renew/bbs/view-bg.png) no-repeat;
        background-size: 100%;
        z-index: -1;
        opacity: 0.3; 
    }

.bbsContainer .noticeView dd > p.youtube{
    width: 80%;
    margin:  0 auto 30px;
    padding: 30px;
    text-align: center;  
    border-radius: 10px;
    background: #444;
}
.bbsContainer .noticeView dd > div.bbsImgBox img {
    width: 80%;
    margin-bottom: 10px;
    border-radius: 10px;
}
.view_normal dl {
	border-top: 3px solid #494949;
	border-bottom: 1px solid #ddd;	
}
.view_normal dt {
	padding: 30px;
	font-size: 18px;
	border-bottom: 1px solid #ddd;	
}
.view_normal dd {
	padding: 30px;
}
.view_normal .al-right {
	margin-top: 30px;
}
.al-right {
	text-align: right;
}
.view_normal dt.pl-date strong{
	display: inline-block;
	width: calc(100% - 150px);
}
.view_normal dt.pl-date span{
	display: inline-block;
	width: 150px;
	font-weight: normal;
	text-align: right;
}
.bbsDefault .txt-box strong {
    display: block;
    color: #04306a;
}
.bbsDefault .txt-box p {
    margin-top: 20px;
}
.bbsDefault .txt-box p span{
    border-bottom: 1px dotted #444;
}
.bbsDefault .btn-box {
    text-align: right;
    margin-top: 30px;
}
.bbsDefault .btn_save {
   border-radius: 5px;
   border: 1px solid #ca040c;
   background-color: #ca040c;
   color: #ffffff;
}
.bbsDefault .btn_save:hover, .bbsDefault  .btn_list:hover  {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #212121;
}
.bbsDefault  .btn_list {
    border-radius: 5px;
    border: 1px solid #777;
    background-color: #777;
    color: #ffffff;
}
.noticeView dd, .exhibitionView dd{ 
    text-align: center;
}
