@charset "utf-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  width: 100%;
}
body {
  font-size: 14px;
  color: #333;
  line-height: normal;
  font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  background: #fff;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #00489e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
img {
  vertical-align: middle;
  border: 0;
}

.clearfix,
.clear:after,
.container:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
/* all */

/* container */
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 0px;
  margin: 0 auto;
}
/* header */
header {
  width: 100%;
  border-top: 8px solid #00489e;
}
header > .container {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
}
header .logo {
  float: left;
}
header .logo img {
  height: 66px;
  width: auto;
}
header .logowz {
  float: left;
  margin-left: 25px;
}
header .logowz img {
  height: 66px;
  width: auto;
}
header .tel {
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #7b7b7b;
  line-height: 1;
  height: 66px;
}
header .tel .iconfont {
  font-size: 50px;
  margin-right: 10px;
  color: #2f2f2f;
}
header .tel span {
  font-size: 24px;
  letter-spacing: 1px;
  color: #f48100;
  font-family: 'Impact';
  display: block;
  overflow: hidden;
  padding: 10px 0 0 0;
}
header .welcome {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #949494;
}
header .but {
  position: absolute;
  right: 10px;
  top: 0px;
  color: #fff;
  height: 23px;
  line-height: 1.4;
  padding: 0 0 0 20px;
  font-size: 12px;
}
header .but a {
  color: #fff;
  padding: 0 5px;
}
header .but a:hover {
  color: #f48100;
}
header .but:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 1000px;
  background: #00489e;
  border-radius: 0 0 0 30px;
  z-index: -1;
}
header .navbut {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 7px;
}
header .navbut i {
  height: 2px;
  background: #333;
  display: block;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0px;
  transition: all 0.3s;
}
header .navbut .w1 {
  top: 7px;
}
header .navbut .w2 {
  top: 17px;
}
header .navbut .w3 {
  top: 27px;
}
header .navbut.cur .w1 {
  top: 17px;
  transform: rotate(45deg);
}
header .navbut.cur .w2 {
  height: 0px;
}
header .navbut.cur .w3 {
  top: 17px;
  transform: rotate(-45deg);
}
header nav {
  background: #0266c9;
  width: 100%;
  height: 56px;
  line-height: 56px;
}
header nav li {
  float: left;
  border-left: 1px solid rgba(0, 95, 209, 0.5);
  position: relative;
  z-index: 999;
}
header nav li > a {
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 0 30px;
  font-size: 16px;
}
header nav li .sub {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
header nav li .sub a {
  display: block;
  overflow: hidden;
  color: #fff;
  line-height: 36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header nav li .sub a:last-child {
  border-bottom: 0;
}
header nav li .sub a:hover {
  background: rgba(244, 129, 0, 0.8);
}
header nav li:first-child {
  border-left: 0;
}
header nav li.on > a,
header nav li:hover > a {
  background: rgba(244, 129, 0, 1);
  color: #fff;
}

/* banner */
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner img {
  width: 100%;
  height: auto;
}
.banner .banner_next,
.banner .banner_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 5;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 5px;
  transition: all 0.3s;
}
.banner .banner_next:hover,
.banner .banner_prev:hover {
  background: rgba(0, 72, 158, 0.7);
}
.banner .banner_next {
  right: 2%;
}
.banner .banner_prev {
  left: 2%;
}
/* nbanner */
.nbanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.nbanner img {
  width: 100%;
  height: auto;
}



/* footnav */
.footnav {
  width: 100%;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background: #0059ab;
}
.footnav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.footnav ul li {
  color: #ccc;
}
.footnav ul li a {
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 0 18px;
}
.footnav ul li a:hover {
  color: #f0592d;
}
/* footer */
footer {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
footer .logo {
  height: 150px;
  margin: 0 30px 0 60px;
  width: 250px;
  float: left;
  position: relative;
  overflow: hidden;
}
footer .logo img {
  width: 220px;
  height: 150px;
}
footer .logo:before {
  width: 1px;
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: 0px;
  background: #eee;
  content: "";
}
footer .copy {
  width: 495px;
  float: left;
  overflow: hidden;
  line-height: 30px;
}
footer .copy a:hover {
  color: #ea3516;
}
footer .copy .icp {
  color: #888;
}
footer .copy .icp a {
  color: #888;
}
footer .copy .icp a:hover {
  color: #ea3516;
}
footer .ewm {
  float: right;
  margin-right: 60px;
}
footer .ewm li {
  float: left;
  margin-left: 25px;
  text-align: center;
}
footer .ewm li img {
  width: 110px;
  height: 110px;
  padding: 4px;
  border: 1px dotted #d7d7d7;
  margin-bottom: 5px;
}
footer .ewm li:first-child {
  margin-left: 0px;
}
/* backtop */
.backtop {
  width: 25px;
  height: 69px;
  position: fixed;
  left: 50%;
  margin-left: 620px;
  bottom: 20px;
  background: url(backtop.png);
  z-index: 999;
  cursor: pointer;
}
/* search */
.search {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  box-shadow: 0 0 10px #eee;
}
.search .key {
  float: left;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  width: 900px;
}
.search .key dt {
  float: left;
  font-weight: bold;
  color: #ea3516;
}
.search .key dd {
  float: left;
  margin-right: 10px;
}
.search .key dd a {
  color: #888;
}
.search .key dd a:hover {
  color: #f0592d;
}
.search .box {
  float: right;
}
.search .box input[type='text'] {
  width: 200px;
  height: 30px;
  border: 1px solid #eee;
  padding: 0 10px;
  float: left;
}
.search .box input[type='submit'] {
  width: 50px;
  height: 30px;
  background: #f0592d;
  color: #fff;
  border: 0;
  float: left;
  cursor: pointer;
  transition: all 0.7s;
}
.search .box input[type='submit']:hover {
  background: #ea3516;
}

/* in_tit */
.in_tit {
  overflow: hidden;
  text-align: center;
  padding: 0 0 30px 0;
}
.in_tit span {
  font-size: 30px;
  color: #333;
}
.in_tit em {
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 0 8px 0;
}
.in_tit p {
  display: inline-block;
  position: relative;
  color: #888;
}
.in_tit p:before,
.in_tit p:after {
  content: "";
  width: 34px;
  height: 2px;
  background: #f0592d;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.in_tit p:before {
  left: -54px;
}
.in_tit p:after {
  right: -54px;
}
/* in_box */
.in_box {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
/* in_bj */
.in_bj {
  background: #f5f5f5;
}
/* in_news */
.in_news .tit {
  height: 56px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px dotted #cacaca;
  padding: 0 20px;
}
.in_news .tit span {
  font-size: 16px;
  float: left;
  margin-left: 40px;
  font-weight: bold;
}
.in_news .tit span:first-child {
  margin-left: 0px;
}
.in_news .tit span.on {
  color: #ea3516;
}
.in_news .tit a {
  color: #999999;
  text-transform: uppercase;
  float: right;
}
.in_news .tit a:hover {
  color: #ea3516;
}
.in_news .boxsm {
  background: #fafafa;
  float: right;
  overflow: hidden;
  width: 300px;
  box-shadow: 0 0 15px #eee;
}
.in_news .boxsm .gund {
  height: 420px;
  overflow: hidden;
}
.in_news .boxsm .gund li {
  border-bottom: 1px dotted #d2d2d2;
  overflow: hidden;
  padding:0 20px; margin-top:15px; height:120px;
}
.in_news .boxsm .gund li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(icon_askw.png) left top no-repeat;
  height: 27px;
  line-height: 22px;
  padding-left: 30px;
  margin-bottom: 10px;clear:both
}
.in_news .boxsm .gund li .bt:hover {
  color: #f0592d;
}
.in_news .boxsm .gund li p {
  background: url(icon_askd.png) left top no-repeat;
  color: #999999;
  line-height: 22px;
  padding: 0 0 0 30px;
  height: 70px;
  display: block;
  overflow: hidden; clear:both
}
.in_news .boxbig {
  width: 880px;
  background: #fafafa;
  float: left;
  overflow: hidden;
  box-shadow: 0 0 15px #eee;
}
.in_news .boxbig .tit {
  padding: 0 30px;
}
.in_news .boxbig .tit span {
  cursor: pointer;
}

.in_news .boxbig .xun0 {
}
.in_news .boxbig .xun0  dl {
  height: 420px;

  padding: 30px 10px;
}
.in_news .boxbig .xun0  dl dt {
  height: 170px;
  position: relative;

  padding: 0 20px 10px 20px;
}
.in_news .boxbig .xun0  dl dt .pic {
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.in_news .boxbig .xun0  dl dt .pic img {
  width: auto;
  height: 170px;
  transition: all 0.7s;
}
.in_news .boxbig .xun0  dl dt .pic img:hover {
  transform: scale(1.1);
}
.in_news .boxbig .xun0  dl dt .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.in_news .boxbig .xun0  dl dt p {
  display: block;
  overflow: hidden;
  height: 104px;
  line-height: 26px;
  margin: 15px 0 10px 0;
}
.in_news .boxbig .xun0  dl dt .more {
  color: #999999;
  line-height: 20px;
  text-transform: uppercase;
}
.in_news .boxbig .xun0  dl dt .more:hover {
  color: #ea3516;
}
.in_news .boxbig .xun0  dl dd { margin-left:20px;
  width: 390px;
  float: left; height:40px; border-bottom:1px #CCCCCC dashed; overflow:hidden; background:url(icon0.png) no-repeat center left;
}
.in_news .boxbig .xun0  dl dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dotted #ddd;
  line-height: 44px;
  position: relative;
  padding: 0 0 0 15px;
}
.in_news .boxbig dl .xun0 dd a:before {
  position: absolute;
  left: 2px;
  top: 50%;
  content: "";
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 4px solid #ea3516;
  border-bottom: 3px solid transparent;
}
/* in_about */
.in_about {
  background: url(bj_inabout.jpg) center top no-repeat;
  margin-bottom: -125px;
  position: relative;
  z-index: 1;
}
.in_about .in_tit {
  background: rgba(255, 255, 255, 0.5);
  max-width: 400px;
  margin: 0 auto;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px #ddd;
}
.in_about .container {
  background: #fff;
  padding: 50px 0;
  overflow: hidden;
  box-shadow: 0 0 20px #ddd;
}
.in_about .video {
  float: left;
  margin-left: 50px;
  background: #000;
}
.in_about .video video {
  width: 450px;
  height: 320px;
  float: left;
}
.in_about .video video::-internal-media-controls-download-button {
  display: none;
}
.in_about .video video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.in_about .video video::-webkit-media-controls-panel {
  width: calc(107%);
}
.in_about .box {
  margin-right: 50px;
  background: #fafafa;
  overflow: hidden;
  width: 650px;
  height: 320px;
  padding: 0 35px;
  float: right;
  line-height: 2;
  color: #888;
}
.in_about .box .info {
  height: 228px;
  overflow: hidden;
  margin: 25px 0 10px 0;
  text-align: justify;
}
.in_about .box strong {
  color: #ea3516;
  font-size: 16px;
}
.in_about .box .more {
  float: left;
  display: block;
  overflow: hidden;
  color: #c01f31;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_about .box .more .iconfont {
  font-size: 18px;
  margin-right: 5px;
}
.in_about .box .more:hover {
  color: #ea3516;
}
/* in_gsry */
.in_gsry .tab {
  overflow: hidden;
  text-align: center;
  padding: 0 0 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.in_gsry .tab ul li {
  float: left;
}
.in_gsry .tab ul li a {
  display: block;
  overflow: hidden;
  line-height: 44px;
  background: #ecebe8;
  font-size: 16px;
  padding: 0 30px;
}
.in_gsry .tab ul li.on a {
  background: #0059ab;
  color: #fff;
}
.in_gsry .xun ul {
  overflow: hidden;
  margin: 0 -16px;
}
.in_gsry .xun ul li {
  width: 275px;
  float: left;
  overflow: hidden;
  background: #fff;
  margin: 0 16px;
}
.in_gsry .xun ul li .pic {
  display: block;
  overflow: hidden;
}
.in_gsry .xun ul li .pic img {
  width: 100%;
  height: 215px;
  transition: all 0.7s;
}
.in_gsry .xun ul li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 40px;
}
.in_gsry .xun ul li:hover .pic img {
  transform: scale(1.1);
}
.in_gsry .xun ul li:hover .bt {
  background: #0059ab;
  color: #fff;
}
.in_gsry .but {
  overflow: hidden;
  text-align: center;
  padding: 30px 0 0 0;
  font-size: 16px;
  line-height: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_gsry .but a {
  background: #0059ab;
  color: #fff;
  padding: 0 35px;
}
.in_gsry .but a:hover {
  background: #f48100;
}
.in_gsry .but span {
  padding: 0 25px;
  background: #f48100;
  color: #fff;
  margin-left: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_gsry .but i {
  font-size: 24px;
  margin-right: 10px;
}
/* in_heng */
.in_heng {
  width: 100%;
  overflow: hidden;
  background: url(bj_incont.jpg) center top no-repeat;
  height: 216px;
  color: #fff;
}
.in_heng .left {
  float: left;
  font-size: 24px;
  line-height: 2;
  padding: 40px 0 0 0;
  letter-spacing: 2px;
}
.in_heng .left .bt {
  font-size: 36px;
}
.in_heng .left span {
  color: #f0592d;
}
.in_heng .right {
  float: right;
  text-align: right;
  padding: 40px 0 0 0;
}
.in_heng .right .tel {
  font-size: 30px;
  padding: 15px 0 20px 0;
  text-shadow: 0 0 1px #000;
}
.in_heng .right a {
  background: #c01f31;
  color: #fff;
  display: block;
  overflow: hidden;
  width: 100px;
  line-height: 40px;
  text-align: center;
  float: right;
}
.in_heng .right a:hover {
  background: #fff;
  color: #c01f31;
}
/* in_sida */
.in_sida {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 20px 0;
}
.in_sida dl {
  margin-top: 20px;
  overflow: hidden;
}
.in_sida dl dt {
  float: right;
  width: 555px;
  margin-top: 20px;
}
.in_sida dl dt img {
  width: 100%;
  height: auto;
}
.in_sida dl dd {
  float: left;
  width: 550px;
  position: relative;
  padding: 0 0 0 65px;
}
.in_sida dl dd .xh {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #0059ab;
  color: #fff;
  width: 50px;
  height: 75px;
  font-size: 32px;
  text-align: center;
  overflow: hidden;
}
.in_sida dl dd .xh i {
  font-family: 'deckerregular';
  line-height: 58px;
  display: inline-block;
}
.in_sida dl dd .xh .one {
  margin-left: 5px;
}
.in_sida dl dd .xh:before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  height: 2px;
  background: #fff;
  top: 58px;
}
.in_sida dl dd .bt {
  overflow: hidden;
}
.in_sida dl dd .bt strong {
  display: block;
  overflow: hidden;
  color: #333;
  font-size: 26px;
  line-height: 30px;
  padding: 0 0 14px 0;
  border-bottom: 2px dotted #ccc;
  color: #f48100;
}
.in_sida dl dd .bt em {
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  color: #999;
  padding-top: 10px;
  font-size: 16px;
}
.in_sida dl dd .info {
  line-height: 30px;
  padding-left: 32px;
  margin-top: 15px;
  background: url(icon_ye.gif) no-repeat left 6px;
  margin-bottom: 30px;
  text-align: justify;
}
.in_sida dl dd .info span {
  color: #f48100;
  font-weight: bold;
}
.in_sida dl:first-child dt {
  float: left;
  margin-top: 0;
}
.in_sida dl:first-child dd {
  float: right;
}

/* in_link */
.in_link {
  overflow: hidden;
  width: 100%;
  padding: 20px 0 0 0;
}
.in_link .tit {
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  float: left;
  background: #ea3516;
  padding: 5px 20px;
}
.in_link .tit span {
  font-size: 18px;
  padding: 0 5px 0 0;
}
.in_link .tit em {
  color: #f0592d;
  text-transform: uppercase;
}
.in_link ul {
    width: 1025px;
    margin: 0 auto;
}
.in_link ul li {
  padding: 0 10px;
  float: left;
  line-height: 24px;
}
.in_link ul li a {
  display: block;
  overflow: hidden;
  color: #888;
}
.in_link ul li a:hover {
  color: #ea3516;
}

.cp_top{ width:1200px; height:100px; background:url(cp_top.jpg) no-repeat; margin:0 auto; margin-top:50px; margin-bottom:40px;}
.main{ width:1200px; height:auto; overflow:hidden;  margin:0 auto; margin-top:20px; margin-bottom:20px;}
/*left*/
.left0{ float:left; width:244px; }
.left_top{ width:244px; height:71px; background:url(left_top.jpg) no-repeat; margin:0 auto}
.left_tf{ width:244px; height:71px; margin:0 auto; text-align:center; line-height:71px; font-family:"微软雅黑"; font-size:24px; color:#FFF}
.left_bg{ width:244px; height:auto; overflow:hidden; background:url(left_bg.jpg) repeat-y; margin:0 auto;}
.left_bt{ width:244px;  height:20px; overflow:hidden; background:url(left_bt.jpg) no-repeat; margin:0 auto;margin:0 auto;}

.left_list{ width:208px; margin:0 auto;}
.left_list ul{}
.left_list ul li{ width:208px; height:37px; background:url(left_list.jpg) no-repeat; margin:0 auto; font-size:16px; font-weight:bold; line-height:37px; margin-top:5px; overflow:hidden;}
.left_list ul li a:link{padding-left:30px; display:block;text-decoration:none; color:#FFFFFF}
.left_list ul li a:visited{ display:block;text-decoration:none; color:#FFFFFF}
.left_list ul li a:hover{  height:37px; line-height:37px; display:block;text-decoration:none; color:#fff; background:url(left_list0.jpg) no-repeat; }
.left_list ul li a:active{ display:block;text-decoration:none; color:#fff}

.left_list0{ width:208px; margin:0 auto;}
.left_list0 ul{}
.left_list0 ul li{ width:208px; height:35px; background:url(left_list1.jpg) no-repeat center left; border-bottom:1px #333333 dashed; margin:0 auto; line-height:35px; overflow:hidden}
.left_list0 ul li a:link{padding-left:20px; display:block;text-decoration:none; color:#333}
.left_list0 ul li a:visited{ display:block;text-decoration:none; color:#333}
.left_list0 ul li a:hover{  height:35px; line-height:35px;display:block;text-decoration:none; color:#e8840f}
.left_list0 ul li a:active{ display:block;text-decoration:none; color:#e8840f}


.left_lx_top{ width:244px; height:64px; background:url(left_top.jpg) no-repeat; margin:0 auto; margin-top:10px;}
.left_lx_tf{ width:244px; height:58px; margin:0 auto; text-align:center; line-height:58px; font-family:"微软雅黑"; font-size:24px; color:#FFF}
.left_lx_bg{ width:244px; height:auto; overflow:hidden; background:url(left_bg.jpg) repeat-y; margin:0 auto;}
.left_lx_bt{ width:244px;  height:76px; overflow:hidden; background:url(left_lx_bt.jpg) no-repeat; margin:0 auto;margin:0 auto;}


/*right*/
.right0{ float:right;width:940px;}
.right_top{ width:940px; height:37px; background:url(right_top.jpg) no-repeat; margin:0 auto}
.right_tf{ float:left; margin-left:20px!important; margin-left:20px; line-height:37px; color:#333; font-size:20px; font-family:"微软雅黑"; }
.right_r{ text-align:right; line-height:37px; margin-right:20px!important; margin-right:10px;color:#333; }
.right_r a{ color:#333;}
.right_bg{ width:940px; height:auto; overflow:hidden; background:url(right_bg.jpg) repeat-y; margin:0 auto; }
.right_bt{ width:940px; height:10px; overflow:hidden; background:url(right_bt.jpg) no-repeat; margin:0 auto; }

.right_con{ width:920px; height:auto; overflow:hidden; margin:0 auto; color:#333; line-height:30px; margin-top:20px;}


.cp_list{ float:left; width:300px; height:260px; margin-left:5px; margin-right:5px;}
.cp_list a{width:300px; height:250px; border:1px #ccc solid; display:block; background-color:#FFFFFF}
.cp_list a:hover{width:300px; height:250px; border:1px #CCCCCC solid; display:block; background-color:#0059ab; color:#FFFFFF}


.news_list{ width:98%; line-height:40px; border-bottom:1px #CCCCCC dashed; background:url(icon0.png) no-repeat center left; margin:0 auto; text-indent:20px;}
.data{ float:right; line-height:30px;}