/* yui3 reset.css */

html {
    color: #000;
    background: #FFF
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,
img {
    border: 0
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}
ol,
ul {
    list-style: none
}
caption,
th {
    text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}
q:before,
q:after {
    content: ''
}
abbr,
acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
legend {
    color: #000
}
iframe {
    display: block;
}

/* yui3 fonts */

body {
    min-width: 1280px;
    font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}
select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif
}
table {
    font-size: inherit;
    font: 100%
}
pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}
a {
    text-decoration: none;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.l {
    float: left !important;
}
.r {
    float: right !important;
}
.hidden {
    display: none !important;
}
.invisible {
    visibility: hidden !important;
}
.ewb-ml10 {
    margin-left: 10px;
}
.ewb-mt11 {
    margin-top: 11px;
}
.ewb-mt20 {
    margin-top: 20px;
}
.ewb-ml20 {
    margin-left: 20px;
}
.ewb-mt5 {
    margin-top: 5px;
}
a:hover {
    cursor: pointer;
}
input,
button {
    font-family: "Microsoft YaHei";
    border: none;
    outline: 0;
}
input::-webkit-input-placeholder {
    color: #999;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}
.placeholder {
    color: #999;
}

/* header */

.ewb-top {
    line-height: 31px;
    background: #fff;
}
.ewb-top-l {
    float: left;
}
.ewb-top-l>li {
    float: left;
    margin-left: 20px;
}
.ewb-top-l>li:first-child {
    margin-left: 0;
}
.ewb-top-link {
    display: block;
    padding-left: 25px;
    color: #333;
    background-repeat: no-repeat;
    background-position: left center;
}
.ewb-top-link.link1 {
    background-image: url(../images/top_icon1.png);
}
.ewb-top-link.link2 {
    background-image: url(../images/top_icon2.png);
}
.ewb-top-link.link3 {
    background-image: url(../images/top_icon2.png);
}
.ewb-top-link.link4 {
    background-image: url(../images/top_icon4.png);
}
.ewb-top-r {
    float: right;
}
.ewb-top-r>li {
    float: left;
    margin-left: 25px;
}
.ewb-top-r>li:first-child {
    margin-left: 0;
}
.ewb-top-r .ewb-top-link {
    color: #282828;
}
.ewb-top-link.link5 {
    background-image: url(../images/top_icon5.png);
}
.ewb-top-link.link6 {
    background-image: url(../images/top_icon6.png);
}
.ewb-top-link.link7 {
    background-image: url(../images/top_icon7.png);
}
.ewb-top-link.link8 {
    background-image: url(../images/top_icon8.png);
}
.ewb-top-link.link9 {
    background-image: url(../images/top_icon9.png);
}

/* ewb-wrap */

.ewb-wrap {
    height: 360px;
    background: url(../images/top_bar.jpg) no-repeat center top;
}
.ewb-wrap-t {
    height: 314px;
}
.ewb-logo {
    float: left;
    margin-top: 79px;
}
.ewb-wrap-r {
    float: right;
    margin-top: 122px;
}
.ewb-search-box {
    position: relative;
    width: 425px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #c8cacc;
    background: #fff;
}
.ewb-search input {
    float: left;
    width: 370px;
    height: 38px;
    line-height: 38px;
    text-indent: 15px;
}

.ewb-search button {
    float: left;
    width: 55px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    background: url(../images/ser.png) no-repeat 17px center;
}
.ewb-search-help {
    float: left;
    width: 80px;
    margin-left: 10px;
}
.ewb-search-help>a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background: #e12727;
    transition: all .2s ease-in-out;
}
.ewb-search-help>a:hover {
    background: #d12424;
}
.ewb-search-help>a:active {
    background: #c22121;
}
.ewb-hot {
    margin-top: 9px;
}
.ewb-hot>li {
    float: left;
    margin-left: 10px;
    line-height: 22px;
}
.ewb-hot>li:first-child {
    margin-left: 0;
}
.ewb-hot>li a {
    color: #333;
}

/* nav */

.ewb-nav {
    background: url(../images/nav_bg.png);
}
.ewb-nav ul {
    margin: 0 100px;
}
.ewb-nav-item {
    float: left;
    width: 16.6667%;
    text-align: center;
    transition: background-color .1s ease-in-out;
}
.ewb-nav-item a {
    display: block;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
}
.ewb-nav-item:hover,
.ewb-nav-item.cur {
    background-color: #e12727;
}

/* 今日头条 */

.ewb-notice {
    line-height: 50px;
    background: #e9ecf2;
}
.ewb-notice-l {
    width: 69%;
}
.ewb-notice-sp {
    float: left;
    font-size: 20px;
    width: 85px;
    font-weight: bold;
    color: #2e63db;
    padding-left: 18px;
    background: url(../images/notice_icon1.png) no-repeat left center;
}
.ewb-notice-items {
    width: 76%;
}
.ewb-notice-items li a {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #333;
    margin-right: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ewb-notice-date {
    font-size: 20px;
    color: #999;
}
.ewb-notice-r p {
    float: left;
}
.ewb-notice-info1 {
    display: inline-block;
    color: #3478e9;
}
.ewb-notice-info2 {
    padding-left: 26px;
    margin-left: 14px;
    background: url(../images/notice_icon2.png) no-repeat left center;
}
.ewb-notice-info3 {
    margin-left: 24px;
    padding-right: 22px;
    color: #3478e9;
    background: url(../images/notice_icon3.png) no-repeat right center;
}

/*footer */

.ewb-footer {
    font-size: 12px;
    background: #d3e4f5;
}
.ewb-foot-con {
    position: relative;
    padding: 26px 0 24px 0;
    text-align: center;
}
.ewb-foot-link a {
    display: inline-block;
    line-height: 32px;
    color: #333;
    margin-left: 12px;
}
.ewb-foot-link a:first-child {
    margin-left: 0;
}
.ewb-foot-con p {
    line-height: 32px;
}
.ewb-foot-gn {
    color: #333;
}
.ewb-foot-gn img {
    display: inline-block;
    margin-right: 12px;
}
.ewb-foot-icon {
    position: absolute;
}
.ewb-foot-icon.icon1 {
	/* modify */
    bottom: 48px;
    right: 225px;
}
.ewb-foot-icon.icon2 {
    right: 113px;
    bottom: 60px;
}

/*子页面 common */


/* 当前位置 */

.ewb-loc {
    line-height: 24px;
    padding: 13px 0 13px 20px;
    background: url(../images/loc_icon.png) no-repeat left center;
}
.ewb-loc a {
    color: #666;
}
.ewb-loc span {
    color: #e12727;
}
.ewb-bg {
    background: #f2f5f7;
}
.ewb-web-hd {
    border-bottom: 1px solid #d8e3e8;
}
.ewb-web-hd>a {
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #333;
    padding-left: 17px;
    background: url(../images/web_icon.png) no-repeat left center;
}

/* 列表 */

.wb-data-item {
    padding: 8px 15px 0 15px;
}
.wb-data-list {
    line-height: 28px;
    padding-left: 13px;
    background: url(../images/listimg.png) 0 50% no-repeat;
}
.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wb-data-list a {
    color: #333;
}
.wb-data-list a:hover {
    color: #e12727;
}
.wb-data-date {
    float: right;
    color: #999;
    margin-top: -28px;
}
.wb-data-list:hover {
    background-image: url(../images/listimg_h.png);
}

/* 平板电脑和小屏电脑之间的分辨率 */

@media (min-width: 768px) and (max-width: 979px) {
    body{
        min-width: auto;
    }
    .ewb-top-r {
        float: left;
    }
    .ewb-search-box {
        width: 325px;
    }
    .ewb-search-box {
        width: 325px;
    }
    .ewb-search input {
        width: 270px;
    }
    .ewb-logo {
        width: 320px;
        margin-top: 111px;
    }
    .ewb-notice-items li a {
        width: 260px;
        font-size: 16px;
    }
    .ewb-notice-l {
        width: 65%;
    }
    .ewb-notice-sp,
    .ewb-notice-date {
        font-size: 16px;
    }
    .ewb-notice-sp {
        width: 100px;
    }
    .ewb-foot-icon.icon1 {
        width: 45px;
        bottom: 0;
        right: 90px;
    }
    .ewb-foot-icon.icon2 {
        width: 80px;
        right: 0;
        bottom: 4px;
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */

@media (max-width: 767px) {
    body{
        min-width: auto;
    }
    .ewb-wrap-t {
        height: auto;
    }
    .ewb-wrap {
        height: auto;
        background-image: url(../images/top_bar2.jpg);
    }
    .ewb-wrap-t {
        padding: 15px 0;
    }
    .ewb-logo {
        float: none;
        width: 50%;
        margin-top: 0;
    }
    .ewb-nav ul {
        margin: 0;
    }
    .ewb-nav-item a {
        line-height: 30px;
        font-size: 14px;
    }
    .ewb-foot-link a,
    .ewb-foot-con p {
        line-height: 24px;
    }
    /* 改动 */
    .ewb-foot-icon.icon1 {
        bottom: 0;
        left: 35%;
        width: 42px;
    }
    .ewb-foot-icon.icon2 {
        right: 33%;
        width: 80px;
        bottom: 0;
    }
    /* 改动结束 */
    .ewb-loc {
        padding: 5px 0 5px 20px;
    }
    .ewb-web-hd a {
        font-size: 15px;
    }
}

/* 横向放置的手机及分辨率更小的设备 */

@media (max-width: 480px) {
    .ewb-nav-item {
        height: 24px;
        width: 33.3333%;
    }
    .ewb-nav-item a{
        line-height: 24px;
        font-size: 13px;
    }
    .ewb-foot-con {
        padding: 16px 0 36px 0;
    }
}

/* 新增 */
.ewb-mt12 {
	margin-top: 12px;
}

.mt40 {
	margin-top: 40px;
}

.wb-defha {
	cursor: default !important;
}

.wb-toolong {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-hand{
	cursor: pointer;
}

.wb-pl10{
	padding-left: 10px;
}

.ewb-box {
    background: #fff;
}

.wb-mb20 {
	margin-bottom: 20px;
}

.wb-twoline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}

.wb-fontcol {
	color: #333;
}

/* 新增 */
.wb-taript {
	width: 38px;
    height: 22px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 22px;
    color: #666;
    outline: none;
    vertical-align: top;
    border-radius: 2px;
}

.ewb-loc div{
	display: inline-block;
}

@media (min-width: 980px) and (max-width: 1300px) {
    .containerhead {
    	width: 1280px;
    	margin: 0 auto;
    }
}
