@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
	background: #fff;
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
}
table {
  border-collapse: collapse;
}
img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content {
	width: 1300px;
	margin: 0 auto;
}
.ov{
	overflow: hidden;
}
.phone {
	display: none;
}
[v-cloak]{
	display: none;
}


/*首页*/
.header{
	display: none;
}
.top{
	width: 100%;
	height: 45px;
	background: rgba(255, 255, 255, 0.28);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.welcome{
	float: left;
	width: 45%;
	height: 45px;
	line-height: 45px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.top_r{
	float: right;
	height: 45px;
	color: #333;
	display: flex;
	align-items: center;
}
.top_r img{
	float: left;
	width: 17px;
	height: 17px;
	margin-right: 13px;
}

.banner{
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nav_bg{
	width: 100%;
	height: 60px;
	background: url(../images/ind_03.jpg) no-repeat;
	background-size: 100% 100%;
}
.nav{
	width: 1300px;
	height: 60px;
	margin: 0 auto;
}
.nav ul{
	display: flex;
	justify-content: space-between;
}
.nav li{
	line-height: 60px;
	height: 60px;
	position: relative;
	font-size: 18px;
	color: #fff;
}
.nav i{
	width: 80%;
	height: 4px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	left: 10%;
	bottom: 5px;
	z-index: 1;
	transform: scale(0,0);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.nav li:hover{
	font-weight: bold;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav li.on{
	font-weight: bold;
}
.nav li.on i{
	transform: scale(1,1);
}

.main_ss{
	width: 60%;
	height: 60px;
	background: #f8f8f8;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}
.search_box{
	padding: 12px 0;
}
.search_bg{
	float: left;
	/* width: 986px; */
	width: 60%;
	height: 60px;
	background: #f8f8f8;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 206px;
}
.search{
	float: left;
	width: calc(100% - 119px);
	height: 60px;
	padding: 0 30px;
	border: solid 1px #188a3d;
	background: none;
	font-size: 20px;
	color: #333;
	border-radius: 10px 0 0 10px;
}
.search::-webkit-input-placeholder{
	color: #333;
}
.search_btn{
	float: left;
	width: 119px;
	height: 60px;
	background: linear-gradient(to bottom, #539b3a, #188a3d);
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.btn_login{
	float: right;
	width: 145px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: url(../images/ind_04.jpg) no-repeat;
	background-size: 100% 100%;
	border: none;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 12px;
}
.btn_register{
	float: right;
	width: 145px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: url(../images/ind_05.jpg) no-repeat;
	background-size: 100% 100%;
	border: none;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}

.news_bg{
	background: #fafafa;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 12px;
	overflow: hidden;
}
.news_pic{
	float: left;
	width: 49.5%;
	height: 406px;
}
.news_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_pic .swiper-slide:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_tm{
	width: 100%;
	height: 130px;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.news_pictxt{
	width: 60%;
	color: #fff;
	line-height: 30px;
	height: 30px;
	position: absolute;
	left: 26px;
	bottom: 22px;
	z-index: 3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_pic .swiper-pagination{
	width: auto;
	height: 10px;
	left: auto;
	right: 35px;
	bottom: 32px;
}
.news_pic .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 0 5px;
	opacity: 1;
}
.news_pic .swiper-pagination-bullet-active{
	background: #1a7339;
}
.news_right{
	float: right;
	width: 48%;
}
.news_tbg{
	width: 100%;
	height: 55px;
	background: #f6f6f6;
	border-radius: 5px;
	overflow: hidden;
}
.news_timg{
	float: left;
	width: 70px;
	height: 55px;
	margin-right: 15px;
}
.news_timg img{
	width: 100%;
	height: 100%;
}
.news_type{
	float: left;
}
.news_type ul{
	margin-right: -44px;
}
.news_type li{
	float: left;
	height: 55px;
	line-height: 55px;
	font-size: 24px;
	position: relative;
	margin-right: 44px;
	cursor: pointer;
}
.news_type span{
	color: #2b7d48;
}
.news_type i{
	width: 13px;
	height: 22px;
	background: url(../images/ind_08.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -28px;
}
.news_type li.on{
	font-weight: bold;
}
.news_type li:last-child i{
	display: none;
}
.news_more{
	/* float: right; */
	line-height: 55px;
	color: #757575;
	/* margin-right: 40px; */
	position: absolute;
	top: -54px;
	right: 40px;
}
.news_more:hover{
	color: #1a7339;
}
.news_line{
	min-height: 235px;
	/* border-top: solid 1px #e5e5e5; */
	padding: 12px 0;
	position: relative;
	/* margin-bottom: 24px; */
}
.news{
	width: 100%;
}
.news li{
	line-height: 38px;
	height: 38px;
	padding-left: 25px;
	position: relative;
}
.news i{
	width: 4px;
	height: 4px;
	background: #01833f;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.news_txt{
	float: left;
	width: 80%;
	height: 38px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_date{
	float: right;
	padding-right: 10px;
	color: #959595;
}
.news li:hover .news_txt{
	color: #1a7339;
}
.news li:hover .news_date{
	color: #1a7339;
}
.dang{
	width: 100%;
	background: #fff;
	padding: 5px;
	margin: 24px 0;
}
.dang ul{
	margin-right: -1%;
}
.dang li{
	float: left;
	width: 32.33%;
	height: 74px;
	background: #f9f7f2;
	color: #0f4321;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
}
.dang a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dang img{
	width: 34px;
	height: 34px;
	margin-right: 12px;
}

.culture_bg{
	float: left;
	width: 49.5%;
	/* height: 520px;
	padding: 24px 20px; */
	height: 450px;
	padding: 20px;
	background: linear-gradient(to bottom, #edf2d6, #f7faf7);
	border: solid 1px #f5f5f5;
	overflow: hidden;
	margin-bottom: 15px;
}
/* .culture_p{
	padding: 0 16px;
} */
.culture_top{
	height: 32px;
	line-height: 32px;
	margin-bottom: 7px;
}
.culture_top img{
	float: left;
	width: 24px;
	height: 30px;
	margin-right: 16px;
}
.culture_tit{
	float: left;
	color: #1a7339;
	font-size: 24px;
	font-weight: bold;
}
.culture_more{
	float: right;
	color: #333;
}
.culture_more img{
	float: right;
	width: 20px;
	height: 20px;
	margin: 6px 0 0 8px;
}
.culture_more:hover{
	color: #1a7339;
}
.culture_t{
	padding: 10px 0 17px 0;
	border-bottom: dashed 1px #dadada;
}
.culture_timg{
	float: left;
	/* width: 165px;
	height: 122px; */
	width: 125px;
	height: 90px;
	overflow: hidden;
}
.culture_timg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.culture_timg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.culture_tr{
	float: left;
	/* width: calc(100% - 165px); */
	width: calc(100% - 125px);
	padding-left: 22px;
}
.culture_tr h1{
	color: #333;
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
}
.culture_txt{
	color: #757575;
	/* line-height: 30px;
	height: 90px; */
	line-height: 26px;
	height: 52px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.culture_t:hover .culture_tr h1{
	color: #1a7339;
}
.culture_t:hover .culture_txt{
	color: #1a7339;
}
.culture{
	width: 100%;
	margin-bottom: 7px;
}
.culture li{
	color: #333;
	/* height: 48px;
	line-height: 48px; */
	height: 44px;
	line-height: 44px;
	border-bottom: dashed 1px #dadada;
	position: relative;
	padding-left: 18px;
}
.culture i{
	width: 6px;
	height: 6px;
	background: #1a7339;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.culture_text{
	float: left;
	width: 80%;
	height: 44px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.culture_date{
	float: right;
	color: #1a7339;
}
.culture li:hover .culture_text{
	color: #1a7339;
}
.culture_bg .culture li:last-child{
	border: none;
}
.culture_pic{
	width: 100%;
	height: 153px;
	margin-top: 7px;
	overflow: hidden;
}
.culture_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.culture_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.ann_bg{
	float: right;
	width: 49.5%;
	/* height: 520px;
	padding: 24px 20px; */
	height: 450px;
	padding: 20px;
	background: linear-gradient(to bottom, #edf2d6, #f1f9f3);
	border: solid 1px #f5f5f5;
	overflow: hidden;
	margin-bottom: 15px;
}
.ann_bg .ind_top{
	margin: 0;
}
/* .ann_bg .culture li{
	border: none;
} */
.ind_box{
	float: left;
	width: 49.5%;
	margin: 0 1% 15px 0;
}
.ind_box:nth-child(2){
	margin: 0 0 15px 0;
}
.ind_box .news_tbg{
	margin-bottom: 15px;
}
.ind_tit{
	float: left;
	line-height: 55px;
	font-size: 24px;
	font-weight: bold;
}
.ind_tit span{
	color: #2b7d48;
}
.ind_box .news_more{
	float: right;
	line-height: 55px;
	color: #757575;
	margin-right: 20px;
	position: static;
}
.ind_box .news_more:hover{
	color: #1a7339;
}
.ind_top{
	width: 95%;
	border-bottom: solid 1px #e5e5e5;
	padding: 10px 0 18px;
	margin: 0 auto 10px;
}
.ind_pic{
	float: left;
	width: 125px;
	height: 90px;
	/* width: 165px;
	height: 122px; */
	overflow: hidden;
}
.ind_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.ind_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.ind_right{
	float: left;
	/* width: calc(100% - 165px); */
	width: calc(100% - 125px);
	padding-left: 22px;
}
.ind_right h1{
	color: #333;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	/* height: 60px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 6px;
}
.ind_txt{
	color: #757575;
	/* line-height: 30px;
	height: 60px; */
	line-height: 26px;
	height: 52px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.ind_top:hover .ind_right h1{
	color: #1a7339;
}
.ind_top:hover .ind_txt{
	color: #1a7339;
}
.ind{
	width: 95%;
	margin: 0 auto 7px;
}
.ind li{
	color: #333;
	height: 38px;
	line-height: 38px;
}
.ind_text{
	float: left;
	width: 80%;
	height: 38px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ind_date{
	float: right;
	color: #a5a4a4;
}
.ind li:hover .ind_text{
	color: #1a7339;
}
.ind li:hover .ind_date{
	color: #1a7339;
}

.foot_bg{
	background: #007838;
	padding: 50px 0 27px;
}
.copyright{
	float: left;
	width: 60%;
	color: rgba(255, 255, 255, 0.6);
	line-height: 32px;
	padding: 8px 0;
}
.code{
	float: right;
}
.code ul{
	margin-right: -30px;
}
.code li{
	float: left;
	width: 108px;
	text-align: center;
	margin-right: 30px;
}
.code img{
	width: 108px;
	height: 108px;
	margin-bottom: 10px;
}
.code h1{
	color: rgba(255, 255, 255, 0.4);
	font-size: 14px;
	font-weight: normal;
}


/* 前锋要闻 */
.path{
	padding: 32px 0 30px 35px;
	min-height: 26px;
	line-height: 26px;
	position: relative;
}
.path img{
	width: 14px;
	height: 23px;
	position: absolute;
	top: 34px;
	left: 7px;
}
.gray{
	background: #fafafa;
	border: solid 1px #f5f5f5;
	min-height: 500px;
	margin-bottom: 30px;
}
.p01{
	padding: 15px 40px;
	margin-bottom: 28px;
}
.news_title{
	height: 75px;
	border-bottom: dashed 1px #dadada;
	display: flex;
	align-items: center;
	color: #1a7339;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 28px;
}
.news_title img{
	width: 24px;
	height: 30px;
	margin-right: 17px;
}
.news_list{
	width: 100%;
}
.news_list li{
	line-height: 42px;
	height: 42px;
	position: relative;
}
.news_list .date{
	float: right;
	color: #a5a4a4;
}
.news li:hover .news_txt{
	color: #1a7339;
}
.news li:hover .news_date{
	color: #1a7339;
}
.page{
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	font-family: Arial;
}
.page a{
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	background: #f8f8f8;
	color: #454545;
	font-size: 20px;
	margin: 0 5px;
}
.page a.on{
	background: #007838;
	color: #fff;
	font-weight: bold;
}
.page a.page_arrow{
	color: #969696;
	font-family: 宋体;
	font-weight: bold;
	font-size: 15px;
}

.page02 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
    font-size: 18px;
    align-items: center;
}
.page02 a {
    width: 38px;
    height: 38px;
    border: 1px solid #ebebeb;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #333;
    margin: 0 2px;
    display: none;
    border-radius: 10px;
}
.page-btn {
    width: 100px;
}
.page-num {
    width: 38px;
}
.page02 a.on {
    border: none;
    background: #0764b9;
    color: #fff;
    display: inline-block;
}
.page-d2 {
    width: 48px;
    height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.page-d3 {
    width: 74px;
    height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}
.page-d4 {
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
}
.page-d6 {
    width: 60px;
    height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin: 0 18px;
}
.page-d6 input{
	border: none;
}
.page-d7 {
    background: #fff;
    width: 57px;
    border: 1px solid #e6e6e6;
    height: 48px;
    border-radius: 10px;
    line-height: 44px;
    text-align: center;
	cursor: pointer;
}
.page-d6 input {
    width: 100%;
    height: 100%;
    line-height: 48px;
    color: #333333;
    font-size: 18px;
    text-align: center;
}


/* 详情 */
.p02{
	padding: 54px 114px 42px;
}
.show_top{
	text-align: center;
	border-bottom: solid 1px #e1e1e1;
	color: #666;
	line-height: 34px;
	padding-bottom: 26px;
	margin-bottom: 32px;
}
.show_top h1{
	color: #333;
	font-size: 24px;
	line-height: 46px;
	margin-bottom: 26px;
}
.show{
	color: #333;
	line-height: 48px;
	text-align: justify;
}
.show img{
	height: auto !important;
}

.fanye_line{
	border-top: solid 1px #e1e1e1;
	padding-top: 32px;
	margin-top: 60px;
	position: relative;
}
.fanye{
	width: 100%;
}
.fanye li{
	float: left;
	width: 42%;
	color: #666;
	line-height: 30px;
	height: 30px;
	margin-right: 16%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fanye li:last-child{
	text-align: right;
	margin: 0;
}
.fanye a{
	color: #333;
}
.backlist{
	color: #666;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}


/* 专题专栏 */
.ztzl{
	width: 100%;
	padding-top: 20px;
}
.ztzl ul{
	margin-right: -3.5%;
}
.ztzl li{
	float: left;
	width: 46.5%;
	height: 153px;
	margin: 0 3.5% 38px 0;
	overflow: hidden;
}
.ztzl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.ztzl li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


/* 注册 */
.mem_box{
	padding-bottom: 72px;
}
.left{
	float: left;
	width: 287px;
}
.right{
	float: left;
	width: calc(100% - 287px);
	padding-left: 14px;
}
.mem_tit{
	width: 100%;
	height: 75px;
	border: solid 1px #c2d6f6;
	background: linear-gradient(to bottom, #6ca338, #01833f);
	color: #fff;
	font-size: 24px;
	margin-bottom: 1px;
	display: flex;
	align-items: center;
}
.mem_tit img{
	width: 38px;
	height: 32px;
	margin: 0 12px 0 47px;
}
.mem_bg{
	width: 100%;
	min-height: 465px;
	background: url(../images/reg_02.jpg) no-repeat left bottom #edf4cf;
	background-size: 100%;
	border: solid 1px #a1dbb6;
	padding: 18px 0;
}
.mem{
	width: 100%;
}
.mem li{
	height: 56px;
	line-height: 56px;
	padding: 0 62px;
	color: #333;
	font-size: 18px;
	position: relative;
	margin-bottom: 3px;
}
.mem i{
	width: 8px;
	height: 20px;
	background: url(../images/reg_03.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 34px;
	opacity: 0;
}
.mem em{
	width: 24px;
	height: 12px;
	background: url(../images/reg_04.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 28px;
	opacity: 0;
}
.mem li.on{
	background: linear-gradient(to bottom, #6ca338, #01833f);
	color: #fff;
}
.mem li.on i,.mem li.on em{
	opacity: 1;
}
.mem li:hover{
	background: linear-gradient(to bottom, #6ca338, #01833f);
	color: #fff;
}
.mem li:hover i,.mem li:hover em{
	opacity: 1;
}
.mem li:hover a{
	color: #fff;
}

.reg_bg{
	width: 100%;
	min-height: 740px;
	background: url(../images/reg_05.jpg) no-repeat left bottom #ddfccf;
	background-size: 100%;
	border: solid 1px #f1f1f1;
	padding: 0 34px 65px;
}
.reg_tit{
	width: 100%;
	text-align: center;
	padding: 20px 0;
	border-bottom: dashed 1px #dadada;
	color: #333;
	font-size: 30px;
	margin-bottom: 63px;
}
.reg_con{
	width: 821px;
	margin: 0 auto;
}
.reg_m{
	margin-bottom: 16px;
}
.name{
	width: 48.5%;
	height: 80px;
	line-height: 80px;
	border: none;
	background: #fff;
	border-radius: 10px;
	color: #666;
	font-size: 18px;
	padding-left: 44px;
}
.name::-webkit-input-placeholder{
	color: #666;
}
.yzm_bg{
	width: 100%;
	height: 80px;
	border: none;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 15px 0 40px;
	margin-bottom: 60px;
}
.yzm{
	float: left;
	width: 60%;
	height: 80px;
	line-height: 80px;
	border: none;
	background: none;
	color: #666;
	font-size: 18px;
}
.yzm::-webkit-input-placeholder{
	color: #666;
}
.yzm_img{
	width: 151px !important;
	height: 61px;
	line-height: 61px;
	text-align: center;
	float: right;
	margin-top: 10px;
	border: solid 1px #eee;
	background: #eee !important;
	font-size: 32px;
	border-radius: 10px;
}
.yzm_img img{
	width: 100%;
	height: 100%;
}
.btn_box{
	width: 100%;
	text-align: center;
}
.btn_submit{
	width: 285px;
	height: 75px;
	background: linear-gradient(to bottom, #6ca338, #01833f);
	border: none;
	border-radius: 6px;
	color: #fff;
	font-size: 24px;
	margin: 0 12px;
	cursor: pointer;
}


/* 登陆 */
.log_con{
	width:762px;
	margin: 0 auto;
}
.username{
	width: 100%;
	height: 80px;
	line-height: 80px;
	border: none;
	background: #fff;
	border-radius: 10px;
	color: #666;
	font-size: 18px;
	padding-left: 44px;
	margin-bottom: 16px;
}
.username::-webkit-input-placeholder{
	color: #666;
}
.log_con .yzm_bg{
	margin-bottom: 33px;
}


/* 发布文章 */
.main_fabu{
	border:solid 1px #CCC;
	padding: 5px 20px 20px;
	font-size:18px;
	line-height:36px;
}
.main_fabu .reg_tit{
	margin-bottom: 40px;
}
.main_fabu table{
	width: 100% !important;
}
.main_fabu table td{
	line-height: 35px;
}
.main_fabu02{
	font-size:18px;
	line-height:36px;
}
.main_fabu02 table{
	width: 100% !important;
}
.main_fabu02 table th{
	line-height: 35px;
	text-align: center;
	border:solid 1px #CCC;
}
.main_fabu02 table td{
	line-height: 35px;
	text-align: center;
	border:solid 1px #CCC;
}
.w01{
	width: 10%;
}
.w02{
	width: 20%;
}
.w03{
	width: 15%;
}
.w04{
	width: 13%;
}

.fb01{
	width: 15%;
}
.fb02{
	width: 85%;
}
.main_kuang{
	width: 400px;
	height: 35px;
	line-height: 35px;
	border:solid 1px #CCC;
	padding-left: 5px;
	margin: 5px 0;
}
.main_anniu{
	width:117px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#348101;
	color:#FFF;
	border:0px;
	cursor: pointer;
}
.main_anniu02{
	width:117px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#348101;
	color:#FFF;
	border:0px;
	border-radius: 0;
	cursor: pointer;
	position: relative;
}
.main_anniu02 button{
	width:117px !important;
	height:35px;
	background:#348101;
	color:#FFF;
	border:0px;
	border-radius: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
}
.main_pic{
	margin: 10px 0;
}
.main_pic img{
	width: 100%;
}


/* 我的文章 */
.main_fabu li{
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.fabu_tiao{
	width:25%;
	float:left;
	line-height:30px;
	height:30px;
	font-size:14px;
	padding-right: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fabu_tiao1{
	/* width:240px; */
	float:right;
	line-height:30px;
	font-size:14px;
	text-align: right;
}
.fabu_tiaoa1 {
	float: right;
	line-height: 30px;
	font-size:14px;
	color: #666;
	padding-right: 20px;
}
.scrq{
	display: inline-block;
	padding-right: 40px;
}


/* 个人信息 */
.int_bg{
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.int_box .reg_tit{
	margin-bottom: 40px;
}
.int_con{
	margin-bottom: 10px;
}
.int_txt{
	float: left;
	width: 150px;
	line-height: 36px;
	font-size:16px;
	text-align: right;
}
.int_r{
	float: left;
	width: calc(100% - 150px);
	padding-left: 20px;
	line-height: 36px;
	font-size:16px;
}
.int_r .main_kuang{
	margin: 0;
}
.int_con .main_anniu{
	margin-left: 170px;
}