﻿html,
body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .container {
        width: 1220px;
    }
}

.el-table .el-table__cell {
    padding: 0;
}

.container {
    margin: 0 auto;
}

.flex {
    display: flex;
}

.func_title {
    width: 100%;
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
    text-align: center;
}

header {
    width: 100%;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px 0px #C9C9C9;
    padding: 26px 0;
}

/* 头部logo */
.logo {
    display: inline-block;
    width: 459px;
    height: 68px;
}

/* 导航 */
.menu {
    width: 100%;
    background: url("../images/menu_bg.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 8px;
}

.menu_nums {
    width: 256px;
    height: 72px;
    margin: 0 auto 19px;
}

.menu_nums img {
    width: 100%;
    height: 100%;
}

.menu_title_box {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_title_box_l,
.menu_title_box_r,
.menu_title_box_c {
    font-size: 44px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-style: italic;
    color: #3468A1;
    -webkit-text-stroke: 1px #FFFFFF;
    text-stroke: 1px #FFFFFF;
}

.menu_title_box_c {
    margin-left: 25px;
    margin-right: 9px;
    font-size: 46px;
}

.menu_funcs {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 21px auto 19px;
}

.menu_func {
    width: 168px;
    height: 120px;
    background: #E4EAF2;
    border-radius: 10px;
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu_func .icon {
    width: 54px;
    height: 54px;
    background-size: 100% 100%;
    margin-bottom: 7px;
    cursor: pointer;
}

.menu_func .title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #3468A1;
}

.menu_search {
    width: 921px;
    height: 50px;
    background: #F5F5F5;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
}

.menu_search_input {
    border: none;
    width: 90%;
    height: 98%;
    position: absolute;
    left: 10px;
    top: 1px;
    background: inherit;
    font-size: 16px;
}

.menu_search_input:focus {
    border: none;
    outline: none;
}

/* 导航 搜索图标 */
.menu_search_icon {
    position: absolute;
    right: 23px;
    top: 8px;
    width: 34px;
    height: 34px;
    background: url('../images/search_icon.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

/* 官方媒体 */
.mediaBox {
    margin: 25px auto 26px;
}

.mediaBox .left {
    width: 213px;
    height: 255px;
    border: 2px solid #3468A1;
    border-radius: 10px;
    padding: 17px 19px;
}

.mediaBox .left .sin {
    width: 174px;
    height: 46px;
    color: #FFFFFF;
    background: #3468A1;
    border-radius: 10px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.mediaBox .left .sin:last-child {
    margin-bottom: 0;
}

.mediaBox .left .active {
    background: #E2F0FF;
    font-size: 18px;
    font-weight: 500;
    color: #3468A1;
}

.mediaBox .right {
    width: 986px;
    height: 255px;
    border: 2px solid #3468A1;
    border-radius: 10px;
    margin-left: 21px;
    position: relative;
}
.mediaBox .right .leftArrow0 {
    width: 16px;
    height: 32px;
    background: url("../images/arrow_left.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 23px;
    left: -14px;
}
.mediaBox .right .leftArrow1 {
    width: 16px;
    height: 32px;
    background: url("../images/arrow_left.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 80px;
    left: -14px;
}
.mediaBox .right .leftArrow2 {
    width: 16px;
    height: 32px;
    background: url("../images/arrow_left.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 140px;
    left: -14px;
}
.mediaBox .right .leftArrow3 {
    width: 16px;
    height: 32px;
    background: url("../images/arrow_left.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 200px;
    left: -14px;
}


.mediaBox .right .rightBox {
    height: 228px;
    position: absolute;
    top: 13px;
    left: 24px;
    display: flex;
}

.mediaBox .right .rightBox .right_sin:last-child {
    margin-right: 0;
}

.mediaBox .right .rightBox .right_sin {
    margin-right: 48px;
    width: 200px;
    height: 227px;
    border-radius: 10px;
}

.mediaBox .right .rightBox .right_sin img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* 周报 */
.weekBox {
    margin-bottom: 26px;
}

.weekBox .border {
    padding: 17px 18px;
    width: 1220px;
    height: 517px;
    border: 2px solid #3468A1;
    border-radius: 10px;
}

.weekBox .weekBox_l {
    width: 46px;
    background: #3468A1;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

.weekBox .weekBox_l .title {
    width: 19px;
    height: auto;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.weekBox .weekBox_l .right_arrow {
    background: url("../images/arrow_right.png") no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 16px;
}

.weekBox .weekBox_c_l .queryBox {
    margin-left: 20px;
    display: flex;
}

.weekBox .weekBox_c_l .queryBox .standrad {
    margin-right: 17px;
    display: flex;
}

.weekBox .weekBox_c_l .queryBox .standrad .sin {
    width: 69px;
    height: 29px;
    background: #3468A1;
    border: 2px solid #3468A1;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

.weekBox .weekBox_c_l .queryBox .standrad .sin:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.weekBox .weekBox_c_l .queryBox .standrad .sin:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.weekBox .weekBox_c_l .queryBox .standrad .sin.active {
    background: #FFFFFF;
    color: #3468A1;
}

.weekBox .weekBox_c_l .queryBox .date {
    display: flex;
    align-items: center;
}

.weekBox .weekBox_c_l .queryBox .separator {
    width: 7px;
    height: 2px;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    margin: 0 11px;
    line-height: 2px;
}

.weekBox .weekBox_c_l .queryBox .date .sin {
    width: 148px;
    height: 26px;
    background: #EFEFEF;
    border-radius: 2px;
    display: flex;
}

.weekBox .weekBox_c_l .queryBox .date .sin .input {
    width: 118px;
    height: 100%;
    color: #333333;
    font-size: 12px;
    border: none;
    outline: none;
    background: inherit;
    padding-left: 10px;
}

.weekBox .weekBox_c_l .queryBox .date .sin .calendarIcon {
    width: 30px;
    height: 26px;
    background: #3468A1;
    border-radius: 0px 2px 2px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.weekBox .weekBox_c_l .queryBox .date .sin .calendarIcon img {
    width: 18px;
    height: 18px;
}

.weekBox .weekBox_c_l .barBox {
    width: 500px;
    margin-top: 23px;
}

.weekBox .weekBox_c_l .barBox .bar {
    width: 500px;
    height: 200px;
}

.weekBox .weekBox_r {
    width: 600px;
    height: 260px;
}

.weekBox .weekBox_r .pieBox .pie {
    width: 300px;
    height: 250px;
    margin: 0 auto;
}

.weekBox .weekTable {
    margin-left: 20px;
    width: 1110px;

}

.weekBox .weekTable .table {
    width: 1112px;
    margin-top: 20px;
}

.questionBox {
    margin-bottom: 30px;
}

.questionBox .border {
    width: 1220px;
    height: 460px;
    border: 2px solid #3468A1;
    border-radius: 10px;
    padding: 45px 45px 55px 50px;
    display: flex;
}

.questionBox .left {
    width: 710px;
}

.questionBox .questionTitleBox {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: flex-end;
}

.questionBox .questionTitleBox .separator {
    margin: 0 15px;
}

.questionBox .questionTitleBox .questionTitle {
    color: #333333;
    font-size: 16px;
    font-weight: bold;

}

.questionBox .right {
    margin-left: 54px;
    width: 350px;
}

.questionBox .right .inputBox {
    display: flex;
}

.questionBox .right .inputBox .input {
    width: 260px;
    height: 36px;
    border: 1px solid #C9C9C9;
}

.questionBox .right .inputBox .search_btn {
    width: 88px;
    height: 36px;
    background: #347ED5;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.questionBox .right .submit_btn {
    width: 218px;
    height: 36px;
    background: linear-gradient(0deg, #B9431E 0%, #DE532A 100%);
    border-radius: 18px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.questionBox .right .submit_btn .text {
    font-size: 14px;
    font-weight: 500;
    color: #FFFEFE;
    margin-left: 20px;
}

.questionBox .right .title_ {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    border-left: 2px solid #3468A1;
    padding-left: 18px;
}

.questionBox .right .iconBox {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.questionBox .right .iconBox .sin {
    width: 110px;
    height: 76px;
    background: #FBFCFE;
    border: 1px solid #EBF0F3;
    margin-bottom: 10px;
}

.questionBox .right .iconBox .sin img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 8px auto;
}

.questionBox .right .iconBox .sin .service_title {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.footer {
    width: 100%;
    height: 180px;
    background: #E2E5E6;
    padding-top: 33px;
}

.footer .line {
    font-size: 14px;
    line-height: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    text-align: center;
}
.footer .line .footer_icon{
    width: 28px;
    height: 28px;
    margin: 0 7px;
    display: inline-block;
    margin-top: 17px;
}

.hudong li {
	height: 28px;
	line-height: 28px;
	color:#333;
	font-size: 14px;
	border-bottom:1px solid #ededed;
    list-style: none;
}
.bianhao{
	display: block;
	float: left;
	width: 146px;
	height: 28px;
}
.biaoti{
	width: 350px;
	display: block;
	float: left;
	height: 28px;
	color:#333;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden;
}
.biaoti:hover{
	color:#ff0000;
}
.riqi{
	width: 100px;
	display: block;
	float: left;
	height: 28px;
}
.qingkuang{
	width: 70px;
	display: block;
	float: left;
	height: 28px;
}

.rightBox ul{ padding: 0px 0; zoom:1; list-style:none; margin: 0px; }
.rightBox li{ height:40px; line-height:40px; font-size: 17px; text-indent: 1em; background: url('../images/li_dot.jpg') no-repeat left center;}
.rightBox li .date{ float:right; color:#999; margin-left:50px; }
.rightBox a {color: #000;text-decoration: none;}
.cydw a { float: left; font-size: 16px; color: #333; line-height: 40px; height:40px; margin-right: 20px; width: 200px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.cydw a:hover { color: #aa0000 }