/* news TOP
--------------------------------------------------*/
.news .main .sidebar h1 span {display: none;}
.news .main {
	margin-bottom: 20px;
}
.news .main .sidebar {
	width: 260px;
	float: left;
	background: url(../../img/news/bg_sidebar.png) repeat-y;
	margin: 0 20px 20px 0;

}
.news .main .sidebar h1 {
	margin: 0 0 10px 0;
}
.news .main .sidebar {
	padding: 10px 9px;
}

.news .main .sidebar ul li {
	padding: 10px 0;
}
.news .main .sidemenu ul li a {
	height: 20px;
	display: inline-block;
	background: url(../img/ico_arrow.png) no-repeat;
	padding: 3px 25px;
	text-decoration: underline;
	color: #013893;
}
.news .main .content {
	width: 680px;
	float: right;
}
.news .main .content .newsarea {
	padding: 17px 0 0;
}
.news .main .content .newsarea dl {
	display: table;
	width: 100%;
	padding: 15px 5px;
	border-bottom: 1px dashed #B0B0B0;
}
.news .main .content .newsarea .start {
	padding: 0 5px 15px 5px;
}
.news .main .content .newsarea dt {
	width: 100px;
	display: table-cell;
	vertical-align: middle;
	height: 18px;
}
.news .main .content .newsarea dd {
	display: table-cell;
	vertical-align: middle;
	height: 18px;
}
	.news .main .content .newsarea dd.category {
		width: 60px;
	}
	.news .main .content .newsarea dd a {
		line-height: 1.7;
	}
.pager a,
.pager span {
	display: inline-block;
	padding: 5px;
	text-align: center;
}
.pager a:hover {
	background: #0F3393;
	color: #FFF;
}
.pager a:active,
.pager a:focus {
	background: #0F3393;
	color: #FFF;
	text-decoration: none;
}
.pager .current {
	background: #1EA5CD;
	color: #fff;
}

/* newsdetail
--------------------------------------------------*/
.news .main .content .newsdetail {
	border-bottom: 1px dashed #B0B0B0;
}
.news .main .content .newsdetail .icon {
	margin: 0 0 15px 0;
}
.news .main .content .newsdetail .date {
	margin: 0 0 10px 0;
}
.news .main .content .newsdetail .newsdetailTitle {
	margin: 0 0 20px 0;
	font-size: 1.2em;
}
.news .main .content .newsdetail .newsdetailText {
	min-height: 350px;
	padding: 20px 0;
	border-top: 1px dashed #B0B0B0;
	line-height: 1.5;
}
.news .main .content .pager {
	margin: 20px 0;
	text-align: center;
}
.news .main .content .pager ul li {
	display: inline-block;
	padding: 0 5px;	
}
	.news .main .content .pager ul li.btn {
		padding: 0 15px;
	}
	.news .main .content .pager ul li.btn a {
		padding: 0;
	}

@media screen and (max-width: 750px) {
	* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	div#body.row {
  margin-left: 0;
  margin-right: 0;
}
	#contents {
    padding: 20% 2% 0;
}
#contents .title {
	padding: 5px 0 5px 5px;
    background: url(../../common/img/bg_corner.jpg) repeat-x left bottom;
    border: 1px solid #ECECEC;
}
	#contents .title img {
    width: 33%;
}
	.news .main .content {
    width: 100%;
    float: none;
}
	.news .main .content .newsarea dl {
   
}
	.news .main .sidebar {
		background: url(../../img/news/bg_sidebar.png) repeat;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    float: none;
}
	.news .main .content .newsdetail .newsdetailText {
    min-height: 0px;
}
	.news .main .content .newsarea .start {
    display: block;
}
	.news .main .content .newsarea dt {
    width: 94px;
    display: inline-block;
}
	.news .main .content .newsarea dd.category {
     width: 50%;
    display: inline-block;
		margin: 0;
}
	.news .main .content .newsarea dd {
    display: block;
    margin-top: 2%;
		width: 100%;
		height: auto;
}
	.news .main .sidebar h1 span {
		display: block;
    background: #1EA5CD;
    color: #fff;
    font-size: 100%;
    font-weight: 500;
    padding: 12px 15px 12px;
	}
	.news .main .sidebar .sidemenu{
		clear: both;
	}
	.news .main .sidebar h1 img {display: none;}
	.news .main .sidebar ul {
		font-size: 93%;
		padding: 0 4% 3%;
	}
	.news .main .sidebar ul li {
	    float: left;
    width: 33%;
		padding: 7px 0;
		}
	.news .main .sidemenu ul li a {
   background: url(../img/ico_arrow.png) no-repeat left center;
    background-size: 14px;
    padding-left: 20px;
		    padding-right: 0;
}
	.news .main .content .newsdetail .icon {
    display: inline-block;
    width: 20%;
}
	.news .main .content .newsdetail .date {
        display: inline-block;
    width: 50%;
    /* padding-top: 1%; */
    margin: 0px 0 0;
}
}