@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body, html, p, a, input {
    color: #666666;
    text-decoration: none;
}
p, ul, li, ol, h1, h2, h3, h4, h5, h6, {
margin:0px;
padding:0px;
}
img {
	border: 0px;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
body {
	font-size: 12px;
	font-family: "微软雅黑";
	background: #ffffff;
	color: #343434
}
.left {
	float: left
}
.right {
	float: right
}
/*头部样式开始*/
.top {
	width: 100%;
	height: 38px;
	background: #333;
}
.top_wrap {
	width: 1200px;
	margin: 0px auto;
}

.top span {
	color: #b0b0b0;
	line-height: 38px;
}

.top_wrap ul {
  float: right;
  line-height: 38px;
}
.top_wrap ul li {
  float: left;
}
.top_wrap ul li a {
  font-size: 12px;
  color: #b0b0b0;
  margin: 0 20px 0 20px;
}
.top_wrap ul li a:hover{
	color:#ff6600;
}

.head {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.header {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}
.logo {
	width: 160px;
	height: 64px;
	background: url(../images/logo.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	float: left;
	margin-top: 18px;
}

.logo_r {
	float: right;
	height:30px;
	line-height:30px;
	margin-top: 35px;
}
.logo_r p {
  color: #333;
  font-size: 16px;
  letter-spacing:1px;
}
.logo_r p i {
  color: #f25030;
  font-size:24px;
  font-style: normal;
  margin-left:10px;
}

/*导航样式开始*/
.nav {
	width: 100%;
	overflow: hidden;
	background: #f25030;
}
.nav .meau {
   width: 1200px;
   height: 50px;
   line-height: 50px;
   margin: 0 auto;
}
.nav ul.meau_left {
   float: left;
}
.nav ul.meau_right {
   float: right;
}
.nav ul li {
	float: left;
	font-size: 16px;
}
.nav ul li a {
	float: left;
	color: #fff;
	padding: 0 38px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
}
.nav ul li a:hover, .nav ul li:hover > a {
	background: #cb4514;
}
.nav .meau_left li a.sort {
	background: url(../images/classify_1.png) no-repeat 13px 20px;
}
.nav .meau_left li a.sort:hover {
	background: #cb4514 url(../images/classify_1.png) no-repeat 13px 20px;
}
.nav li ul {
	background: rgba(51, 51, 51, 0.6);
	/*left: -999em;*/
	margin: 50px 0 0;
	position: absolute;
	width: 200px;
	z-index: 9999;
}
.nav li:hover ul {
	left: auto;
}
.nav li ul a {
	background: none;
	border: 0 none;
	margin-right: 0;
	min-width: 200px;
	padding: 0;
	border-bottom: 1px solid rgba(250, 250, 250, 0.2);
	color: #fff;
	text-indent: 2em;
}
.nav li ul a:hover {
	background: rgba(51, 51, 51, 0.8) url(../images/jiao.png) no-repeat 90%;;
	color: #fff;
}

.nav li ul li a {
	min-width: 200px;
	text-align: left;
	height: 40px;
	line-height: 40px;
	text-indent:2em;
	background: url(../images/jiao.png) no-repeat 90%;
}

.nav li.info-btn {
	margin-left: 10px;
}
.nav li.info-btn a {
	height:42px;
	line-height:42px;
	background: rgb(250,250,250,0.9);
	border-radius: 4px;
	color:#f25030;
	font-weight: 600;
	letter-spacing:2px;
	margin: 4px 0;
}
.nav li.info-btn a:hover {
	background: #ffffff;
}

/*导航样式结束*/

/*头部样式结束*/
/*banner样式开始*/
.banner {
	height: 461px;
	overflow: hidden;
	width: 100%;
	position: relative;
	zoom: 1;
}
.banner-img {
	height: 461px;
}

.banner-pic {
	background: url(../images/banner.jpg) top center no-repeat;
	height: 461px;
}
.banner1 {
	width: 1200px;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto
}
/*
.banner11 {
	position: absolute;
	top: 424px;
	width: 100%;
	text-align: center;
	left: 0;
}
.banner11 a {
	display: inline-block;
	width: 256px;
	height: 39px;
	line-height: 37px;
	color: #ebebeb;
	font-size: 18px;
	background: rgba(255, 255, 255, 0.2);
	cursor: pointer;
	margin: 0 5px;
}
.banner11 a:hover {
	background: rgba(255, 255, 255, 0.8);
}
*/
.flexslider .slides li {
	width: 100%;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	display: inline-block;
	width: 40px;
	height: 10px;
	border-radius: 5px;
	color: #ebebeb;
	cursor: pointer;
	margin: 0 30px;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background: rgba(255, 255, 255, 0.8);
}
.flexslider .slides a img {
	width: 100%;
	display: block;
}

/*关于动想代码开始*/
.part1 {
	height: auto;
	overflow: hidden
}
.wrap {
    width: 1200px;
    margin: 0px auto;
}

.title {
	background: url(../images/title.png) no-repeat;
	width: 330px;
	height: 140px;
	margin: 40px auto 60px;
	overflow: hidden;
}
.title h2 {
	color: #F25030;
	font-size: 36px;
	line-height:80px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.title p {
	font-size: 16px;
	line-height: 58px;
	text-align:center;
	letter-spacing:2px;
}
.b1 {
	background: url(../images/1.png) no-repeat 0 0;
	width: 77px;
	height: 82px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
.b2 {
	background-position: -90px 0px;
}
.b3 {
	background-position: -181px 0px;
}
.b4 {
	background-position: -270px 0px;
}
.overflow {
	overflow: hidden;
}
.div-dx {
	width: 1220px;
	margin: 0 auto;
}
.div-dx h2 p {
	height: 35px;
	line-height: 35px;
	width: 500px;
	font-size: 31px;
	color: #333;
	font-weight: 600;
}
.div-dx h2 p a {
	color: #333;
}

.boxbg a .bg p {
	color: #fff;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	width: 194px;
	height: 80px;
	margin:0 auto;
	margin-top: 102px;
	letter-spacing:3px;
}
.div-dx h2 {
	width: 100%;
}
.div-dx ul {
	width: 100%;
}
.div-dx ul li {
	width: 290px;
	height: 290px;
	margin-right: 19px;
	margin-bottom: 20px;
}
.boxbg {
	width: 290px;
	height: 290px;
}
.boxbg .bg {
	width: 290px;
	height: 290px;
	background: url(../images/a01.png) no-repeat 0 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	display: block;
	border: 1px solid transparent;
}
.boxbg .bg:hover {
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
}
.left .boxbg {
	background: #f4f4f4;
}
.left .boxbg .bg01 {
	background: url(../images/a01.png) no-repeat 0 0;
}
.left .boxbg .bg02 {
	background: url(../images/a02.png) no-repeat 0 0;
}
.left .boxbg .bg03 {
	background: url(../images/a03.png) no-repeat 0 0;
}
.left .boxbg .bg04 {
	background: url(../images/a04.png) no-repeat 0 0;
}
.left .boxbg .bg_03 {
	background: url(../images/a_03.png) no-repeat 0 0;
}
.left .boxbg .bg_04 {
	background: url(../images/a_04.png) no-repeat 0 0;
}

/*add*/
/*
.jszr-dx {
	width: 1220px;
	margin: 0 auto;
}

.jszr-dx p {
	line-height: 35px;
	text-align:right;
	font-size: 16px;
	color: #333;
}
.jszr-dx p a:hover {
	color: #F25030;
}

.jszr-dx ul {
	width: 100%;
}
.jszr-dx ul li {
	width: 290px;
	margin-right: 17px;
	margin-bottom: 20px;	
	border:1px solid #F2F2F2; 
	padding-bottom: 30px;
}
.jszr-box {
  margin:0;
  padding:0;
}

.jszr-dx ul li.spec{margin-right:0px;}
.jszr-dx ul li .pic{width:270px; height:150px; padding:10px; padding-bottom:0px;}
.jszr-dx ul li .pic img{width:270px; height:150px;}
.jszr-dx ul li .text{width:266px; height:95px;text-align:left; padding:10px 20px; overflow:hidden; padding-bottom:30px;}
.jszr-dx ul li .text h4{font-size:16px; color:#000000; font-weight:normal; line-height: 32px;}
.jszr-dx ul li .text h4 span{font-size: 14px; padding-left: 15px; color: #999999;}
.jszr-dx ul li .text p{text-align:left;font-size:12px; color:#666666; line-height:22px;}
.jszr-dx ul li:hover{box-shadow: 2px 1px 25px #CCCCCC;}
.jszr-dx ul li:hover{background:#F2F2F2;}
.jszr-dx ul li:hover .text p,.achieve ul li:hover .text h4,.achieve ul li:hover .text h4 span{color:#000000;}


*/



/*关于动想代码结束*/
/*核心业务代码开始*/
.part2 {
    height: 600px;
	background: #f9f9f9;
	padding-bottom: 30px;
	overflow: hidden;
}
.title1 {
	background: url(../images/title.png) no-repeat;
}
.title1 p {
	top: 99px;
}

.b5 {
	background-position: 0px -149px;
}
.b6 {
	background-position: -90px -149px;
}
.b7 {
	background-position: -181px -149px;
}
.b8 {
	background-position: -270px -149px;
}

.div-yw, .B-content {
	position: relative;
	width: 1220px;
	margin: 0 auto;
}
.div-yw {
	border-top: 1px solid #e8e8e8;
}
.core-b {
	width: 1219px;
	background: #fff;
	border-left: 1px solid #e8e8e8;
	border-right: none;
	border-bottom: none;
	margin: 0 auto;
}
.ul-con {
	width: 1218px;
	margin:0 auto;
}
.ul-con li {
	background: #fff;
	width: 406px;
	height: 300px;
	background-size: 100% 100%;
	text-align: center;
	box-sizing:border-box;
}
.li-bg {
	width: 286px;
	height: 175px;
	padding: 0 13px 10px 0;
	position: relative;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.li-bg p {
	width: 346px;
	position: relative;
	margin: 20px 30px 0;
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	z-index: 1;
}

.li-bg h6 {
	margin: 20px auto 0;
	font-size: 18px;
	color: #000000;
	letter-spacing:2px;
	z-index: 1
}

.ul-con li.li-bg:hover {
	background: #f9f9f9;
}

.ul-con li.li-bg-1 {
	background: url(../images/b02.png) no-repeat -62px 67px;
}

.ul-con li.li-bg-2 {
	background: url(../images/b04.png) no-repeat -42px 67px;
}
.ul-con li.li-bg-3 {
	background: url(../images/b05.png) no-repeat -62px 67px;
}

/*核心业务代码结束*/

/*资源优势代码开始*/
.part3 {
	height: 620px;
	overflow: hidden
}
.title3 {
	background: url(../images/title.png) no-repeat;
}
.title3 h2 {
	top: 10px;
}
.title3 p {
	top: 84px;
}
.div-zy {
	width: 1200px;
	margin: 40px auto 0;
	overflow: hidden
}
.div-zy .zy_li {
	float: left;
	display: inline;
	text-align: center;
	width: 386px;
	height: 300px;
	border: 1px solid #f0f3f8;
	margin-left: 18px;
	color: #999;
}
.div-zy .zy_li span {
	display: block;
	background: url(../images/bj1.png) no-repeat -114px -222px;
	width: 112px;
	height: 110px;
	margin: 25px auto 0;
}
.div-zy .zy_li span.l-span1 {
	background-position: -85px -170px;
	width: 110px;
}
.div-zy .zy_li span.l-span2 {
	background-position: -190px -170px;
	height: 110px;
}
.div-zy .zy_li span.l-span3 {
	background-position: -295px -170px;
	width: 110px;
}
.div-zy .zy_li:hover {
	color: #666;
	background: #DEF9FC;
	border:none;
	border-top: 4px solid #C6F8FF;
}

.div-zy .zy_li h3 {
	color: #000;
	font-size: 18px;
	letter-spacing:2px;
	height: 50px;
	line-height: 50px;
	overflow: hidden
}
.div-zy .zy_li b {
	height: 1px;
	width: 65px;
	border-top: 1px solid #04bae1;
	margin: 0 auto;
	overflow: hidden;
	display: block
}
.div-zy .zy_li p {
	font-size: 14px;
	line-height: 48px;
	padding:0 30px;	
}
.div-zy .zy_li p a.post {
  font-size: 16px;
  background: #A9E5FF;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 12px 30px;
}

.div-zy .zy_li:hover p a.post {
  background: #F25030;
  color: #ffffff;
}

/*服务优势开始*/
.part4 {
	height: 390px;
	overflow: hidden
}
.div-ys {
	width: 1200px;
	margin: 73px auto 0;
	height: 317px;
	position: relative
}
.div-ys ul {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.div-ys ul li {
	float: left;
	display: inline;
	width: 240px;
	text-align: center;
}
.div-ys ul li a {
	display: block;
	background: url(../images/pic1.jpg) no-repeat;
	width: 139px;
	height: 146px;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}
.div-ys ul li:hover a {
	background: url(../images/pic11.jpg) no-repeat;
	-moz-transform: rotate(360deg);
	cursor: pointer;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.div-ys ul li a.jp1 {
	background: url(../images/pic2.jpg) no-repeat;
}
.div-ys ul li:hover a.jp1 {
	background: url(../images/pic22.jpg) no-repeat;
}
.div-ys ul li a.jp2 {
	background: url(../images/pic3.jpg) no-repeat;
}
.div-ys ul li:hover a.jp2 {
	background: url(../images/pic33.jpg) no-repeat;
}
.div-ys ul li a.jp3 {
	background: url(../images/pic4.jpg) no-repeat;
}
.div-ys ul li:hover a.jp3 {
	background: url(../images/pic44.jpg) no-repeat;
}
.div-ys ul li a.jp4 {
	background: url(../images/pic5.jpg) no-repeat;
}
.div-ys ul li:hover a.jp4 {
	background: url(../images/pic55.jpg) no-repeat;
}
.div-ys ul li h3 {
	font-size: 18px;
	margin-top: 15px;
}
.div-ys ul li p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	color: #555555;
}
.line {
	position: absolute;
	border: 1px solid #eeeeee;
	top: 69px;
	left: 132px;
	width: 878px;
	z-index: 1
}
/*服务优势结束*/

/*底部开始*/
.footer {
  background: #000;
}
.footer .footerTop {
  background: #1a1a1a;
  overflow:hidden;
}
.footer .footer_left {
  float: left;
  width: 1200px;
  margin-top: 30px;
}
.footer .footer_left .footer_leftTop > h3 span {
	float: left;
	width: 110px;
	height: 36px;
	line-height: 36px;	
	background: #4b4c54;
	text-align: center;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	margin-right: 10px;
	color: #fff;
}
.footer .footer_left h3 span:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #4b4c54;
    bottom: -8px;
    left: 48px;
}
.hide{
	 display: none;
 }
.footer .footer_left .footer_leftContent > ul {
  margin-top: 45px;
  min-height: 120px;
  line-height: 30px;
}
.footer .footer_left .footer_leftContent > ul li {
  float: left;
  width: 108px;
  margin-bottom: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer .footer_left .footer_leftContent > ul li a{
	color: #F5F5F6;
	font-size:14px;
}
.footer .footer_left .footer_leftContent > ul li a:hover{
	color:#f25030;
}
/*
.footer .footer_right {
 	width: 210px;
 	height: 210px;
 	float: left;
 	background: #2c2f37;
 	margin-top: 30px;
 	margin-bottom: 30px;
}
.footer .footer_right div {
  float: left;
  margin: 30px 0 0 33px;
  text-align: center;
}
.footer .footer_right div img {
  width: 102px;
}
.footer .footer_right div p {
  color: #FFF;
  text-align: center;
  margin-top: 10px;
}
*/
.footerBttom {
	font-size:12px;
	background: #333333;
	color: #929191;
	height: 64px;
	padding: 10px 0 20px;
	text-align: center
}
.footerBttom p {
	color:#929191;
	line-height: 32px
}
.footerBttom a {
	display: inline-block;
	line-height: 30px;
	margin:0 20px;
	color:#929191
}
.footerBttom a:hover {
	color:#929191;
}
.footerBttom a img {
	display: block;
	height: 20px;
	width: auto;
	margin-right:5px;
}

/*
div.footerBttom {
  margin-top: 40px;
  font-size: 14px;
  color: #fff;
}
div.footerBttom span {
  float: left;
}
div.footerBttom a {
  color: #fff;
  margin: 0 18px;
}
div.footerBttom a:hover{
    color: #f00;
}
div.footerBttom span:first-child a {
  margin-left: 0;
}
div.footerBttom i {
  margin-left: 25px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}


*/



/*登录*/

.login {
  background: url(../images/user.png) no-repeat center;
  height: 800px;
  padding-top: 59px;
}
.login .login_pup {
  width: 550px;
  margin: auto;
}
.login .login_pup h2 {
  width: 100%;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.login .login_pup h2 span {
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #f25030;
  margin-right: 5px;
}
.login .login_pup .login_content {
  width: 100%;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.6);
  height: 600px;
  padding:20px 0 40px 0;
}
.login .login_pup .login_content h3 {
  padding: 38px 0;
  font-size: 30px;
  text-align: center;
  color: #333;
  letter-spacing:3px;
}
.login .login_pup .login_content ul {
  width: 450px;
  margin: auto;
}
.login .login_pup .login_content ul li {
  width: 100%;
  border-radius: 25px;
  margin-bottom: 24px;
  height: 52px;
  background: #fff;
}
.login .login_pup .login_content ul li span {
  display: inline-block;
  width: 2px;
  height: 52px;
  background: #e0e0e0;
  margin-left: 60px;
  float: left;
}
.login .login_pup .login_content ul li input {
  width: 366px;
  height: 52px;
  text-indent: 20px;
  border: none;
  float: left;
}
.login .login_pup .login_content ul .phoneBg {
  background: #fff url(../images/phone.png) no-repeat 30px;
}
.login .login_pup .login_content ul .pwdBg {
  background: #fff url(../images/password.png) no-repeat 26px;
}
.login .login_pup .login_content ul .yzmBg {
  background: #fff url(../images/key.png) no-repeat 26px;
}
.login .login_pup .login_content p {
  width:400px;
  height:24px;
  line-height:24px;
  margin: -15px auto 0;
}
.login .login_pup .login_content p a {
 font-size:14px;
 height:24px;
 line-height:24px;
 color: #F25030;
}
.login .login_pup .login_content button {
  display: block;
  margin:0 auto;
  width: 248px;
  height: 48px;
  background: #F25030;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  text-align:center;
  letter-spacing:5px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  margin-top:50px;
}
.login .login_pup .login_content ul li input.txt { width:265px;}
.login .login_pup .login_content ul li .yzm{float:right; width:100px; overflow:hidden;}
.login .login_pup .login_content ul li .yzm img{ display:block; width:80px; height:34px;margin:9px 0;}


/*注册*/

.login .login_pup .login_content ul.register li span {
  display: inline-block;
  background:none;
  border-right: 2px solid #e0e0e0;
  width: 98px;
  height: 52px;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333;
  letter-spacing:1px;
  margin:0;
}
.login .login_pup .login_content ul.register li input {
  width: 330px;
  height: 52px;
  text-indent: 20px;
  border: none;
  float: left;
  color: #666;
}

.login .login_pup .login_content ul.register li input.txt {
	width:230px;
}

/*信息发布*/

.login .login_pup .login_content ul.news_post {
  padding-top:50px;
}
.login .login_pup .login_content ul.news_post li span {
  display: inline-block;
  background:none;
  border-right: 2px solid #e0e0e0;
  width: 98px;
  height: 48px;
  float: left;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #333;
  letter-spacing:1px;
  margin:0;
}
.login .login_pup .login_content ul.news_post li input {
  float: left;
  width: 330px;
  height: 48px;
  text-indent: 20px;
  border: none;
  color: #666;
}
.login .login_pup .login_content ul li input:focus, .login .login_pup .login_content ul.register li input:focus, .login .login_pup .login_content ul.news_post li input:focus {
	color: #333;
    outline: none; 
}

.login .login_pup .login_content select {
  -webkit-appearance: none; 
  -moz-appearance: none; 
  appearance: none;
}
.login .login_pup .login_content ul.news_post li {
  border-radius: 24px;
  height: 48px;
 margin-bottom: 15px;
  position: relative;
}
.login .login_pup .login_content ul.news_post li select {
  float: left;
  width: 300px;
  height: 48px;
  border: none;
  background-color: transparent; 
  text-align:center;
  margin-left:20px;
  font-size:16px;
  font-weight:600;
  letter-spacing:2px;
}
.login .login_pup .login_content ul.news_post li .arrow {
  position: absolute;
  top: 50%;
  right: 40px; 
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent; 
  border-right: 6px solid transparent; 
  border-top: 6px solid #F25030;
}

.login .login_pup .login_content ul.news_post li select option {
  background-color:#f9f9f9; 
  color: #999; 
  outline: none;
}

.login .login_pup .login_content ul.news_post .infor_detail {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
  height: 130px;
  background: #fff;
}
.login .login_pup .login_content ul.news_post .infor_detail span {
  display: inline-block;
  float: left;
  background:none;
  border-right: 2px solid #e0e0e0;
  width: 98px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #333;
  letter-spacing:1px;
  margin:10px auto;
}

ul.news_post .infor_detail textarea.text {
  float: left;
  width: 320px;
  height: 100px;
  font-size:14px;
  line-height:20px;
  border: 1px solid #e5e5e5;
  color: #666;
  margin-top:10px;
  margin-left:8px;
  padding:2px 6px;
}

.infor_detail textarea.text:focus {
  border-color: #ccc; 
  outline: none;
}






