﻿@charset "utf-8";
/* CSS Document */
.positionB {
    margin: 20px 0;
}
.main-left {
  float: left;
  width: 1070px;
  padding: 0 20px 20px 0;
  box-sizing: border-box;
  border-right: 1px solid #ececec;
}
.main-right {
  float: right;
  width: 300px;
  margin-right: 0px;
  margin-top: 0px;
  overflow: hidden;
}
/*页面内容表头软件*/
.mtab {
  position: relative;
  height: auto;
}
.mtab li {
  position: relative;
  float: left;
  padding:0 18px;
  height: 36px;
  line-height: 36px;
  border-top: 2px solid #f7f7f7;
  text-align: center;
  font-size: 17px;
  font-family: Tahoma, Geneva, "\5fae\8f6f\96c5\9ed1", "\5B8B\4F53";
  cursor: pointer;
}
.tablist {
  position: relative;
  width: 100%;
  height: 38px;
  border-bottom: 2px solid #1e89e0;
}
.tablist li {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  cursor: pointer;
  border-top: 1px solid #ececec;
}
.tablist span {
  position: relative;
  float: right;
  top: 10px;
  color: #666;
  cursor: pointer;
  right: 4px;
}
.tablist .number {
  position: absolute;
  float: left;
  right: 0px;
  display: block;
  color: #888;
  font-size: 14px;
}
.tablist .number em {
  color: #1e89e0;
}
.mtab .cur {
  position: relative;
  height: 38px;
  line-height: 38px;
  border-top: 2px solid #1e89e0;
  background: #fff;
  border-left: 1px solid #ececec;
  color: #1e89e0;
}
.mtab .cur a {
  color: #006bc7;
}
.mtab .first {
  left: 0;
}
.tablist i {
  position: relative;
  float: left;
  padding-right:18px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  font-weight: 800;
}
.download {
  position: relative;
  width: 1060px;
}
.download .on {
  display: block
}
.ul_Address {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 5px;
  display: none;
}
/*记录列表*/
.c-list {
  position: relative;
}
.c-list li {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 15px 0 20px 0;
  margin-top: 5px;
  border-bottom: 1px dashed #ddd;
}
.img img {
  float: left;
	border: 1px solid #eee;
	box-sizing: border-box;
  margin-right: 15px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 16px;
}
.pgm_img img {
  float: left;
	border: 1px solid #eee;
	box-sizing: border-box;
  margin-right: 15px;
  display: block;
  width: 58px;
  height: 80px;
  border-radius: 5px;
}
.gm_img img {
  position: relative;
  float: left;
  margin-right: 15px;
  display: block;
  width: 120px;
  height: 166px;
  border-radius: 5px;
}
.zt_img img {
  position: relative;
  float: left;
  margin-right: 15px;
  display: block;
  width: 220px;
  height: 108px;
}
.c-list .con, .c-list .zt_con {
  position: relative;
  float: left;
}
.c-list .con{
	float: left;
    width: 830px;
    height: auto;
}
.c-list .pgm_img +.con{
    width: 860px;
}
.c-list .top-tit {
  position: relative;
  width: 100%;
}
.c-list .top-tit p {
  margin-bottom: 16px;
  font-size: 18px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-list .top-tit .tit {
  width: 663px;
}
.c-list .top-tit .gm_tit {
  width: 525px;
}
.c-list .top-tit .zt_tit {
  width: 670px;
}
.c-list .top-tit .top-num {
  position: absolute;
  float: right;
  width: 160px;
  text-align: right;
  right: 0px;
  top: 0;
  font-size: 14px;
  color: #999;
}
.desc {
  font-size: 13px;
  color: #888;
  line-height: 24px;
  height: 44px;
  width: 100%;
  overflow: hidden;
}
.gm_desc {
  font-size: 13px;
  color: #888;
  line-height: 21px;
  max-height: 102px;
  width: 580px;
  overflow: hidden;
}
.zt_desc {
  font-size: 13px;
  color: #888;
  line-height: 22px;
  max-height: 44px;
  width: 680px;
  overflow: hidden;display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.zt_descB {
  font-size: 13px;
  color: #888;
  line-height: 21px;
  max-height: 102px;
  width: 620px;
  overflow: hidden;
}
.c-list .down {
  position: absolute;
  top: 80px;
  right: 5px;
  bottom: 24px;
}
.c-list .down a {
  display: block;
  background-color: #1e89e0;
  width: 99px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.c-list .down a:hover {
  background-color: #fe9a10;
}
.c-list .other {
  line-height: 20px;
  height: 20px;
  margin:2px 0 9px 0;
  display: flex
}
.c-list .other span {
  font-size: 13px;
  color: #666;
  margin-right: 30px;
  max-width: 160px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.c-list .other span a {
  color: #666;
}
.c-list .other span a:hover {
  color: #09f;
}
.c-list .other label {
  color: #999;
}
.c-list .other em {
  border: 1px solid #1e89e0;
  border-radius: 4px;
  color: #1e89e0;
  padding: 0 6px;
}
.desc em, .gm_desc em, .zt_desc em, .top-tit em {
  color: #ff0000;
}
.top-star {
  position: absolute;
  width: 120px;
  right: 0px;
  top: 0;
  font-size: 13px;
  color: #999;
  line-height: 22px;
}
.top-star .stars {
  position: absolute;
  right: 3px;
  top: 6px;
  font-size: 13px;
  color: #999;
  line-height: 22px;
}
/*更新列表*/
.n-list {
  position: relative;
}
.n-list li {
  position: relative;
  float: left;
  color: #666;
  width: 100%;
  height: 24px;
  line-height: 24px;
  padding: 10px 0;
  margin-top: 5px;
  border-bottom: 1px dashed #e2e2e2;
}
.n-list li .pj {
  margin-top: 5px;
}
.n-list p.tit {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
}
.n-list p.tit span {
  display: block;
  float: left;
  color: #999;
}
.n-list .name {
  width: 570px;
  height: 24px;
  margin-right: 20px;
  display: flex;
}
.n-list p.tit .name {
  text-align: center;
}
.n-list .pj {
  width: 110px;
  text-align: center
}
.n-list .size, .n-list .lang, .n-list .time {
  width: 120px;
  text-align: center;
}
.n-list dt, .n-list dd {
  float: left;
  overflow: hidden;
}
.n-list dd {
  float: left;
  height: 24px;
  color: #666;
  overflow: hidden;
}
.n-list .title {
  color: #333333;
}
.n-list dt img, .n-list dd img {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  border-radius: 3px;
  margin-right: 11px;
}
.n-list dt .type, .n-list dd .type {
  height: 24px;
  line-height: 24px;
  color: #999;
  float: left;
  margin-right: 10px;
  display: flex;
}
.n-list dt .type:hover, .n-list dd .type:hover {
  text-decoration: underline;
  color: #09f;
}
.n-list dt .type span, .n-list dd .type span {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-list dt .title, .n-list dd .title {
  color: #000;
  max-width: 460px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-list dt .title:hover.n-list dd .title:hover {
  color: #09f;
}
.n-list dt em.n-list dd em {
  height: 24px;
  line-height: 24px;
  border: 1px solid #1e89e0;
  border-radius: 4px;
  color: #1e89e0;
  padding: 0 6px;
  margin-left: 6px;
  overflow: hidden;
}
/*列表分页*/
#pages {
  position: relative;
  float: left;
  height: 32px;
  margin: 30px auto;
  width: 100%;
  text-align: center;
  color: #ccc;
}
#pages a {
  background: #fff;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin: 0 4px;
  padding: 0 12px;
  color: #666;
  font-size: 14px;
  border: 1px solid #ddd;
}
#pages a:hover {
  background: #1e89e0;
  border: 1px solid #1e89e0;
  color: #fff;
  text-decoration: none;
}
#pages span.current {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin: 0 4px;
  padding: 0 12px;
  background: #1e89e0;
  border: 1px solid #1e89e0;
  color: #fff;
}
#pages span.disabled {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin: 0 4px;
  padding: 0 12px;
  color: #bfbfbf;
  background: #f2f2f2;
  border: 1px solid #ddd;
}
#pages select {
  position: relative;
  border: 1px solid #ddd;
  height: 34px;
  padding: 8px 0px;
  top: -2px;
  vertical-align: middle;
}
/*星星 stars*/
.stars {
  background: url(images/img/cssimg.png) no-repeat;
  width: 74px;
  height: 12px;
  display: block;
  float: left;
  vertical-align: middle;
}
.star1 {
  background-position: -60px -648px;
}
.star2 {
  background-position: -45px -648px;
}
.star3 {
  background-position: -30px -648px;
}
.star4 {
  background-position: -15px -648px;
}
.star5 {
  background-position: 0px -648px;
}
/*页面内容右边专题*/
.CRTitle {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 800;
  border-bottom: 2px solid #ddd;
}
.CRTitle span {
  position: absolute;
  top: 6px;
  right: 0px;
  ltext-align: right;
  font-size: 14px;
  font-weight: 400;
}
.CRTitle a {
  color: #888;
}
/*热门搜索标签*/
.brbq {
  position: relative;
  float: left;
  padding: 12px 0px;
}
.brbq a {
  padding: 6px;
  display: inline-block;
}
.brbq .c_1, .brbq .c_21 {
  color: #68d46d !important;
  font-size: 18px
}
.brbq .c_2, .brbq .c_22 {
  color: #f58797 !important;
  font-size: 19px
}
.brbq .c_23, .brbq .c_3 {
  color: #66bcff !important;
  font-size: 15px
}
.brbq .c_24, .brbq .c_4 {
  color: #9ed96a !important;
  font-size: 18px
}
.brbq .c_25, .brbq .c_5 {
  color: #68d9c2 !important;
  font-size: 14px
}
.brbq .c_26, .brbq .c_6 {
  color: #77d46a !important;
  font-size: 16px
}
.brbq .c_27, .brbq .c_7 {
  color: #7fdcfb !important;
  font-size: 13px
}
.brbq .c_28, .brbq .c_8 {
  color: #d983ee !important;
  font-size: 18px
}
.brbq .c_29, .brbq .c_9 {
  color: #6d86b3 !important;
  font-size: 17px
}
.brbq .c_10, .brbq .c_30 {
  color: #b3b0f6 !important;
  font-size: 18px
}
.brbq .c_11, .brbq .c_31 {
  color: #f792e5 !important;
  font-size: 17px
}
.brbq .c_12, .brbq .c_32 {
  color: #ebc53c !important;
  font-size: 15px
}
.brbq .c_13, .brbq .c_33 {
  color: #b0d5f5 !important;
  font-size: 14px
}
.brbq .c_14, .brbq .c_34 {
  color: #ffa646 !important;
  font-size: 16px
}
.brbq .c_15, .brbq .c_35 {
  color: #888 !important;
  font-size: 15px
}
.brbq .c_16, .brbq .c_36 {
  color: #7fdcfb !important;
  font-size: 16px
}
.brbq .c_17, .brbq .c_37 {
  color: #959fff !important;
  font-size: 15px
}
.brbq .c_18, .brbq .c_38 {
  color: #a6da6d !important;
  font-size: 14px
}
.brbq .c_19, .brbq .c_39 {
  color: #ff7f58 !important;
  font-size: 13px
}
.brbq .c_20, .brbq .c_40 {
  color: #91BEDA !important;
  font-size: 13px
}
/*最新软件-电脑软件推荐*/
.CRCSList {
  position: relative;
  float: left;
  padding: 15px 0;
}
.CRCSList li {
  line-height: 39px;
}
.CRCSList li a {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  float: left;
  text-overflow: ellipsis;
}
.CRCSList li time {
  width: 50px;
  text-align: right;
  color: #fe3432;
  display: block;
  float: right;
}
.CRCSList li a img {
  margin-right: 10px;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  border: 1px;
}
/*手机软件推荐*/
.regright li {
  position: relative;
  width: 95px;
  text-align: center;
  float: right;
  line-height: 22px;
  margin: 10px 2px;
  overflow: hidden;
  white-space: normal;
  height: 115px;
}
.regright li a img {
  width: 70px;
	border-radius: 12px;
}
/*下载帮助*/
.CLeft {
  width: 238px;
  border: 1px solid #e7e7e7;
  background: #f8f8f8;
  float: left;
  min-height: 600px;
  margin-right: 10px;
}
.CLeft a {
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #e7e7e7;
  border-left: 2px solid #f8f8f8;
  text-align: center;
  color: #676767;
}
.CLeft a.CLeftAF {
  color: #3291ff;
  background: #fff;
  border-left: 2px solid #3291ff;
}
.CLeft a:hover {
  color: #3291ff;
  background: #fff;
  border-left: 2px solid #3291ff;
}
.CRight {
  width: 1130px;
  min-height: 600px;
  overflow: auto;
  border: 1px solid #e7e7e7;
  float: right;
}
.CRight h1 {
  line-height: 39px;
  font-size: 14px;
  padding-left: 20px;
  font-weight: bold;
  color: #303030;
  background: #f8f8f8;
  border-bottom: 2px solid #3291ff;
}
.CRight h3 {
  line-height: 39px;
  font-size: 14px;
  padding-left: 20px;
  font-weight: bold;
  color: #303030;
  background: #f8f8f8;
  border-bottom: 2px solid #3291ff;
}
.CRight .darticle {
  padding: 0 40px;
  overflow: auto;
  color: #333;
  line-height: 40px;
  margin-bottom: 30px;
}
.CRight .darticle p {
  line-height: 40px;
}
.CRight .darticle p.texti {
  line-height: 40px;
  text-indent: 2em;
}
.CRight .darticle p span {
  color: #3291ff;
}
.CRight .darticle p a {
  color: #f00;
}
.CRight .darticle p a:hover {
  text-decoration: underline;
}
.CRight .darticle .lxwm input[type=text], .CRight .darticle .lxwm input[type=email] {
  width: 360px;
  height: 24px;
  border: 1px solid #3291ff;
  padding-left: 5px;
}
.CRight .darticle .lxwm textarea {
  width: 560px;
  border: 1px solid #3291ff;
  padding: 5px;
}
.CRight .darticle .lxwm input[type=submit] {
  margin: 10px 0;
  width: 150px;
  height: 30px;
  border: 1px solid #3291ff;
  background: #3291ff;
  color: #fff;
}
.CRight .darticle .UForm .Inp {
  width: 400px;
  height: 24px;
  border: 1px solid #3291ff;
  padding-left: 5px;
}
.CRight .darticle .UForm .Inp1 {
  width: 395px;
  border: 1px solid #3291ff;
  padding: 5px;
}
.CRight .darticle .UForm .Inp2 {
  width: 100px;
  height: 30px;
  border: 1px solid #3291ff;
  background: #3291ff;
  color: #fff;
}
/*合集推荐*/
.CRRSpecial {
  position: relative;
  float: left;
  margin-top: 10px;
}
.CRRSpecial img {
  width: 135px;
  height: 70px;
  float: left;
  margin: 10px 30px 10px 0;
}
.CRRSpecial img.mr {
  margin-right: 0px;
}
.CRRSpecial p {
  margin-bottom: 10px;
  border-top: 1px dashed #d8d8d8;
  border-bottom: 1px dashed #d8d8d8;
  line-height: 29px;
  clear: both;
  padding: 10px 0;
}
.CRRSpecial p a {
  display: inline-block;
  width: 90px;
  margin-right: 2px;
  overflow: hidden;
  white-space: nowrap;
}
/*<!--最新游戏-游戏推荐-->*/
.pBox {
  position: relative;
  float: left;
  margin: 20px -30px 0 0px;
  overflow: hidden;
  border-top: none
}
.pBox li {
  display: inline;
  float: left;
  margin: 0 21px 20px 0
}
.pBox li .cc {
  position: relative;
  width: 144px;
  height: 200px;
  overflow: hidden
}
.pBox li .cc img {
  width: 144px;
  height: 200px;
}
.pBox li .img {
  position: relative;
  z-index: 0;
  display: block;
  top: 0;
  left: 0
}
.pBox li .img span {
  display: block;
  padding: 3px 0;
  width: 10em;
  white-space: nowrap;
  overflow: hidden;
  text-align: center
}
.pBox li:hover .con {
  top: 0
}
.pBox li:hover .con .name {
  visibility: hidden
}
.pBox .con {
  position: absolute;
  width: 144px;
  height: 200px;
  top: 168px;
  left: 0
}
.pBox .innercon {
  position: relative
}
.pBox .mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=50);
  opacity: .5;
  width: 100%;
  height: 200px
}
.pBox .innercon .type, .pBox .innercon span {
  position: relative;
  z-index: 2;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 24px
}
.pBox .innercon .name {
  padding-top: 5px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.pBox .innercon .downbtn {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background: #3fb118;
  display: block;
  margin: 20px auto;
  position: relative;
  z-index: 2;
  text-align: center
}
.pBox .fen {
  position: absolute;
  color: #fff;
  font-weight: 700;
  top: 152px;
  left: 6px
}
.pBox .lan {
  position: absolute;
  display: block;
  width: 30px;
  height: 18px;
  line-height: 18px;
  background: #3fb118;
  color: #fff;
  text-align: center;
  font-weight: 700;
  top: 151px;
  left: 89px
}
.pBox .hide {
  display: none
}
/*<!--没有找到结果-->*/
.serch_null_box {
  padding: 0;
  float: right;
  text-align: left;
  width: 100%;
  overflow: hidden;
}
.tips_area {
  margin-top: 25px;
	margin-bottom: 30px;
  overflow: hidden;
    text-align: center;
}
.tips_area img {
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
}
.strong_tip {
  font-size: 18px;
  font-weight: 800;
}
.strong_tip .keyword {
  position: relative;
  display: inline-block;
  top: 8px;
  left: 4px;
  color: #2e8bc7;
  max-width: 560px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gray_tip {
  color: #999999;
  line-height: 20px;
  padding-left: 24px;
}
.gray_tip_s1 {
  padding-left: 80px;
}
.often {
	font-size:15px;
  margin: 12px 0 6px 24px;
}
.tipsTxt {
	width:100%;
	overflow: hidden;
    margin: 0 auto;
	margin-top: 20px;
} 
.tipsTxt span{
	width: 42%;
	color: #666;
	line-height: 32px;
	float: left;
	text-align: right;
	font-size: 16px;
	display: inline-block
} 
.tipsTxt p{
	width: 30%;
	color: #666;
	line-height: 32px;
	float: left;
	text-align: left;
	font-size: 16px;
	display: inline-block
}
.tipsTxt p a{
	color: #358ff0;
}
/*其他用户下载*/
.az_box-title, .pc_box-title, .zt_box-title {
  width: 906px;
  height: auto;
  line-height: 36px;
  font-size: 22px;
  font-weight: normal;
  color: #333;
  font-family: arial, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1";
  padding: 0 20px;
  display: block;
  overflow: hidden;
}
.az_box-soft, .pc_box-soft, .zt_box-soft {
  width: 100%;
  height: auto;
  margin: 10px 6px;
  padding: 4px 0 0 0;
  background: url(images/img/hx-line.png) repeat-x top center;
  display: block;
  overflow: hidden;
}
.az_box-soft a {
  width: 105px;
  height: 136px;
  float: left;
  margin: 20px 0 0 0;
  padding: 0 10px;
  display: inline;
  position: relative;
  border: 1px solid #fff;
  border-radius: 2px;
  zoom: 1
}
.az_box-soft a:hover {
  position: relative;
  border: 1px solid #1e89e0;
  border-radius: 2px;
}
.az_box-soft a img {
  width: 84px;
  height: 84px;
	margin:0 auto;
  border-radius: 12px;
  display: block;
  overflow: hidden
}
.az_box-soft a strong {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-align: center;
  display: block;
  overflow: hidden;
  margin: 8px 0 0 0;
}
.az_box-soft a b {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #ccc;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
  display: block;
  overflow: hidden;
  margin: 2px 0 0 0;
}
.az_box-soft a i {
  width: 40px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  font-style: normal;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  background: #FF1A35;
  border-radius: 4px;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.pc_box-soft li {
  position: relative;
  float: left;
  width: 400px;
  height: 48px;
  margin: 10px 0 0 15px;
}
.pc_box-soft li img {
  width: 48px;
  height: 48;
  margin-right: 10px;
}
.pc_box-soft li span {
  position: absolute;
  float: left;
  top: 0px;
  width: 300px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pc_box-soft li i {
  position: absolute;
  float: left;
  top: 26px;
  line-height: 24px;
  font-size: 12px;
  color: #999;
  font-style: normal
}
.zt_box-soft a {
  display: block;
  float: left;
  width: 250px;
  line-height: 38px;
  margin: 15px 18px 0 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.zt_box-soft a img {
  display: block;
  width: 250px;
  height: 126;
  overflow: hidden;
}
table input {
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  border: 1px solid #3291ff;
}
table textarea {
  border: 1px solid #3291ff;
}
td {
  height: 34px;
  line-height: 26px;
}
td h1 {
  text-align: center;
  font-size: 32px;
  height: 50px;
  line-height: 50px;
  padding: 10px 0;
}
.Inp {
  width: 400px;
}
.Inp2 {
  cursor: pointer;
  background-color: #00a0e9;
  color: #fff;
  padding: 2px 12px;
  font-size: 26px;
  height: 50px;
  line-height: 46px;
  border-radius: 2px;
}
.Inp2:hover {
  background-color: #1e89e0;
}
.mainbanner {
  height: 380px;
  background: url(images/img/rjfb.jpg) no-repeat center #329fc8;
  width: 100%;
  position: relative;
}
.wrapper {
  width: 1200px;
  display: block;
  margin: 0 auto;
  clear: both;
}
.rj_ban_d {
  position: absolute;
  right: 50%;
  top: 16%;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.rj_ban_d p {
  font-size: 54px;
}
.rj_ban, .rj_sub {
  position: relative;
  height: 520px;
}
.rj_ban a {
  width: 200px;
  height: 60px;
  position: absolute;
  background-color: #ffd800;
  font-size: 26px;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.rj_ban a:hover {
  text-decoration: none;
}
.rjtj {
  top: 18%;
  right: 25%;
}
.rjhz {
  top: 18%;
  right: 7%;
}
.marno {
  margin-right: 0 !important;
}
.wrapper dt {
  font-size: 32px;
  color: #333;
  text-align: center;
  padding: 30px 0 10px 52px;
  margin-right: 36px;
}
.wrapper img {
  width: 1200px;
  height: 120px;
  display: block;
  margin: 16px auto;
}
.wrapper ul {
  width: 1120px;
  display: block;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.wrapper li {
  float: left;
  width: 190px;
  text-align: center;
  margin-right: 120px;
}
.wrapper li em {
  font-size: 21px;
  color: #333;
}
.wrapper li p {
  font-size: 12px;
  color: #999;
}
.wrapper .sec_reg {
  padding: 50px 0 60px;
}
.wrapper .sec_reg a {
  width: 270px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background-color: #00a0e9;
  font-size: 21px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.rj_sub dl {
  width: 600px;
  margin: 0 auto;
}
.rj_sub dt {
  color: #fff;
  font-size: 54px;
  margin-bottom: 16px;
}
.rj_sub dd {
  padding: 20px 0 10px 52px;
  margin-left: 62px;
}
.rj_sub label {
  color: #fff;
  font-size: 22px;
  line-height: 26px
}
.rj_sub input {
  border: 1px solid #ccc;
  height: 26px;
  font-size: 16px;
  padding: 2px 4px;
  margin-right: 16px;
}
.fbsm {
  position: relative;
  margin-top: 16px;
  line-height: 36px;
}
/*资讯列表*/
ul.newArt_list {
	width: 100%;
	float: left;
}
ul.newArt_list li {
	margin: 20px 0 20px 0;
}
ul.newArt_list li a {
  height: 148px;
  background: #FFF;
  display: block;
	padding-bottom: 20px;
  border-bottom: 1px dashed #e5e5e5
}
ul.newArt_list li a .imgst {
  position: relative;
  float: left;
  width: 240px;
  height: 148px;
  min-height: 148px;
  overflow: hidden;
}
ul.newArt_list li a .imgst i {
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  left: 73px;
  top: 35px;
  background: url(images/img/jlimg.png) no-repeat;
  background-position: -285px -75px;
}
ul.newArt_list li a img {
  width: 240px;
  height: 148px;
}
ul.newArt_list li a .bt {
  font-weight: bold;
  width: 710px;
	margin-bottom: 8px;
  margin-left: 20px;
  color: #313131;
  float: left;
  font-size: 20px;
  height: 22px;
  overflow: hidden;
  line-height: 22px;
	margin-top: 4px;
}
ul.newArt_list li a p {
  width: 780px;
  margin-left: 20px;
  color: #777;
  float: left;
  font-size: 14px;
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  margin: 10px 0 0 20px;
  display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
ul.newArt_list li a .item {
  width: 710px;
  margin-left: 20px;
  float: left;
  font-size: 14px;
  margin-top: 10px;
  color: #b0b0b0;
}
ul.newArt_list li a .item .time {
  width: 128px;
}
ul.newArt_list li a .item .time i {
  background: url(images/img/jlimg.png) no-repeat center;
  height: 12px;
  width: 12px;
  background-position: -7px -4px;
  display: inline-block;
  margin-right: 4px;
}
ul.newArt_list li a .item .it {
  padding-left: 60px;
}
ul.newArt_list li a .item .it i {
  background: url(images/img/jlimg.png) no-repeat center;
  height: 13px;
  width: 14px;
  display: inline-block;
  margin-right: 4px;
}
ul.newArt_list li a .item .it i.in {
  background-position: -7px -4px;
}
ul.newArt_list li a .item .it i.eye {
  background-position: -10px -26px;
  width: 16px;
}
ul.newArt_list li a:hover .bt {
  color: #f0412a;
}
ul.newArt_list li a:hover .it {
  color: #f0412a;
}
ul.newArt_list li a:hover {
  background: url(images/img/li_bg1.jpg) repeat center;
  cursor: pointer;
  text-decoration: none;
}
ul.newArt_list li a:hover .it i.in {
  background-position: -111px -20px
}
ul.newArt_list li a:hover .it i.eye {
  background-position: -10px -41px
}