.is-pc_none {
	display:none;
}
img {
	max-width: 100%;
}
.section {
	margin: 0 0 20px 0;
}
.f-title{
	overflow: hidden;
	display: block;
	margin-bottom: -10px;
}
.f-title img{
	width: 100%;
}
.f-title a img{
	width: 100%;
}

/*	heading-wrap
-----------------------------------------------*/
.heading-wrap *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.heading-wrap .gnavi{
	width:100%;
	padding:0;
}
.heading-wrap .gnavi ul{
}
.heading-wrap .gnavi li{
	float:left;
	display:block;
	width:50%;
	border-right: 1px solid #143488;
	border-left: 1px solid #3a5cb5;
	line-height: 40px;
}
.heading-wrap .gnavi li:last-child{
	border-right: none;
}
.heading-wrap .gnavi li:first-child{
	border-left: none;
}
.heading-wrap .gnavi li a{
	display:block;
	width:100%;
	padding: 10px;
	color: #fff;
	background-color: #173FA8;
	font-size: 18px;
	text-align: center;
}
.heading-wrap .gnavi li a:hover{
	background-color: #3a5cb5;
}

/*	basic
-----------------------------------------------*/
ul.btn_list {
	text-align: center;;
}
.btn_list li {
    /* float: left; */
		display: inline;
}
.btn_list li a {
	text-align: center;
	display: inline-block;
	border: solid 1px #DDD;
	background-color:#21519E;
	color:white;
	font-size:120%;
	margin: 0 10px 10px 0;
	padding:10px 20px;
	width: 40%;
}
.btn_list li a:hover {
	text-decoration: none;
	background-color:#21519E;
	color:white;
	opacity: 0.85 !important;
}

/* .btn a{
	text-decoration: none;
}
.btn a:hover{
	background-color:#21519E;
	color:white;
	opacity: 0.85 !important;
} */
.lead {
	padding: 10px 1em;
	margin: 20px 0;
	font-size: 16px;
	background: #fbfbfb;
	border: 1px solid #eee;
	border-radius: 3px;
}
.basic-ui h2 {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 2em 0 0.5em;
	border-bottom: 1px solid #CCC;
}
.basic-ui h2:after {
	content: '';
	height: 1px;
	width: 20%;
	background: #173FA8;
	position: absolute;
	display: block;
	bottom: -1px;
}
.buttons .button {
	display: block;
	text-align: center;
	margin-top: 2rem;
}
.news_item_more a {
    position: relative;
    display: block;
    padding: 8px 10px;
    margin-bottom: 10px;
    border-width: 2px 4px 4px 2px;
    border-style: solid;
    background: #173FA8;
    border-color: #173FA8 #143488 #143488 #173FA8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: -1px -1px 0px #000066;
}
.news_item_more a:hover {
	color: #fff;
	text-decoration:none!important;
	opacity: 0.85;
}
.news-list li {
	position: relative;
	font-size: 16px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0 0 3.75px 15px;
	margin-bottom: 7.5px;
}
.news-list li:before {
	position: absolute;
	content:'';
	width: 6px;
	height: 6px;
	left: 0;
	top: 6.5px;
	border: 3px solid #173FA8;
	border-radius: 50%;
}
.news-list li a {
	color: #000;
}
.voice-list li {
	position: relative;
	font-size: 16px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0 0 3.75px 15px;
	margin-bottom: 7.5px;
}
.voice-list li:before {
	position: absolute;
	content:'';
	width: 8px;
	height: 8px;
	left: 0;
	top: 7.5px;
	background: #CCC;
	border-radius: 50%;
}
.btn-more_news {
	position: relative;
	margin-top: 0.5em;
	margin-right: 20px;
	padding-right: 20px;
	text-align: right;
}
.btn-more_news:after {
	position: absolute;
	content: "";
	transition:all .3s;
	right: 0;
	top: 7px;
	width: 10px;
	height: 10px;
	-ms-transform:translate(50%,50%);
	-webkit-transform:translate(50%,50%);
	transform:translate(50%,50%);
	border-top: 1px solid #173FA8;
	border-right: 1px solid #173FA8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-more_news:hover::after {
	right: -3px;
}
.book-list {
	margin-bottom: 20px;
}
.book-list h4{
	position: relative;
	padding-left: 1em;
	font-size: 16px;
	font-weight: bold;
	color:#173FA8;
}
.book-list h4:before {
	position: absolute;
	content:'';
	width: 6px;
	height: 6px;
	left: 0;
	top: 4px;
	border: 3px solid #173FA8;
	border-radius: 50%;
}
.book-list h5{
	height: 30px;
	padding-left: 1em;
	margin-bottom: 14px;
	color: #FFF;
	background-color: #173FA8;
	line-height: 34px;
}
.book-name{
	position: relative;
	margin-bottom: 14px;
}
.book-name h3{
	height: 30px;
	margin: 0;
	padding: 0 0 0 14px;
	font-size: 20px;
	border-bottom: 1px solid #173FA8;
	border-left:  4px solid #173FA8;
	line-height: 30px;
}
.book-name p{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 31px;
	text-align: right;
}
.book-name p span{
	display: inline-block;
	width: 130px;
	margin-left: 20px;
	color: #FFF;
	background-color: #173FA8;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 31px;
}
.book-name h3 span{
	margin-left: 1em;
	font-size: 14px;
	color:#333;
	font-weight: normal;
}
.book-photo{
	float: left;
	width: 155px;
	height: 300px;
	margin-right: 20px;
}
.book-photo img{
	border: 1px solid #ddd;
}
.book-descrip{
	float: left;
	width: 480px;
	padding-bottom: 10px;
	line-height: 1.5em;
}
.book-descrip p{
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
