@charset "utf-8";

/* CSS Document */
.showcontentleft .page_nav {
    text-align: center;
    padding: 0px;
}
.showcontentleft .page_nav * {
    font-family: 'DBOzone';
    font-size: 20px;
    text-decoration: none;
    color: #FFF;
    border: 1px #FFF solid;
    padding: 10px 18px;
    margin-left: 0px;
    border-radius: 0px;
    line-height: 34px;
    background: #088bcb;
}

.showcontentleft .page_nav .active {
    color: #ffffff;
    background-color: #05557c;
    border: 1px #FFF solid;
}

.showcontentleft .borderbtt {
    border-bottom: 1px solid #e3e3e3;
}

.showcontentleft>.bxgridcontent {
    height: 380px;
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.showcontentleft>.bxgridcontent .bximages {
	width: 350px;
    height: 225px;
    overflow: hidden;
    position: relative;
}

.showcontentleft>.bxgridcontent .bximages .textover {
    background: #347bb5;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.showcontentleft>.bxgridcontent .bximages .textover .icoplus {
    background: url(../images/gallery/iconview.png) no-repeat;
    width: 94px;
    height: 94px;
    position: absolute;
    left: 50%;
    margin-left: -47px;
    top: 50%;
    margin-top: -47px;
}

.showcontentleft>.bxgridcontent .bximages img {
    width: 100%;
    height: 100%;
}

.showcontentleft>.bxgridcontent .bximages:hover .textover {
    opacity: 0.6;
}

.showcontentleft>.bxgridcontent .bximages .iconnew {
    position: absolute;
    background: url(../images/cms/icon-new.png) no-repeat;
    width: 48px;
    height: 21px;
    left: 0;
    top: 0;
}

.showcontentleft>.bxgridcontent .bxcontent {
    width: 330px;
    margin-left: 0px;
}

.showcontentleft>.bxgridcontent .bxcontent>.subject {
    color: #05557C;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    padding-bottom: 5px;
}

.showcontentleft>.bxgridcontent .bxcontent>.subject a {
    color: #05557C;
}

.showcontentleft>.bxgridcontent .bxcontent>.detail {
    height: 70px;
    overflow: hidden;
    font-size: 14px;
}

.showcontentleft>.bxgridcontent .bxcontent>.detail .view {
    height: 20px;
    background: url(../images/gallery/icon-view.png) no-repeat;
    background-position: left;
    padding-left: 20px;
}

.bml6px {
    margin-left: 6px;
}

.bmt6px {
    margin-top: 6px;
}

.bmt25px {
    margin-top: 25px;
}

.bxlistdate {
    width: 54px;
    height: 54px;
    text-align: center;
    display: block;
}

.bxlistdate>p.day {
    font-size: 12px;
    height: 16px;
    padding-top: 5px;
}

.bxlistdate>p.month {
    font-size: 12px;
}

.bxlistdate>p.year {
    font-size: 12px;
}

.bxlistview {
    width: 54px;
    height: 54px;
    padding-top: 5px;
    text-align: center;
    display: block;
}

.bxlistview>p.count {
    font-size: 12px;
    height: 16px;
}

.bxlistview>p.txt {
    font-size: 12px;
}

.bxlistdwn {
    width: 54px;
    height: 54px;
    padding-top: 10px;
    text-align: center;
    display: block;
}

.bxlistdwn>p.count {
    font-size: 12px;
    height: 16px;
    margin-bottom: 0;
}

.bxlistdwn>p.txt {
    font-size: 11px;
}

.searchCategory {
    display: none;
}
@media (max-width: 1199px) {
	.showcontentleft>.bxgridcontent .bximages {
	    width: 280px;
	    height: 190px;
	}
	.showcontentleft>.bxgridcontent{
		height: 350px;
	}
}
@media (max-width: 767px) {
	.showcontentleft>.bxgridcontent .bximages{
		width: 38vw;
		height: 25vw;
	}
	.showcontentleft>.bxgridcontent .bxcontent>.subject{
		font-size: 16px;
		padding-top: 5px;
	}
}
@media (max-width: 680px) {
	.showcontentleft>.bxgridcontent .bximages{
		width: 30vw;
		height: 20vw;
	}	
}
@media (max-width: 550px) {
	.showcontentleft>.bxgridcontent{
		margin-bottom: 0px;
	}
	.showcontentleft>.bxgridcontent .bximages{
		width: 100%;
		height: 50vw;
		min-height: 175px;
		border:1px solid #ccc;
	}
	.showcontentleft>.bxgridcontent .bximages img{
		min-height: 100%;
	}	
	.showcontentleft>.bxgridcontent{
		width: 100%;
		position: relative;
		height: inherit;
	}
	.showcontentleft>.bxgridcontent .bxcontent{
		width: inherit;
		margin-top: 5px;
		padding-bottom: 15px;
	}
	.bml6px{
		position: absolute;
		top: 0;
		right: 0;
	}
	.showcontentleft>.bxgridcontent .bxcontent>.subject,
	.showcontentleft>.bxgridcontent .bxcontent>.detail{
		height: inherit;
	}
}
@media only screen and (max-width: 490px) {
    .searchCategory {
        display: block;
    }
    a.rss_icon {
        display: none;
    }
    .showcontent {
        background: #FFF;
    }
    .mobi_group {
        height: 45px;
        width: 472px;
        background: #05557C url(../images/cms/mobi-dropdown.png) no-repeat;
        background-position: right;
        text-align: center;
        line-height: 45px;
        font-size: 20px;
        color: #FFF;
    }
    .showcontentleft .borderbtt {
        border-bottom: 0px solid #e3e3e3;
    }
    .innercontainer>.linehead {
        border: 0 solid #FF0000;
        height: 138px;
    }
}

@media (min-width: 1000px) {}