@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/GOTHIC.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GOTHIC.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/GOTHIC.woff') format('woff'),
       url('../fonts/GOTHIC.ttf')  format('truetype'), 
       url('../fonts/GOTHIC.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'MyriadSetPro';
  src: url('../fonts/MyriadSetPro.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MyriadSetPro.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/MyriadSetPro.woff') format('woff'), 
       url('../fonts/MyriadSetPro.ttf')  format('truetype'), 
       url('../fonts/MyriadSetPro.svg#svgFontName') format('svg'); 
}
.contentBg {
    background-image: url("../images/newsBg.jpg");
    background-size: cover;
    background-position: center bottom;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    z-index: 100;
}

.content {
    width: 938px;
    height: 800px;
    margin: 0 auto;
    background: #fff;
    opacity: 0.9;
    padding: 0 26px;
}

.content h3 {
    font-size: 30px;
    font-family: "Century Gothic";
    color: #999;
    text-align: center;
    line-height: 40px;
    padding-top: 60px;
    margin-bottom: 70px;
}

.content h3 span {
    font-family: "arial";
}

.content .tecList .tecWarp {
    width: 920px;
    height: 218px;
    background: #7d7d7c;
    margin: 0 auto;
    margin-bottom: 70px;
    padding-left: 22px;
}

.content .time {
    font-size: 13px;
    font-family: "Century Gothic";
    color: #fff;
    line-height: 13px;
    padding: 16px 0 10px;
}

.content .listTitle {
    font-size: 18px;
    font-family: "Century Gothic";
    color: #fff;
    line-height: 23px;
    padding-bottom: 16px;
}

.content .listCnt {
    font-size: 13px;
    font-family: "MyriadSetPro";
    color: #fff;
    width: 450px;
    line-height: 16px;
    padding-bottom: 40px;
}

.tecList div a,.content .tecList div span {
    font-size: 15px;
    font-family: "Century Gothic";
    color: #6eb92b;
}

.tecList div a:hover {
    border-bottom: 1px solid #6eb92b;
}


.title {
    width: 990px;
    margin: 0 auto 10px;
    background: #000;
    opacity: 0.6;
}

.title h2 {
    font-size: 20px;
    font-family: "Century Gothic";
    line-height: 42px;
    color: #fff;
    margin-left: 26px;
}

.footer {
    padding-bottom: 62px;
}

.footerTx {
    margin-top: 9px;
}

.tecList .tecPg{
    float: left;
}
.tecList .tecImg{
    width: 430px;
    float: right;
}