.contentss {}

.contentss h1 {
    font-size: 34px;
    color: #1f3781;
}

.topsearch {}

.topsearch .inputboxinputes {
    border: 1px solid #203781;
    width: 500px;
}

.topsearch .submitsearch,
.topsearch .resetsearch,
.topsearch .inputboxinputes {
    height: 46px;
    padding: 11px 15px;
    font-size: 16px;
    display: inline-block;
}

.topsearch .submitsearch {
    background-color: #1f3781;
    color: #fff;
}

.topsearch .submitsearch:hover {
    background-color: #0089BF;
}

.topsearch .resetsearch {
    background: #999;
    color: #fff;
}

.topsearch .resetsearch:hover {
    background-color: #858585;
}

.headnameweb {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

.rowoption {
    padding-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 10px;
}

.showcontent {
    padding-top: 0px !important;
}

.selectday,
.selectcount2 {
    border: 1px solid #E8E8E8;
    padding: 10px 15px;
    height: 42px;
}

.bxlistcontent {
    border-bottom: 1px solid #E8E8E8;
    padding: 20px 0;
    padding-top: 0;
    width: 100%;
}
.borderbtt{
	margin-bottom: 0;
}
.bxlistcontent .bximages {
    width: 215px;
    height: 150px;
    overflow: hidden;
    float: left;
    position: relative;
}

.bxlistcontent .bximages img {
    width: 100%;
    height: 100%;
}

.bxlistcontent .bximages .textover {
    opacity: 0;
    background: url(../images/cms/thumbnail-over.png) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.bxlistcontent .bximages:hover .textover {
    opacity: 0.6;
}

.bxlistcontent .bximages .iconnew {
    position: absolute;
    background: url(../images/cms/icon-new.png) no-repeat;
    width: 48px;
    height: 21px;
    left: 0;
    top: 0;
}

.bxlistcontent .bximages .iconupdate {
    position: absolute;
    background: url(../images/cms/update.png) no-repeat;
    width: 48px;
    height: 21px;
    left: 0;
    top: 0;
}

.bxlistcontent .bximages .iconhot {
    position: absolute;
    background: url(../images/cms/hot.png) no-repeat;
    width: 48px;
    height: 21px;
    left: 0;
    top: 0;
}

.bxlistcontent .bxcontent {
    padding-left: 230px;
}

.bxlistcontent .bxcontent>.subject {
    line-height: 26px;
    color: #1f3781;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
}

.bxlistcontent .bxcontent>.subject a {
    color: #1f3781;
}

.bxlistcontent .bxcontent>.detail {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;
}

.bml10px {
    margin-left: 10px;
}

.bmt5px {
    margin-top: 5px;
}

.bmt25px {
    margin-top: 25px;
}


.bxlistdate {
    width: 54px;
    height: 54px;
    background: #1f3781;
    color: #eef8fc;
    text-align: center;
    display: block;
}

.bxlistdate>p.day {
    font-size: 16px;
    height: 16px;
}

.bxlistdate>p.month {
    font-size: 12px;
}

.bxlistdate>p.year {
    font-size: 12px;
}

.bxlistview {
    width: 54px;
    height: 54px;
    padding-top: 10px;
    background: #1f3781;
    color: #eef8fc;
    text-align: center;
    display: block;
}

.bxlistview>p.count {
    font-size: 16px;
    height: 16px;
}

.bxlistview>p.txt {
    font-size: 12px;
}

.checklistoption {
    list-style: none;
    padding: 0;
}

.checklistoption li {
    padding: 10px 15px;
    padding-left: 0;
    float: left;
}
.checklistoption li input[type="radio"],
.checklistoption li input[type="checkbox"]{
	margin-right: 5px;
}
.boxbetween {
    float: left;
    width: 300px;
    height: 50px;
}

.boxbetween>.bxtxt {
    float: left;
    width: 50px;
    line-height: 40px;
    padding-right: 15px;
    text-align: center;
}

.boxbetween>.bxinput {
    float: left;
}

.boxbetween>.bximg {
    float: left;
    width: 40px;
    padding-top: 4px;
}

.sear_grp {
    height: 50pz;
}

.sear_grp>.sear_grp_txt {
    width: 180px;
    float: left;
    line-height: 44px;
}

.sear_grp>.sear_grp_select {
    float: left;
}

@media (max-width: 1199px) {
	.innercontainer>.showcontent{
		margin-top: 15px;
	}
	.contentss h1{
		font-size: 24px;
	}
	.headnameweb{
		font-size: 14px;
	}
	.bxlistcontent .bxcontent>.subject a{
		font-size: 16px;
	}
	.topsearch .inputboxinputes{
		width: 400px;
	}
}
@media (max-width: 767px) {
	.bxlistcontent .bximages{
		width: 125px;
		height: 74px;
		border: 1px solid #1f3781;
	}	
	.bxlistcontent .bxcontent{
		padding-left: 135px;
	}
	.topsearch .inputboxinputes{
		width: 100%;
	}
	.topsearch .submitsearch,
	.topsearch .resetsearch,
	.topsearch .inputboxinputes{
		display: block;
	}
	.topsearch .inputboxinputes{
		margin-bottom: 10px;
	}
	.topsearch .submitsearch,
	.topsearch .resetsearch{
		width: 50%;
		float: left;
		text-align: center;
	}
	.bxlistcontent .bxcontent>.subject a {
	    font-size: 14px;
	    line-height: initial;
	    display: inline-block;
	}
	.bxlistcontent .bxcontent>.detail{
		font-size: 12px;
	}
}
@media (max-width: 425px) {
	.contentss h1{
		font-size: 18px;
	}
	.bxlistcontent .bximages{
	    width: 100%;
	    height: initial;
	}
	.bxlistcontent .bxcontent{
		padding-left: 0px;
	}
	.bxlistcontent .bxcontent>.subject{
		font-size: 14px;
		width: 100%;
		padding-top: 10px;
		display: block;
	}
}