.study-container {
	margin-right: auto;
    margin-left: auto;
	margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
	background-color: #fff;
}
.study-con-padding {
	padding: 20px 30px;
}

.study-nav-ul {
	list-style: none;
	height: 36px;
	margin-bottom: 15px;
}
.study-nav-ul .study-nav-ul-title {
	font-size: 22px;
    line-height: 36px;
    height: 36px;
    color: #333;
    font-weight: 400;
	margin-right: 26px;
}
.study-nav-ul > li {
	float: left;
	padding: 0;
    text-align: center;
    margin-right: 20px;
}
.study-nav-ul > li > a {
	line-height: 36px;
    border: 1px solid #e4e4e4;
    color: #797979;
    padding: 5px 15px;
    text-decoration: none;
}
.study-nav-ul > li.active > a, 
.study-nav-ul > li.active > a:hover, 
.study-nav-ul > li.active > a:focus {
	border: 1px solid #79a500;
	color: #fff;
	background-color: #79a500;
}
.tab-content-top-border {
    border-top: 1px solid #BAB6AD;
}
.study-list > ul {
    margin-top: 20px;
}
.study-list > ul > li {
    line-height: 1.42857;
    list-style-type: none;
    margin-bottom: 10px;
}
.study-list-icon {
    color: #BAB6AD;
    font-size: 12px;
    margin-right: 10px;
}
.study-list > ul > li > a {
    color: #666;
}
.study-other-title {
	font-size: 22px;
    line-height: 36px;
    height: 45px;
    color: #333;
    font-weight: 400;
	margin-right: 26px;
	border-bottom: 1px solid #b1b1af;
}
.study-list-nav {
	margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
	background-color: #fff;
}
.study-list-nav a {
    color: #719730;
}
.study-list-page-row {
	position: relative;
	border-bottom: 1px solid #e0e0e0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.study-list-page-row:hover {
    background: #F5F5F5;
}
.study-list-page-row-content > h2 {
	color: #344B3C;
}
.study-list-page-row-content > p {
    color: #6D6D6D;
	line-height: 1.9;
}
.study-list-page-row-content .time {
	color: #BFBFBF;
}
.study-list-page-pagination {
	text-align: center;
}
.study-content-page-title {
	text-align: center;
	padding: 15px;
}
.study-content-page-text {
	padding: 15px;
}
.study-content-page-bottom-row {
    padding: 15px;
}
.study-content-page-bottom-row .more-content-title {
	font-size: 22px;
    line-height: 36px;
    margin-bottom: 10px;
	border-bottom: 1px solid #b1b1af;
    height: 45px;
}
.study-content-page-bottom-row .more-content-ul {
	padding: 0 0 0 25px;
}
.study-content-page-bottom-row .more-content-ul > li {
	color: #719730;
    line-height: 1.5;
    padding: 5px 10px;
    border-radius: 4px;
}
.study-content-page-bottom-row .more-content-ul > li > a {
	color: #344B3C;
}
.study-content-page-bottom-row .more-content-ul > li > span {
    color: #adadad;
}
.study-news-tag {
	margin-top: 15px;
}
.study-news-tag a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #333;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    flex: auto;
    -webkit-flex: auto;
    padding: 6px 10px;
    text-decoration: none;
}
.study-news-tag a:hover {
    color: #719730;
    border-color: #719730;
    background: #fff;
}

