@import url(typo.css);
/* For FPGA */
/* Link */
a {
  color: #4d4b4b;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a.more {
    color: #cb010f;
    font-size: 12px; }

/*改开始*/
.notice {
  color: #cb010f; 
  font-size: 17px;
  }
  .box .hd h2 {
    height: 30px;
    color: #cb010f;
    font-size: 16px;
    font-weight: bold;
}
  .block .hd h2 {
    height: 30px;
    color: #cb010f;
    font-size: 16px;
    font-weight: bold;
}
.title {
    height: 30px;
    color: #cb010f;
    font-size: 16px;
    font-weight: bold;
}
/*改结束*/


.notice {
  color: #cb010f; }

.wrapper {
  width: 100%;
  min-width: 960px;
  background-color: #868686; }

.container {
  width: 960px;
  margin: 0 auto; }

.header {
  zoom: 1;
  text-align: left; }
  .header:before, .header:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .header:after {
    clear: both; }

.logo {
  float: left; }
  .logo img {
    display: block; }

.nav {
  float: left; }
  .nav li {
    display: inline; }
  .nav a {
    font-size: 12px;
    color: #FFF;
    font-family: 'MicrosoftYaHei';
    line-height: 26px;
    padding-right: 2em;
    text-decoration: none; }
    .nav a:hover, .nav a .focus {
      color: #cb010f; }
  .nav.right {
    float: right; }
    .nav.right a {
      padding-left: 2em;
      padding-right: 0; }

.search-box {
  zoom: 1;
  padding-top: 18px;
  padding-bottom: 10px; }
  .search-box:before, .search-box:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .search-box:after {
    clear: both; }

.banner-box img {
  display: block; }
.banner-box .description {
  background-color: #0a1835;
  padding: 0 10px; }
.banner-box .description h1 {
  font-size:1.4em;
  color: #ffffff;
  font-weight:bold;
  
}

.more-box {
  position: relative;
  height: 15px; }
  .more-box .more {
    position: absolute;
    right: 0px;
    top: 0px; }

.box {
  margin-bottom: 10px; }
  .box .hd {
    line-height: 30px;
    border: 1px #dadada  solid;
    /*border-bottom: 0;*/
    background-color: #f0f0f0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
    .box .hd .more {
      position: absolute;
      right: 10px;
      top: 0px; }
    .box .hd h3 {
      height: 30px;
      color: #cb010f;
      font-size: 16px;
      font-weight:bold;}
  .box .bd {
    /*border: 1px #dadada  solid;*/
    padding: 10px; }
  .box .block {
    /* border: 1px solid #CCC; */}
  .box .row {
    margin-top: 10px; }
    .box .row .grid-50-left, .box .row .grid-50-right {
      width: 49%; }
    .box .row .grid-50-right {
      margin-right: -2px; }
      .box .row .block-hd{
        border-bottom: 3px solid #dadada;
      height: 30px;
      line-height: 30px;
      margin: 0 auto;
      width: 300px;
      }
    .box .row .block-hd span
      {
        color: #00146d;
        font-size: 16px;
        height: 30px;
      }
    .box .row li
    {
        background: url("../images/ico_ball.png") no-repeat scroll 5px 13px rgba(0, 0, 0, 0);
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        padding-left: 18px;
    }

/* for QA */
.qa-list li h4 {
  color: #cb010f; }
  .qa-list li h4:before {
    content: "Q: "; }
.qa-list li p {
  padding-left: 19px;
  position: relative;
  margin-bottom: 24px; }
  .qa-list li p:before {
    content: "A: ";
    position: absolute;
    top: 0px;
    left: 0px; }

/* for Video List */
.video-list {
  margin-right: -10px;
  zoom: 1; }
  .video-list:before, .video-list:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .video-list:after {
    clear: both; }
  .video-list li {
    width: 300px;
    height: 260px;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 10px; }
    .video-list li .v img {
      height: 230px;
      width: 304px;
      display: block; }
    .video-list li .caption {
      height: 30px;
      line-height: 30px;
      width: 300px;
      text-align: center;
      background-color: #F0F0F0; }

/* search box */
.search-box form {
  float: right; }
  .search-box form input {
    float: left;
    height: 36px;
    width: 250px;
    padding-left: 10px;
    border: 1px #cb010f solid; }
  .search-box form button {
    width: 57px;
    height: 38px;
    float: left;
    background-color: #cb010f;
    border: 0;
    color: #FFF; }

.row {
  zoom: 1; }
  .row:before, .row:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .row:after {
    clear: both; }

.grid-100 {
  width: 100%; }

.grid-50-left {
  width: 50%;
  float: left; }

.grid-50-right {
  width: 50%;
  float: right; }

.side-banner {
  margin-bottom: 10px; }
  .side-banner img {
    border: 1px solid #dadada;
    width: 312px;
    display: block; }

.footer-nav {
  min-width: 960px;
  background-color: #f2f2f2;
  padding: 20px 30px; }
  .footer-nav .footer > li {
    float: left;
    width: 213px; }
  .footer-nav strong {
    font-size: 12px; }
  .footer-nav a {
    color: #868686;
    font-size: 12px; }
  .footer-nav .wechat, .footer-nav .weibo {
    margin-left: 10px;
    margin-bottom: -4px;
    display: inline-block;
    width: 24px;
    height: 19px;
    background: url(../images/ico_weixin_weibo.png) 0 0 no-repeat; }
  .footer-nav .weibo {
    background-position: right; }
  .footer-nav .qrcode {
    margin-top: 8px; }
    .footer-nav .qrcode img {
      display: block; }

.copyright {
  min-width: 960px;
  text-align: center;
  font-size: 12px;
  background-color: #868686;
  color: #FFF; }

.grid {
  zoom: 1;
  min-height: 300px;
  margin-top: 10px; }
  .grid:before, .grid:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .grid:after {
    clear: both; }
  .grid .maintext {
    width: 635px;
    float: left; }
  .grid .sidebar {
    width: 314px;
    float: right; }
	.grid .sidebar .name {
      height: 28px;
      line-height: 25px;
      width: 314px;
      text-align: center;
      background-color: #dadada; }
    .grid .sidebar .block {
      background-color: #f0f0f0;
      margin-bottom: 14px;
      padding-bottom: 10px; }
      .grid .sidebar .block .hd {
        height: 30px;
        line-height: 30px;
        border-bottom: 3px #dadada solid;
        width: 300px;
        margin: 0 auto; }
        .grid .sidebar .block .hd h3 {
          height: 30px;
          color: #cb010f;
          font-size: 16px;
          font-weight:bold;}
      .grid .sidebar .block .bd {
        width: 300px;
        margin: 0 auto; }
        .grid .sidebar .block .bd li {
          padding-left: 18px;
          background: url(../images/ico_ball.png) 5px 13px no-repeat;
          line-height: 30px;
          height: 30px;
          overflow: hidden; }
          .grid .sidebar .block .bd li a {
            font-size: 14px; }

/*# sourceMappingURL=style.css.map */
