normalize article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
img {
    display: block;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "微软雅黑";
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
ul,
li,
dl,
dt,
dd {
    margin: 0;
}

html {
    font-size: 16px;
    line-height: 1.4em;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑";
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:visited {
    color: #333;
}

a:hover,
a:active {
    color: #005bcb;
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a {
    /* IE下去掉超链接获取焦点时产生的虚框 */
    noFocusLine: expression(this.onFocus=this.blur());
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

form {
    margin: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

input {
    border: 0px;
    outline: 0px;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    zoom: 1
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width:1161px) {

    html,
    body {
        width: 1160px;
    }
}

.section {
    width: 1100px;
    margin: 30px auto 0;
}

.section .title {
    margin-bottom: 20px;
}

.section .title h3 a {
    display: block;
    margin: 0 auto;
    width: 1100px;
    height: 100px;
    /* background-size: 150%; */
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    text-align: center;
}

.section .title h3 a img {
    margin: 0 auto;
}

#header {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    background: url(../images/bg.jpg) center top no-repeat;
    text-align: center;
    overflow: hidden;
}

#head {
    position: relative;
    width: 1160px;
    height:660px;
    margin: 0 auto;
    overflow: hidden;
}

#head h1 {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

.logo-box {
    position: absolute;
    top: 50px;
    left: 30px;
    width: 1100px;
    height: 120px;
    /* background: url(../images/logo.png) center center no-repeat; */
}

.keynote {
    position: absolute;
    top: 220px;
    left: 22px;
    width: 680px;
    height: 210px;
    background: url(../images/keynote.png) center top no-repeat;
    animation: grow 3s ease-in-out;
    -webkit-animation: grow 3s ease-in-out;
}

@-webkit-keyframes grow {
    0% {
        height: 0;
    }

    100% {
        height: 550px;
    }
}

@keyframes grow {
    0% {
        height: 0;
    }

    100% {
        height: 550px;
    }
}

.main {
    position: relative;
    width: 100%;
    padding: 50px 0 100px;
    background: url(../images/bg01.jpg) center bottom no-repeat;
}

.introduction {
    width: 1100px;
    height: 205px;
    margin: 0 auto 50px;
    background: url(../images/bg-introduction.jpg) center top no-repeat;
}

.introduction p {
    box-sizing: border-box;
    width: 1100px;
    margin: 0 auto;
    padding: 30px 60px 0 200px;
    color: #5a505d;
    font-size: 16px;
    line-height: 36px;
    text-indent: 2em;
    text-align: justify;
}


/* 焦点大图 */
.section-news {
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

.pic-content {
    position: relative;
    width: 640px;
    height: 420px;
    margin: 0 20px 20px 0;
    overflow: hidden;
    text-align: left;
}

.picList li {
    position: relative;
}

.picList .pic img {
    width: 640px;
    height: 360px;
}

.picList .title {
    width: 640px;
    height: 60px;
    background: #005bcb;
}

.picList .title h5 a {
    display: inline-block;
    margin: 10px 20px 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.picInfo {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.picInfo .prevStop,
.picInfo .nextStop {
    color: #999;
}

.picInfo ul {
    float: right;
    margin-top: 16px;
    overflow: hidden;
}

.picInfo ul li {
    float: left;
    width: 10px;
    height: 10px;
    background: url("../images/bg-dot.png") no-repeat;
    margin-right: 5px;
    font-size: 0;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
}

.picInfo ul li.on {
    width: 25px;
    background: url("../images/bg-active.png") no-repeat;
}

.control-button {
    position: absolute;
    left: 0px;
    top: 136px;
    width: 40px;
    height: 80px;
}

.control-button .prev,
.control-button .next {
    display: none;
    position: absolute;
    width: 40px;
    height: 80px;
    cursor: pointer;
    font-size: 0;
    text-indent: -999em;
}

.pic-content:hover .control-button .prev,
.pic-content:hover .control-button .next {
    display: block;
}

.control-button .prev {
    left: 0px;
    background: url(../images/button-left.png) no-repeat;
}

.control-button .prev:hover {
    /* left: 0px; */
    background: url(../images/button-left-active.png) no-repeat;
}

.control-button .next {
    right: -600px;
    background: url(../images/button-right.png) no-repeat;
}

.control-button .next:hover {
    /* right: 0px; */
    background: url(../images/button-right-active.png) no-repeat;
}


/* 要闻 */
.news-content {
    width: 440px;
    height: 420px;
    text-align: left;
    border-top: 1px dashed #cdcdcd;
}

.news-content .news-list ul {
    list-style: none;
    /* margin-top: 15px; */
}

.news-content .newsList ul li {
    box-sizing: border-box;
    height: 93px;
    *height: 92px;
    /* IE7 */
    line-height: 92px;
    border-bottom: 1px dashed #cdcdcd;
}

.news-content .newsList ul li i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    font-size: 0;
}

.news-content .newsList ul li h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 22px;
    text-align: left;
}

.news-content .newsList ul li h5 a {
    display: inline;
    vertical-align: middle;
    /* margin-right: 6px; */
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    /* text-align: left; */
}

.news-content .newsList ul li:nth-of-type(1) h5 a {
    letter-spacing: 0.5px;
}

.news-content .newsList ul li h5 a:hover {
    color: #005bcb;
}

.news-content .newsList .more {
    width: 100%;
    margin-top: 12px;
    background: #005bcb;
    text-align: center;
}

.news-content .newsList .more a {
    display: block;
    width: 430px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}


/* 稿件 */
.news {
    width: 1160px;
    margin-bottom: 20px;
    text-align: left;
}

.news li {
    box-sizing: border-box;
    width: 535px;
    height: 69px;
    margin: 0 30px 10px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #ccc;
    background: url(../images/square-blue.jpg) 5px 32px no-repeat;
    float: left;
}

.news li i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    font-size: 0;
}

.news li h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 24px;
    text-align: left;
}

.news li h5 a {
    display: inline;
    vertical-align: middle;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    /* text-align: left; */
}

.news li h5 a:hover {
    color: #005bcb;
}


/* 网信专家谈 */
.viewpoint {
    position: relative;
    width: 1100px;
    height: 585px;
    margin-top: 30px;
    background: url(../images/bg-viewpoint.jpg) center top no-repeat;
    text-align: center;
    overflow: hidden;
}

.viewpoint-section {
    padding-top: 30px;
}

#viewpoint .pic-content{
    width: 1050px;
    margin: 0 auto;
}

#viewpoint .pic img {
    width: 525px;
    height: 295px;
}

