﻿/*︻▓▇▇◤全局样式︻▓▇▇◤ */
*{margin: 0;padding: 0;}
a:link,a:visited{color: #5A5A5A;text-decoration: none;}
a:hover {color: #0F4689;}
a:active {}
h3{font-size: 18px;}
img{border: 0;}
table{border-collapse:collapse;}
li{vertical-align: bottom;}
ul,ol,li {list-style:none;}
em { font-style:normal; }
input.radio, input.checkbox {width: auto;}
.longTitle{/* 长标截断 */
	text-overflow:ellipsis;/*IE省略号*/
	white-space:nowrap;/*强制在同一行内显示所有文本，直到文本结束或者遭遇 br 对象*/
	overflow:hidden;
	-o-text-overflow:ellipsis;/*op专用省略号*/
	}
.fl {float:left;}
.fr {float:right;}
.clearf,.cf,.clear-both {
	clear:both;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
}
.transparent{  
      filter:alpha(opacity=50);  
      -moz-opacity:0.5;  
      -khtml-opacity: 0.5;  
      opacity: 0.5;  
}

/*︻▓▇▇◤公共样式︻▓▇▇◤ */
html{background-color: #FFFFFF;}
body {font-family:"Microsoft Yahei";
	text-align:center;	
	font-size:16px;
	color: #5A5A5A;
}
#banner {
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 425px;
	background-color: #1E76C1;
}
.wapper {	
	margin:0px auto;
	text-align:left;
	width:1200px;	
}

/*************************main1********************************/
#btnBox{width:1300px;margin:0 auto;padding-top:250px;text-align:left;}
#zzzqBtn{min-width: 240px;
    height: 80px;
    display: inline-block;
    border-radius: 40px;
    border: 3px solid #FFF4DA;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 74px;
    box-sizing: border-box;
    padding: 0 35px;
    margin-right: 25px;
    cursor: default;}
#assist-open{background: #E79C43;
	min-width: 240px;
    height: 80px;
    display: inline-block;
    border-radius: 40px;
    border: 3px solid #FFF4DA;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 74px;
    box-sizing: border-box;
    padding: 0 35px;
    margin-right: 25px;}



.wrapper {text-align: left;
    width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 32px;
    padding: 40px 40px;
    box-sizing: border-box;
}
  .wrapper .tablist {
            clear: both;
            margin-right: -19px;
            margin-bottom: 26px;
        }

        .wrapper .tablist::after {
            content: "";
            display: block;
            height: 0;
            clear: both;
        }

        .wrapper .tablist .tab-item {
            width: 316px;
            height: 80px;
            background: #ECF3F8;
            text-align: center;
            line-height: 80px;
            font-size: 28px;
            font-weight: 400;
            color: #025393;
            float: left;
            margin-right: 18px;
            margin-bottom: 18px;
        }
		
		   .section-title {
            height: 56px;
            font-size: 40px;
            font-weight: 600;
            color: #025393;
            line-height: 56px;
            padding-left: 22px;
            position: relative;
        }

        .section-title::before {
            content: "";
            width: 10px;
            height: 32px;
            background: #025393;
            display: block;
            position: absolute;
            left: 0;
            top: 12px;
        }

        .list {
            margin-top: 8px;
        }

        .list-item {
            clear: both;
        }

        .list-item::after {
            content: "";
            display: block;
            height: 0;
            clear: both;
        }

        .list-item .title {
            font-size: 28px;
            font-weight: 500;
            color: #333333;
            line-height: 64px;
            width: 1100px;
            padding-left: 22px;
            position: relative;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            float: left;
        }

        .list-item .title::before {
            content: "";
            width: 8px;
            height: 8px;
            background: #D8D8D8;
            border-radius: 2px;
            display: block;
            position: absolute;
            left: 0;
            top: 28px;
        }

        .list-item .time {
            font-size: 28px;
            font-weight: 400;
            color: #999999;
            line-height: 64px;
            float: right;
        }

        .list-item .title a {
            color: inherit;
            text-decoration: none;
        }

        .more-btn {
            width: 267px;
            height: 76px;
            background: #ECF3F8;
            font-size: 28px;
            font-weight: 400;
            color: #025393;
            line-height: 76px;
            text-align: center;
            cursor: pointer;
            margin: 20px auto 0;
        }