/*mo*/
@media screen and (max-width: 40em) {
	.study-m-hide {
		display: none;
	}
	.study-container {
		width: 100%;
		font-size: 1.5rem;
	}
	.study-con-padding {
		padding: 5vw 6vw;
	}
	.study-first-con {
		margin-top: 0px;
	}
	.study-nav-ul .study-nav-ul-title {
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}
	.study-nav-ul > li {
		margin-right: 10px;
	}
	.study-nav-ul > li > a {
		padding: 3px 10px;
	}
	.study-list > ul {
		margin-top: 5vw;
	}
	.study-list > ul > li {
		margin-bottom: 8px;
	}
	.study-list > ul > li > a {
		font-size: 1.5rem;
	}
	.study-other-title {
		margin-right: 0px;
	}
	.study-other-ul {
		margin-bottom: 5vw;
	}
	.study-list-nav {
		padding: 5vw 6vw;
		width: 100%;
		font-size: 1.5rem;
		border-bottom: 1px solid #e0e0e0;
	}
	.study-list-nav-share {
		display: none;
	}
	.study-list-page {
		padding-left: 15px;
		padding-right: 15px;
	}
	.study-list-page-row .col-xs-4 {
		padding-right: 0px;
	}
	.study-list-page-row-content > h2 {
		font-size: 1.5rem;
		line-height: 1.42857;
	}
	.study-list-page-pagination {
		margin-top: 5px;
	}
	.study-list-page-m  {
		background: #efefef;
	}
	.study-list-page-m .study-list {
		background: #fff;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 25px;
		padding: 15px;
	}
	.study-content-page {
		padding-left: 15px;
		padding-right: 15px;
	}
	.study-content-page-title > h1 {
		font-size: 2.35rem;
		line-height: 1.42857;
	}
	.study-content-page-m-np {
		padding: 0px
	}
	.study-content-page-bottom-row {
		border-top: 1px solid #ebebeb;
	}
	.study-tab-nav {
		list-style: none;
		margin-top: 15px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.study-tab-nav > li {
		padding-left: 5px;
		padding-right: 5px;
	}
	.study-tab-nav > li > a {
		width: 100%;
		display: block;
		padding: 5px;
		font-size: 4vw;
		border: 1px solid #344B3C;
		border-radius: 4px;
		color: #344B3C;
		text-align: center;
		background-color: #fff;
	}
	.study-tab-nav > li.active > a, 
	.study-tab-nav > li.active > a:hover, 
	.study-tab-nav > li.active > a:focus {
		border: 1px solid #79a500;
		color: #79a500;
		text-decoration: none;
	}
	.study-tab-news-m {
		margin-left: 0px;
		margin-right: 0px;
	}
	.study-tab-news-m  .col-xs-12 {
		padding-left: 0px;
		padding-right: 0px;
	} 
	.study-tab-news-m:first-child{
		border-top: 1px solid #e0e0e0;
		margin-top: 15px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.study-tab-news-row {
		position: relative;
		border-bottom: 1px solid #e0e0e0;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.study-tab-news-row .col-xs-4 {
		padding-right: 0px;
	}
	.study-tab-news-img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	.study-tab-news-content > h2 {
		color: #344B3C;
		font-size: 16px;
	}
	.study-tab-news-content > h2 > a {
		color: #344B3C;
		line-height: 1.42857;
	}
	.study-tab-news-footer {
		padding-top: 10px;
	}
	.study-tab-news-footer  > span {
	    color: #BFBFBF;
	}
}
/*pc*/
@media screen and (min-width: 40em) {
	.study-pc-hide {
		display: none;
	}
	.study-container {
		font-size: 16px;
	}
	.study-list-nav {
		width: 1200px;
		font-size: 16px;
		padding: 20px 30px;
	}
	.study-list-nav-share {
		float: right;
	}
	.study-list-page {
		padding: 20px 30px;
	}
	.study-list-page-row-content > h2 {
		background: #F5F5F5;
		font-size: 18px;
		line-height: 1.2;
		font-weight: bold;
		padding: 10px;
		margin: 0;
	}
	.study-list-page-pagination {
		margin-top: 20px;
	}
	.study-list-page .study-list {
		margin-left: 15px;
		margin-bottom: 20px;
	}
	.study-list-page .study-other-title {
		font-size: 16px;
		font-weight: bold;
		margin-right: 0px;
	}
	.study-list-page .study-other-ul {
		margin-top: 15px;
		background-color: #eeeeee;
		padding: 15px;
	}
	.study-content-page {
		padding: 20px 30px;
	}
	.study-content-page .study-list {
		margin-left: 15px;
		margin-bottom: 20px;
	}
	.study-content-page .study-other-title {
		font-size: 16px;
		font-weight: bold;
		margin-right: 0px;
	}
	.study-content-page .study-other-ul {
		margin-top: 15px;
		background-color: #eeeeee;
		padding: 15px;
	}
	.study-content-page-title > h1 {
		font-size: 28px;
		line-height: 1.9;
	}
	.study-content-page-text {
		border: 1px solid #ebebeb;
	}
	.study-content-page-bottom-row {
		border: 1px solid #ebebeb;
	}
	.study-content-page-bottom-row .more-content-ul > li {
		margin-bottom: 5px;
	}
	.study-tab-nav {
		list-style: none;
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.study-tab-nav > li {
		padding: 0;
	}
	.study-tab-nav > li > a {
		position: relative;
		display: block;
		font-size: 24px;
		border-bottom: 10px solid #dddddd;
		padding: 20px;
		margin-right: 2px;
		font-weight: lighter;
		color: #6d6d6d;
		text-align: center;
		text-decoration: none;
	}
	.study-tab-nav > li.active > a, 
	.study-tab-nav > li.active > a:hover, 
	.study-tab-nav > li.active > a:focus {
		border-bottom-color: #b1b1af;
		color: #555555;
	}
	.study-tab-news-row {
		position: relative;
		padding-top: 15px;
		min-height: 165px;
	}
	.study-tab-news-img {
		display: block;
		width: 320px;
		height: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	.study-tab-news-content > h2 {
		font-size: 18px;
		font-weight: normal;
		line-height: 1.5;
		color: #344B3C;
		padding: 10px 20px 0px 20px;
		margin-bottom: 0px;
		height: 60px;
	}
	.study-tab-news-content > h2 > a {
		color: #344B3C;
	}
	.study-tab-news-footer {
		padding: 10px 20px 0px 20px;
	}
	.study-tab-news-footer  > a {
		font-weight: bold;
		color: #719730;
	}
	.study-tab-news-footer  > span {
	    color: #BFBFBF;
	}
}
@media (min-width: 768px){
	.logo-row-bg {
		width: 750px;
	}
	.study-container {
		width: 750px;
	}
	.study-list-nav {
		width: 750px;
	}
	.nav-footer-bottom {
		width: 750px;
	}
}
@media (min-width: 992px){
	.logo-row-bg {
		width: 970px;
	}
	.study-container {
		width: 970px;
	}
	.study-list-nav {
		width: 970px;
	}
	.nav-footer-bottom {
		width: 970px;
	}
}
@media (min-width: 1200px){
	.logo-row-bg {
		width: 1200px;
	}
	.study-container {
		width: 1200px;
	}
	.study-list-nav {
		width: 1200px;
	}
	.nav-footer-bottom {
		width: 1200px;
	}
}