#viewpoint .title {
    box-sizing: border-box;
    width: 525px;
    height: 275px;
    margin-top: 10px;
    padding: 20px;
    background: rgba(204, 246, 255, .6);
}

#viewpoint .title h5 a {
    margin: unset;
    padding: 20px 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

#viewpoint .title p a {
    color: #005bcb;
}

#viewpoint .control-button {
    top: 100px;
}

#viewpoint .control-button .next {
    right: -1010px;
}

#viewpoint .picInfo {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#viewpoint .picInfo ul {
    float: unset;
    display: inline-block;
    margin: 0 auto;
}

#viewpoint .picInfo ul li {
    margin: 0 10px;
    background: #60d1e9;
    border-radius: 5px;
}

#viewpoint .picInfo ul li.on {
    background: #005bcb;
}


/* 媒体观察 */
.report {
    width: 1100px;
    height: 600px;
    overflow: hidden;
}

.report .title {
    margin-bottom: 30px;
}

.report .pic {
    position: relative;
    float: left;
    width: 525px;
    height: 295px;
}

.report .pic li {
    position: absolute;
    width: 525px;
    height: 295px;
    float: left;
}

.report .pic li:nth-of-type(2) {
    top: 170px;
    right: -550px;
}

.report .pic li a .scale-img {
    width: 525px;
    height: 295px;
    overflow: hidden;
}

.report .pic li a img {
    width: 525px;
    height: 295px;
}

.report .pic li a .play {
    position: absolute;
    top: 115px;
    left: 232px;
    width: 70px;
    height: 70px;
    background: url(../images/play.png) center center no-repeat;
}

.report .pic li a h5 {
    margin-top: 10px;
    height: 60px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}

.report .pic li a .title {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 525px;
    height: 46px;
    background: rgba(0, 68, 213, .85);
    padding: 5px 5px 0;
    margin-bottom: 0;
    color: #fff;
    line-height: 50px;
}

.report .pic li a .title h5 {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    width: 525px;
    padding: 0 10px;
    margin: 0;
    line-height: 34px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report .pic li a .title i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    font-size: 0;
}

.report .news {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 525px;
    height: 300px;
    margin-top: 0px;
    margin-left: 25px;
}

.report .news li {
    width: 525px;
    height: 79px;
    margin: 0 25px 0 0;
    background-position-y: 39px;
}

.news li:nth-of-type(3) {
    position: absolute;
    top: 300px;
    left: -550px;
}

.news li:nth-of-type(4) {
    position: absolute;
    top: 385px;
    left: -550px;
}


/* 图片放大效果 */
.scale-img {
    overflow: hidden;
}

.scale-img img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    transition: .5s all linear;
    -ms-transition: .5s all linear;
    /* IE 9 */
    -moz-transition: .5s all linear;
    /* Firefox */
    -webkit-transition: .5s all linear;
    /* Safari å’Œ Chrome */
    -o-transition: .5s all linear;
    /* Opera */
}

.scale-img:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
}




